Home / Reports / planning-with-files

planning-with-files

Validated 8 Jul 2026 · Repository
PRO
48
Poor
0 critical
9 warnings
7 suggestions
94 passed
Domain scores
Anti-Slop
80
Accessibility
100
Enterprise
100
Issues

Warnings (9)

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 34
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
16.2-no-guardrailsline 34
Skill uses Bash or destructive operations without safety guardrails
Fix: Add guardrails: specify forbidden commands, require confirmation for destructive actions, or use --dry-run patterns
2.5-windows-pathline 53
Windows-style path with backslashes detected
Fix: Use forward slashes for cross-platform compatibility: scripts/helper.py
15.1-no-budget-capline 34
Multi-agent skill has no budget or turn cap; runaway costs are possible
Fix: Add max_turns, cost_limit, or similar budget constraint for subagents
19.5-pipeline-no-stagesline 34
Pipeline pattern detected but no stage documentation found
Fix: Document the pipeline stages, checkpoints, and data flow between stages
13.1-dangling-referenceline 429
File reference does not exist on disk: .nonce
Fix: Verify the path or remove the stale reference
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...'
7.5-pii-detectedline 354
Potential international phone number detected in content
Fix: Use placeholder: +1-555-000-0000

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
16.4-no-idempotencyline 34
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.2-no-output-contractline 34
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
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
19.6-wrapper-no-boundaryline 34
Tool Wrapper pattern detected but no API boundary documented
Fix: Document what the wrapped tool can and cannot do (scope, limitations)
4.2-ambiguous-termline 262
Ambiguous term 'some' found
Fix: Replace with specific, measurable criteria
OWASP Agentic (Cat 26)
Agent surface detected — declares tool beyond Read/Glob/Grep: Read Write Edit Bash Glob Grep; ingests external content; orchestrates subagents; performs consequential actions
No deterministic OWASP signals on this agent surface.
ASI-01: passASI-02: skippedASI-03: skippedASI-04: skippedASI-05: skippedASI-06: passASI-07: passASI-08: skippedASI-09: skippedASI-10: skippedASI-11: skipped
Badges
skillcheck ✕ passed skillcheck ✕ antislop 100 skillcheck WCAG AA skillcheck WCAG AAA skillcheck enterprise
Ship with confidence

Get a report like this for your own skill

Run the free validator to see your structural score, then unlock the substance checks — anti-slop, security, accessibility, agent-readiness — that move a skill from valid to safe to ship.