Documentation
README
Review a Skill
Review the supplied Skill as an Agent would use it.
Checks
- Confirm
SKILL.mdexists and its parent directory matches its name. - Confirm frontmatter uses supported fields and valid values.
- Confirm the description states clear trigger conditions.
- Follow every linked reference and script.
- Report missing or broken links.
- Reject symbolic links, special files, and paths that leave the Skill directory.
- Check instructions for missing inputs, unclear outcomes, and silent failure paths.
- Check commands for destructive scope, credential exposure, and unverified downloads.
- Check examples against the cited API or project source.
- Find repeated prose and material that belongs in a reference.
This is the opening of the README. Read the full README on GitHub.