Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with a clear sequenced workflow and real, well-signaled template references, but it is over-long for an instruction skill with significant repetition and large inline sections that belong in separate reference files.
Suggestions
Deduplicate the review_followup_policy handling: define the audit_only/user_gated/auto_execute modes once and reference them, instead of restating routing logic in 'Non-negotiable rules', step 6, and step 7.
Move the paper_experiment_matrix row schema and manuscript-revision delivery contract into a reference file (e.g. references/matrix-schema.md) and link to it, reducing the inline wall of text.
Consolidate 'Companion skill routing' and 'Artifact routing guidance' with the step-6 routing table to remove overlapping route descriptions.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly procedural and free of beginner-concept explanation, but at ~412 lines it repeats the same follow-up policy and routing logic across 'Non-negotiable rules', the workflow, and 'Companion skill routing', and could be tightened substantially. | 2 / 3 |
Actionability | It gives concrete file targets (paper/review/review.md), named templates in references/, and specific tool calls with arguments (artifact.create_analysis_campaign(...), memory.search(...)), making the guidance executable rather than abstract. | 3 / 3 |
Workflow Clarity | An explicit numbered 1-8 workflow sequences the audit with clear gating/stop conditions (review_followup_policy modes, 'only treat the review line as truly closed after...') and route-decision branches serving as checkpoints. | 3 / 3 |
Progressive Disclosure | Templates in references/ are real and clearly signaled one level deep, but the bulk of the matrix schema, delivery contracts, and routing tables live inline in a long monolithic body rather than being split into reference files. | 2 / 3 |
Total | 10 / 12 Passed |