Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and its six-phase workflow is clearly sequenced with strong validation and error recovery. Its weaknesses are repetition that hurts token efficiency and a monolithic structure with no progressive disclosure of the large embedded prompt templates.
Suggestions
De-duplicate the token-resolution and spawn-config blocks into a single shared section referenced by each phase to improve conciseness.
Extract the two large sub-agent prompt templates into reference files (e.g. references/fix-agent-prompt.md, references/review-agent-prompt.md) and link to them, moving from a monolith toward one-level-deep progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body avoids explaining concepts Claude already knows, but it is verbose through repetition — token resolution appears three times, the spawn-config block is restated three times, and 'do NOT use the gh CLI' is repeated several times — so it is 'mostly efficient but could be tightened' rather than fully lean. | 2 / 3 |
Actionability | Guidance is fully executable: concrete curl invocations with exact headers and endpoints, git/jq commands, and complete JSON request payloads for PR creation and comment replies, matching the copy-paste-ready score-3 anchor. | 3 / 3 |
Workflow Clarity | Six phases are explicitly sequenced with validation checkpoints (dirty-tree check, token validity, existing-PR, branch, claim-based in-progress tracking, confidence check) and clear error-recovery feedback loops, satisfying the score-3 anchor for batch operations. | 3 / 3 |
Progressive Disclosure | The skill is a single 870-line monolith with no bundle references; the repeated sub-agent prompt templates are content that could be split into separate files, fitting the score-2 'content that should be separate is inline' anchor rather than the score-3 well-signaled reference structure. | 2 / 3 |
Total | 10 / 12 Passed |