Good
0 critical
1 warnings
8 suggestions
99 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
100
Issues
Warnings (1)
16.1-no-stop-conditionline 10
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
Suggestions (8)
16.4-no-idempotencyline 10
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
17.3-no-mode-awarenessline 10
Skill does not clarify standalone vs composed behavior
Fix: Clarify whether the skill works standalone, in pipelines, or both
17.4-no-interface-sectionline 10
Input and output contracts exist but lack a dedicated interface section
Fix: Add a ## Interface or ## I/O section to consolidate contract documentation
14.3-no-binary-verdictline 1
Skill has success criteria but no binary pass/fail language
Fix: Add explicit pass/fail indicators so evaluators reach the same verdict independently
3.3-name-single-wordline 2
Single-word names are less discoverable
Fix: Consider a two-word name like 'task-tracker' or 'code-reviewer'
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
9.4-reference-countline 1
High number of external references (11)
Fix: Consider consolidating references
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 23
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