SkillCheck
PRO
podcast-generation
Poor
0 critical
6 warnings
11 suggestions
93 passed
Domain Scores
Anti-Slop
80
Accessibility
100
Enterprise
100
Issues
Warnings (6)
-
5.1-no-style-section
No writing style section found
line 1
Fix: Add a '## Writing Style' or '## Anti-Slop' section
-
14.1-no-success-criteria
No concrete success criteria found for eval readiness
line 1
Fix: Add pass/fail criteria or measurable outcomes (e.g., 'must return valid JSON', 'output < 100 lines')
-
19.2-reviewer-no-criteria
Reviewer pattern detected but no evaluation criteria documented
line 6
Fix: Add a criteria section (checklist, rubric, or pass/fail conditions)
-
19.3-generator-no-output-spec
Generator pattern detected but no output format specified
line 6
Fix: Document the output format (template, schema, or example output)
-
13.1-dangling-reference
File reference does not exist on disk: /openai/v1/
line 26
Fix: Verify the path or remove the stale reference
-
7.6-no-negative-cases
Skill lacks negative case coverage (no error handling, limitations, or edge cases documented)
line 1
Fix: Add a '## Limitations' or '## Error Handling' section describing when the skill won't work or how it handles failures
Suggestions (11)
-
5.2-no-do-dont
Missing DO/DON'T lists for style guidance
line 1
Fix: Add explicit DO and DON'T lists for writing patterns
-
16.3-no-rollback
State-modifying skill lacks rollback or recovery guidance
line 6
Fix: Add rollback instructions: how to undo changes if something goes wrong (e.g., git revert, backup/restore steps)
-
16.4-no-idempotency
Skill does not document whether it is safe to re-run
line 6
Fix: Add idempotency guidance: state whether running the skill twice produces the same result or causes side effects
-
12.8-missing-feedback-loop
Quality-critical skill lacks a validation step
line 6
Fix: Add a verify/validate step after the main operation (per best practices: run validator, fix, repeat)
-
17.1-no-input-contract
No input contract found; unclear what data the skill expects
line 6
Fix: Document what the skill expects as input (format, required fields, constraints)
-
17.2-no-output-contract
No output contract found; unclear what the skill produces
line 6
Fix: Document what the skill produces (format, structure, side effects)
-
17.3-no-mode-awareness
Skill does not clarify standalone vs composed behavior
line 6
Fix: Clarify whether the skill works standalone, in pipelines, or both
-
14.2-no-examples
No input/output examples found
line 1
Fix: Add example input/output pairs or <example> blocks to make the skill testable
-
3.4-gerund-naming
Skill name could use gerund form for clarity
line 2
Fix: Consider gerund-style names like 'processing-pdfs' or 'analyzing-logs' (per best practices)
-
18.1-no-confidence-signal
No confidence signal found for orchestrator decision-making
line 1
Fix: Add confidence indicators (e.g., confidence: high/medium/low) so orchestrators can route or retry
-
18.3-no-structured-output
No structured output format defined for machine consumption
line 1
Fix: Define a structured output format (JSON, YAML, or table) so downstream tools can parse results
Badges
skillcheck
passed
skillcheck
antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise