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.
The skill body is actionable, well-sequenced, and rich in validation checkpoints for a destructive/batch CI workflow. The main weakness is progressive disclosure: the body references scripts and rule files that are not present as a bundle, leaving navigation unverified and inline-heavy.
Suggestions
Bundle the referenced scripts (scripts/ci-watch/run.sh, lib/classify.sh, scripts/ci-autofix/*) under scripts/ so the inline references resolve to real one-level-deep files, or move the detailed cadence matrix / handoff schema into references/ and link to them.
Move the OQ2 cadence matrix and protected-files list into a references/ file (e.g. CADENCE.md) with a clear link from SKILL.md to reduce body length and improve progressive disclosure.
Add explicit 'See <path>' navigation links with relative paths for the dev-repo rule files (.claude/rules/local/ci-watch-protocol.md, ci-autofix-protocol.md) so their location is signaled rather than only described in prose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and mostly assumes Claude's knowledge of gh, CI, and the moai toolchain without re-explaining basics; a few areas (e.g. the repeated HARD-invariant restatements and the absorbed-from comment) are slightly redundant but overall token-efficient. | 4 / 5 |
Actionability | Provides concrete, executable guidance including a copy-paste one-liner ("MOAI_CIWATCH_GH=gh sh scripts/ci-watch/run.sh"), exact exit codes, env vars, commit-message format, and shell/Go file paths; minor gaps where some commands depend on scripts not shown inline. | 4 / 5 |
Workflow Clarity | The two phases are clearly sequenced with explicit validation checkpoints (handoff schema on exit 2, re-invoke watch after push, OQ2 cadence matrix by iteration), plus a Red Flags and Verification checklist that form a feedback loop for destructive/batch operations. | 5 / 5 |
Progressive Disclosure | Content is well-sectioned within SKILL.md but there are no references/, scripts/, or assets/ bundle directories present despite the body referencing scripts (scripts/ci-watch/run.sh, classify.sh) and dev-repo rule files; navigation to those materials is not one-level-deep and verifiable. | 3 / 5 |
Total | 16 / 20 Passed |