Needs Work
0 critical
5 warnings
4 suggestions
100 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
100
Issues
Warnings (5)
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')
2.1-lines-warningline 6
Body exceeds 500 lines (got 550)
Fix: Consider condensing or splitting content
13.1-dangling-referenceline 25
File reference does not exist on disk: .BAT
Fix: Verify the path or remove the stale reference
13.1-dangling-referenceline 305
File reference does not exist on disk: .cab
Fix: Verify the path or remove the stale reference
13.1-dangling-referenceline 517
File reference does not exist on disk: .NET
Fix: Verify the path or remove the stale reference
Suggestions (4)
16.3-no-rollbackline 6
State-modifying skill lacks rollback or recovery guidance
Fix: Add rollback instructions: how to undo changes if something goes wrong (e.g., git revert, backup/restore steps)
16.4-no-idempotencyline 6
Skill does not document whether it is safe to re-run
Fix: Add idempotency guidance: state whether running the skill twice produces the same result or causes side effects
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
OWASP Agentic (Cat 26)
Agent surface detected — performs consequential actions
1 warning
-
26.09-ASI09-destructive-no-gate
warning
destructive op "overwrite" has no confirmation/approval gate within +/-10 lines
line 29
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