Skill Instructions
Use this skill to ensure all SKILL.md files follow project standards
and are free of formatting errors.
Workflow
- •
Identify Target: Locate the
SKILL.mdfile or directory to be reviewed. - •
Configuration Check: Ensure a
.markdownlint-cli2.yamlor.jsoncexists in the root; if not, use the default project rules. - •
Execution: Run the following command:
bashnpx markdownlint-cli2 "**/SKILL.md"