Content
92%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.
The body is highly actionable with copy-paste git commands and a well-sequenced 8-step rollback workflow reinforced by explicit validation (confirmation gate, safety checkpoint, STOP guard) and clear self-contained sectioning. The only notable weakness is mild repetition across the safety tables and inline emphasis notes.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean with copy-paste bash snippets and tables assuming Claude's git knowledge, but the Safety Measures table, Red Flags table, and inline CRITICAL notes repeat guidance already covered in the step sequence, and the Quick Reference repeats the mode-detection table. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready git commands with real flags (e.g. `git tag -l "octo-checkpoint-*" --sort=-creatordate --format=...` and `git checkout $CHECKPOINT_TAG -- .`) covering listing, validation, preview, safety checkpointing, execution, and reporting. | 5 / 5 |
Workflow Clarity | An explicit 8-step sequence with strong validation checkpoints — tag-not-found leads to 'STOP. Do not proceed.', a mandatory 'ROLLBACK' confirmation, a pre-rollback safety checkpoint, and a preview of affected files — satisfying the destructive-operation validation requirement rather than triggering the cap. | 5 / 5 |
Progressive Disclosure | No bundle files exist and none are needed; the skill is self-contained with clearly headed, well-organized sections (Subcommand Detection, LIST, ROLLBACK, Safety Measures, Red Flags, Tag Format, Quick Reference) that navigate easily, which the rubric permits to score 5 for well-structured single-file skills. | 5 / 5 |
Total | 19 / 20 Passed |