Good
0 critical
1 warnings
9 suggestions
100 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
80
Issues
Warnings (1)
19.5-pipeline-no-stagesline 10
Pipeline pattern detected but no stage documentation found
Fix: Document the pipeline stages, checkpoints, and data flow between stages
Suggestions (9)
16.3-no-rollbackline 10
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 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
12.8-missing-feedback-loopline 10
Quality-critical skill lacks a validation step
Fix: Add a verify/validate step after the main operation (per best practices: run validator, fix, repeat)
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
10.3-no-audit-loggingline 1
No audit logging guidance found
Fix: Add logging recommendations for compliance
10.4-no-permissionsline 1
No permission/RBAC considerations found
Fix: Document access control requirements
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.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
9.4-reference-countline 1
High number of external references (20)
Fix: Consider consolidating references
OWASP Agentic (Cat 26)
Agent surface detected — performs consequential actions
No deterministic OWASP signals on this agent surface.
ASI-01: skippedASI-02: skippedASI-03: skippedASI-04: skippedASI-05: skippedASI-06: skippedASI-07: skippedASI-08: skippedASI-09: skippedASI-10: skippedASI-11: skipped
Badges
skillcheck
passed
skillcheck
antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
✕ enterprise