Content
88%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 strong, actionable, well-sequenced skill body with excellent command-level guidance and validation/cost-guard feedback loops. Minor conciseness loss from cross-section repetition and a progressive-disclosure score held back only by the inability to verify the referenced resource files in this bundle.
Suggestions
De-duplicate the calibration (`--limit 50 --concurrency 5`) and agent-choice-prompt guidance: state each once in Guardrails and reference it from Scheduling/Scenes rather than repeating full text.
Consolidate the failure/recovery table into `resources/troubleshoot.md` (already referenced) and keep only the top 3-4 most common failures inline, reducing body length.
Ensure every `resources/*.md` file named in the References section actually ships in the bundle so the progressive-disclosure pointers resolve.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean and assumes Claude's competence — no definitional filler, inline commands — but ~250 lines with repetition across Scheduling/Scenes/Guardrails (the `--limit 50` calibration advice and agent-choice prompt each recur 3-4 times), so it could be tightened. | 4 / 5 |
Actionability | Copy-paste-ready bash blocks for bootstrap, calibration, full process, PR mode; concrete matcher hit-rate bands (1-20/1k for precise) and named env vars give fully executable guidance across the common cases. | 5 / 5 |
Workflow Clarity | Clear entry→scenes→transitions→exit sequence with explicit validation checkpoints (`deepsec status`, RunMeta, exit-code semantics, cost forecast before any AI pass) and a thorough failure/recovery table providing feedback loops for this high-cost batch operation. | 5 / 5 |
Progressive Disclosure | A clear References section points one level deep to `resources/*.md`, upstream docs, and shared files, with the body acting as an overview; the `resources/` bundle is not present in this review to verify the referenced files, and some inline detail (e.g., the failure table) could arguably live in a resource. | 4 / 5 |
Total | 18 / 20 Passed |