Poor
0 critical
24 warnings
7 suggestions
79 passed
Domain scores
Anti-Slop
80
Accessibility
100
Enterprise
100
Issues
Warnings (24)
5.1-no-style-sectionline 1
No writing style section found
Fix: Add a '## Writing Style' or '## Anti-Slop' section
16.1-no-stop-conditionline 6
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
14.1-no-success-criterialine 1
No concrete success criteria found for eval readiness
Fix: Add pass/fail criteria or measurable outcomes (e.g., 'must return valid JSON', 'output < 100 lines')
1.2-desc-whatline 3
Description missing WHAT clause (action verb) - recommended by agentskills spec
Fix: Consider starting with what the skill does, e.g., 'Creates...', 'Generates...', 'Validates...'
12.3-workflow-vague-stepline 41
Step is too brief to be actionable: "**Expand-Contract Pattern**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 64
Step is too brief to be actionable: "**Dual-Write Pattern**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 107
Step is too brief to be actionable: "**Assessment Phase**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 112
Step is too brief to be actionable: "**Pilot Migration**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 117
Step is too brief to be actionable: "**Production Migration**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 128
Step is too brief to be actionable: "**Re-architecture**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 133
Step is too brief to be actionable: "**Hybrid Approach**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 208
Step is too brief to be actionable: "**Delta Detection**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 226
Step is too brief to be actionable: "**Automated Correction**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 234
Step is too brief to be actionable: "**Schema Rollback**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 239
Step is too brief to be actionable: "**Data Rollback**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 245
Step is too brief to be actionable: "**Blue-Green Deployment**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 250
Step is too brief to be actionable: "**Rolling Rollback**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 261
Step is too brief to be actionable: "**Data Persistence**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 269
Step is too brief to be actionable: "**Technical Risks**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 275
Step is too brief to be actionable: "**Business Risks**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 281
Step is too brief to be actionable: "**Operational Risks**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 288
Step is too brief to be actionable: "**Technical Mitigations**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 294
Step is too brief to be actionable: "**Business Mitigations**"
Fix: Add specific details: what, where, and how
12.3-workflow-vague-stepline 300
Step is too brief to be actionable: "**Operational Mitigations**"
Fix: Add specific details: what, where, and how
Suggestions (7)
5.2-no-do-dontline 1
Missing DO/DON'T lists for style guidance
Fix: Add explicit DO and DON'T lists for writing patterns
17.1-no-input-contractline 6
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 6
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
12.4-no-troubleshootingline 6
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 — performs consequential actions
1 warning
-
26.09-ASI09-destructive-no-gate
warning
destructive op "delete" has no confirmation/approval gate within +/-10 lines
line 189
Fix: add an explicit human-approval gate (STOP:, AskUserQuestion, confirm) before the destructive op
ASI-01: skippedASI-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