Content
82%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 highly actionable, well-structured git workflow skill with concrete commands, validation checkpoints, and realistic commit examples. The main gaps are mild cross-section repetition and missing explicit recovery steps for failed verifications.
Suggestions
Consolidate the repeated stage-by-name and conventional-commit guidance into one canonical section to remove the triplicate restatements across Always Active Principles, Agent Git Workflow, and Commit Discipline.
Add an explicit feedback loop for history rewriting: state what to do when the byte-for-byte backup comparison fails (e.g., restore from the backup branch and re-attempt).
Consider moving the six commit-message examples and/or the merge-strategy table into a references file to keep SKILL.md as a tighter overview, since the body exceeds the ~50-line simple-skill threshold.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean with tables, code blocks, and bullets, and it avoids explaining basic git concepts, but stage-by-name and conventional-commit guidance is restated across the Always Active Principles, Agent Git Workflow, and Commit Discipline sections. | 4 / 5 |
Actionability | Provides copy-paste-ready commands (git status, git diff HEAD, git add, gh repo view, --force-with-lease) and six concrete commit-message examples covering the common cases, all fully executable. | 5 / 5 |
Workflow Clarity | Clear sequenced workflows with validation checkpoints (git status verification, byte-for-byte backup match, user confirmation before force push), but the recovery path when a verification fails (e.g., history-rewrite byte mismatch) is left implicit. | 4 / 5 |
Progressive Disclosure | Well-organized single-file structure with clear ## / ### headers and easy navigation, but at ~260 lines with six inline examples and a merge-strategy table it exceeds the simple-skill threshold and could split some material into reference files. | 4 / 5 |
Total | 17 / 20 Passed |