| name | prompt-review |
| description | Analyze orchestration folders to find prompt/context engineering problems. Every friction report is a prompt engineering bug report. |
| argument-hint | <path-to-orchestration-folder | track slug> |
| effort | xhigh |
Prompt Engineering Review: $ARGUMENTS
Parse Arguments
The user provides one of these argument patterns:
- Full path:
curriculum/l2-uk-en/a1/orchestration/the-cyrillic-code-i/
- Track + slug:
a1 the-cyrillic-code-i
- Track + range:
a1 1-6 (review orchestration folders for modules 1-6)
Parse the arguments to locate the orchestration folder:
- Orchestration dir:
curriculum/l2-uk-en/{track}/orchestration/{slug}/
If a range is given, process each module's orchestration folder in sequence.
Execute
Read and follow the full prompt review prompt at prompt-review-prompt.md.
Output path: Save the review to curriculum/l2-uk-en/{track}/audit/{slug}-prompt-review.md
For batch runs, also produce a cross-module summary: curriculum/l2-uk-en/{track}/audit/prompt-review-summary.md
Reference issue #731.