Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured orchestration skill body with strong actionability, clear gated workflow, and excellent progressive disclosure into verified reference files. Its main weakness is repetition of the plan-file mandate across multiple sections, which inflates the token budget.
Suggestions
Consolidate the plan-file mandate into a single authoritative section; the repetitions across Rules, PLAN-FIRST WORKFLOW, Phase 1 Step 6, Phase 2 Step 6, and Next can cross-reference that one source instead of restating full warnings.
Trim redundant ⛔/AUTHORITATIVE banner blocks — one clear directive per requirement preserves the mandatory tone while reclaiming tokens.
Move the repeated 'do not run azd up / azd deploy directly' guidance to the single hand-off step (Phase 2 Step 7 / Next) rather than restating it in Rules, Phase 2, and the closing banner.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and directive (tables, short rules), but the mandatory plan-file requirement is restated across Rules, the PLAN-FIRST WORKFLOW block, Phase 1 Step 6, Phase 2 Step 6, and the Next section with repeated ⛔/AUTHORITATIVE banners that pad tokens without adding new information. | 2 / 3 |
Actionability | Highly actionable: exact artifact paths (`.azure/deployment-plan.md`), concrete commands (`azd init -t <template>` vs plain `azd init`), explicit routing tables, and per-step reference links give copy-ready guidance. | 3 / 3 |
Workflow Clarity | Clear sequenced workflow (Step 0 check → Phase 1 blocking planning → Phase 2 execution) with explicit validation checkpoints: "STOP HERE until user approves", mandatory status update to "Ready for Validation" before invoking azure-validate. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview that maps each step to one-level-deep reference files via tables; all referenced paths (analyze.md, scan.md, generate.md, services/sql-database/bicep.md, etc.) resolve to real bundle files, giving clean navigation. | 3 / 3 |
Total | 11 / 12 Passed |