Poor
0 critical
23 warnings
9 suggestions
77 passed
Domain scores
Anti-Slop
80
Accessibility
100
Enterprise
100
Issues
Warnings (23)
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 32
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 32
Reviewer pattern detected but no evaluation criteria documented
Fix: Add a criteria section (checklist, rubric, or pass/fail conditions)
19.5-pipeline-no-stagesline 32
Pipeline pattern detected but no stage documentation found
Fix: Document the pipeline stages, checkpoints, and data flow between stages
4.5-desc-no-triggersline 2
Description lacks triggering conditions
Fix: Add phrases like 'Use when...', 'Triggers on...', or 'Applies to...' to help Claude select this skill
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...'
1.2-desc-whenline 3
Description missing WHEN clause - recommended by agentskills spec
Fix: Consider adding 'Use when...' or 'Activate when...' to description
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Gmail__search_threads' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Gmail__get_thread' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Gmail__create_draft' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Slack__slack_send_message' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Slack__slack_read_channel' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Slack__slack_search_users' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Slack__slack_search_public_and_private' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ops_telegram__send_message' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ops_telegram__get_updates' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ops_telegram__list_chats' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Notion__notion-search' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Notion__notion-fetch' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Notion__notion-get-comments' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Notion__notion-create-comment' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Notion__notion-update-page' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
1.3-tools-unknownline 5
Unknown tool 'mcp__claude_ai_Notion__notion-create-pages' in allowed-tools
Fix: Use known tools: Read, Write, Edit, Bash, Glob, Grep, etc.
Suggestions (9)
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
16.3-no-rollbackline 32
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 32
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.1-no-input-contractline 32
No input contract found; unclear what data the skill expects
Fix: Document what the skill expects as input (format, required fields, constraints)
17.3-no-mode-awarenessline 32
Skill does not clarify standalone vs composed behavior
Fix: Clarify whether the skill works standalone, in pipelines, or both
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
OWASP Agentic (Cat 26)
Agent surface detected — declares tool beyond Read/Glob/Grep: Bash; declares tool beyond Read/Glob/Grep: Skill; declares tool beyond Read/Glob/Grep: AskUserQuestion; declares MCP tool mcp__claude_ai_Gmail__search_threads; declares MCP tool mcp__claude_ai_Gmail__get_thread; declares MCP tool mcp__claude_ai_Gmail__create_draft; declares MCP tool mcp__claude_ai_Slack__slack_send_message; declares MCP tool mcp__claude_ai_Slack__slack_read_channel; declares MCP tool mcp__claude_ai_Slack__slack_search_users; declares MCP tool mcp__claude_ai_Slack__slack_search_public_and_private; declares MCP tool mcp__claude_ops_telegram__send_message; declares MCP tool mcp__claude_ops_telegram__get_updates; declares MCP tool mcp__claude_ops_telegram__list_chats; declares MCP tool mcp__claude_ai_Notion__notion-search; declares MCP tool mcp__claude_ai_Notion__notion-fetch; declares MCP tool mcp__claude_ai_Notion__notion-get-comments; declares MCP tool mcp__claude_ai_Notion__notion-create-comment; declares MCP tool mcp__claude_ai_Notion__notion-update-page; declares MCP tool mcp__claude_ai_Notion__notion-create-pages; performs consequential actions
2 warning
1 suggestion
-
26.02-ASI02-unconstrained-bash
warning
Bash is granted with no constraint note (which commands, why)
Fix: document which Bash commands the skill runs and why, or narrow the grant
-
26.02-ASI02-over-grant
suggestion
22 tools declared with no per-tool rationale
Fix: add a one-line rationale per tool, or trim the set to the minimum the task needs
-
26.10-ASI10-no-killswitch
warning
long-running / background pattern with no documented kill-switch or iteration cap
line 7
Fix: document how to stop the skill (Ctrl+C, kill, cancel) or state a bounded iteration count
ASI-01: skippedASI-02: failASI-03: skippedASI-04: skippedASI-05: skippedASI-06: skippedASI-07: skippedASI-08: skippedASI-09: skippedASI-10: failASI-11: skipped
Badges
skillcheck
✕ passed
skillcheck
✕ antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise