-
5.1-no-style-section
No writing style section found
line 1
Fix: Add a '## Writing Style' or '## Anti-Slop' section
-
16.1-no-stop-condition
Complex skill lacks explicit stop conditions
line 7
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
-
15.1-no-budget-cap
Multi-agent skill has no budget or turn cap; runaway costs are possible
line 7
Fix: Add max_turns, cost_limit, or similar budget constraint for subagents
-
19.3-generator-no-output-spec
Generator pattern detected but no output format specified
line 7
Fix: Document the output format (template, schema, or example output)
-
19.5-pipeline-no-stages
Pipeline pattern detected but no stage documentation found
line 7
Fix: Document the pipeline stages, checkpoints, and data flow between stages
-
19.2-reviewer-no-criteria
Reviewer pattern detected but no evaluation criteria documented
line 7
Fix: Add a criteria section (checklist, rubric, or pass/fail conditions)
-
4.5-desc-no-triggers
Description lacks triggering conditions
line 2
Fix: Add phrases like 'Use when...', 'Triggers on...', or 'Applies to...' to help Claude select this skill
-
1.2-desc-what
Description missing WHAT clause (action verb) - recommended by agentskills spec
line 3
Fix: Consider starting with what the skill does, e.g., 'Creates...', 'Generates...', 'Validates...'
-
1.2-desc-when
Description missing WHEN clause - recommended by agentskills spec
line 3
Fix: Consider adding 'Use when...' or 'Activate when...' to description
-
6.2-no-alt-text
No alt text guidance found
line 1
Fix: Add instructions for alternative text on images
-
12.3-workflow-vague-step
Step is too brief to be actionable: "Fix issues"
line 199
Fix: Add specific details: what, where, and how