Needs Work
0 critical
3 warnings
24 suggestions
82 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
100
Issues
Warnings (3)
16.1-no-stop-conditionline 7
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
19.2-reviewer-no-criterialine 7
Reviewer pattern detected but no evaluation criteria documented
Fix: Add a criteria section (checklist, rubric, or pass/fail conditions)
19.3-generator-no-output-specline 7
Generator pattern detected but no output format specified
Fix: Document the output format (template, schema, or example output)
Suggestions (24)
2.9-mcp-tool-unqualifiedline 68
MCP tool reference 'mcp_best_practices' may need server prefix
Fix: Use fully qualified MCP tool names: ServerName:tool_name (per best practices)
2.9-mcp-tool-unqualifiedline 72
MCP tool reference 'python_mcp_server' may need server prefix
Fix: Use fully qualified MCP tool names: ServerName:tool_name (per best practices)
2.9-mcp-tool-unqualifiedline 76
MCP tool reference 'node_mcp_server' may need server prefix
Fix: Use fully qualified MCP tool names: ServerName:tool_name (per best practices)
17.1-no-input-contractline 7
No input contract found; unclear what data the skill expects
Fix: Document what the skill expects as input (format, required fields, constraints)
17.2-no-output-contractline 7
No output contract found; unclear what the skill produces
Fix: Document what the skill produces (format, structure, side effects)
14.2-no-examplesline 1
No input/output examples found
Fix: Add example input/output pairs or <example> blocks to make the skill testable
3.4-gerund-namingline 2
Skill name could use gerund form for clarity
Fix: Consider gerund-style names like 'processing-pdfs' or 'analyzing-logs' (per best practices)
18.1-no-confidence-signalline 1
No confidence signal found for orchestrator decision-making
Fix: Add confidence indicators (e.g., confidence: high/medium/low) so orchestrators can route or retry
18.2-no-progress-signalline 1
Complex skill lacks progress reporting checkpoints
Fix: Add progress signals (e.g., 'Step 2 of 5: validating input') for long-running workflows
18.3-no-structured-outputline 1
No structured output format defined for machine consumption
Fix: Define a structured output format (JSON, YAML, or table) so downstream tools can parse results
19.6-wrapper-no-boundaryline 7
Tool Wrapper pattern detected but no API boundary documented
Fix: Document what the wrapped tool can and cannot do (scope, limitations)
4.2-ambiguous-termline 44
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 131
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 151
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 166
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 179
Ambiguous term 'appropriate' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 182
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 186
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 193
Ambiguous term 'proper' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 224
Ambiguous term 'correctly' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 236
Ambiguous term 'appropriate' found
Fix: Replace with specific, measurable criteria
4.6-wisdom-platitudeline 205
Vague imperative: replace with specific action
Fix: State what to do concretely instead of 'ensure quality' or 'maintain standards'
9.4-reference-countline 1
High number of external references (20)
Fix: Consider consolidating references
12.4-no-troubleshootingline 7
Complex technical skill lacks troubleshooting section
Fix: Add a ## Troubleshooting section with Error/Cause/Fix table for common issues
OWASP Agentic (Cat 26)
Agent surface detected — ingests external content; performs consequential actions
1 warning
-
26.09-ASI09-destructive-no-gate
warning
destructive op "truncate" has no confirmation/approval gate within +/-10 lines
line 163
Fix: add an explicit human-approval gate (STOP:, AskUserQuestion, confirm) before the destructive op
ASI-01: passASI-02: skippedASI-03: skippedASI-04: skippedASI-05: skippedASI-06: skippedASI-07: skippedASI-08: skippedASI-09: failASI-10: skippedASI-11: skipped
Badges
skillcheck
✕ passed
skillcheck
antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise