Content
65%Reviews 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 executable queries and clear tool guidance, and is well structured. Its weaker spots are mild verbosity from explanatory columns, validation steps kept in anti-patterns rather than the workflow, and a monolithic file that could offload query/config detail to references.
Suggestions
Move the validation checkpoints (verify get_cpg_status, scope with Tier 1 first) inline into the Combined Workflow steps so they are part of the sequence, not just anti-patterns.
Offload the CPGQL and CodeQL query libraries plus MCP config snippets into reference files (e.g., references/cpgql-queries.md) and link to them from the overview to slim the main SKILL.md.
Trim the 'Tier 1 Can't Do This' explanatory columns and the AST/CFG/CDG/DDG glossary, which restate knowledge Claude already has.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with tables, compact diagrams, and ready-to-run queries, but the CPG glossary diagram and 'Tier 1 Can't Do This' explanatory columns restate concepts Claude largely already knows and could be trimmed. | 2 / 3 |
Actionability | Provides concrete, copy-paste-ready CPGQL and CodeQL queries, MCP config JSON, install commands, and tool tables with example queries — fully executable guidance rather than abstract description. | 3 / 3 |
Workflow Clarity | The Combined Workflow gives a clear 5-step SCOPE→REPORT sequence, but validation checkpoints (get_cpg_status before querying, Tier-1 scoping first) live only in the Anti-Patterns table, not inline in the workflow steps themselves. | 2 / 3 |
Progressive Disclosure | A single ~220-line file with no bundle references; sections are well organized, but query libraries and MCP configs that could be split into reference files are inlined, leaving the overview heavier than ideal. | 2 / 3 |
Total | 9 / 12 Passed |