Content
36%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 conveys a recognizable workflow and startup behavior but gives almost no executable guidance for its core search action, lacks any validation for its batch/destructive repo operations, and uses malformed custom XML tags instead of standard markdown. It is concise but not actionable enough to reliably execute.
Suggestions
Add concrete, copy-paste-ready commands for each step (e.g. 'git clone <url> ~/.btca/agent/sandbox/<name>', 'git -C <path> pull', and a grep/ripgrep example for searching).
Replace the custom <guidelines>/<workflow>/<step> XML tags with standard markdown (bulleted guidelines, numbered steps) and fix the malformed closing '</workflow>' tag on line 40.
Insert a validation/checkpoint step after loading and after searching (e.g. confirm the clone succeeded and that citations map to real files before answering), since cloning/updating/cleaning repos are batch/destructive operations.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and does not explain concepts Claude already knows, but it contains filler ('this one's simple, simply answer...') and overlapping repetition across the three startup cases that could be tightened; not score 4 due to these padding instances. | 3 / 5 |
Actionability | Core steps are high-level hints ('clone them', 'search the repo for the information you need') with no executable git/grep commands, and despite the skill's own guideline demanding 'complete code snippets' it provides none, fitting 'minimal concrete guidance; missing the specific steps to execute'. | 2 / 5 |
Workflow Clarity | A rough sequence exists (setup → load → search) but steps are poorly defined, validation is absent, and the '<workflow>' tag on line 40 is malformed (should be '</workflow>'); the destructive/batch repo-update/cleanup operations with no validation cap this at 3, and the vague steps pull it to 2. | 2 / 5 |
Progressive Disclosure | Content is sectioned into workflow and startup cases with no external references needed, but it relies on non-standard custom XML tags instead of markdown and contains a broken nesting tag, so structure is present but could be better organized; not score 4 due to the malformed/atypical structure. | 3 / 5 |
Total | 10 / 20 Passed |