Content
77%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A deeply actionable, well-sequenced workflow with strong validation and feedback loops for a risky batch operation. Its main weaknesses are monolithic inlining of template/checklist content that belongs in separate reference files and time-sensitive dated examples embedded in the main flow.
Suggestions
Move the breaking-change checklist, the sub-agent prompt template, and the RST changelog skeleton into separate reference files under references/ and link to them one level deep, keeping SKILL.md as an overview.
Relocate dated worked examples (e.g. the 2026-08-01 and 2026-07-22 wave incidents with specific PR numbers) into a dedicated 'Past incidents / known traps' section or reference file so time-sensitive detail does not pad the core workflow.
Trim repeated justifications (e.g. restating the released-only rule multiple times across Phases 3, 4b, and the incremental flow) by stating each rule once and cross-referencing it.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient domain-specific guidance, but the ~1086-line body is padded with inline dated worked examples ("2026-08-01 wave", "2026-07-22 wave", specific PR numbers) that are time-sensitive and not isolated in an old-patterns/deprecated section, plus repeated rationale that could be tightened. | 3 / 5 |
Actionability | Fully executable throughout—copy-paste breeze/git/gh commands, an exact RST changelog skeleton, classification and escalation tables, and a precise per-commit output format cover the common cases concretely. | 5 / 5 |
Workflow Clarity | Five sequenced phases (plus a parallel incremental flow) with explicit validation (Phase 5 prek/idempotency checks), feedback loops (re-run discovery after a version bump), and checklists (breaking-change checklist, entry-defect scan) for a destructive batch operation. | 5 / 5 |
Progressive Disclosure | Sections are well-organized and codebase references are signaled at the end, but no bundle files exist and large self-contained blocks (the ~95-line sub-agent prompt, the breaking-change checklist, the RST skeleton) are inlined in SKILL.md rather than split into one-level-deep reference files. | 3 / 5 |
Total | 16 / 20 Passed |