code-review-claude-skills
Installation
SKILL.md
Claude Skills and Agent Code Review Patterns
Stack-specific rules loaded by dh:code-reviewer when SKILL.md, agent frontmatter files, or plugin.json files are detected.
Frontmatter Validity
namemust match the containing directory name exactly — mismatch causes lookup failuresnamemust satisfy^[a-z][a-z0-9-]*$— lowercase letters, digits, hyphens onlydescriptionmust be a single-line string — no YAML multiline indicators (>-,|-,>,|)toolsfield (in agents) must be a comma-separated string, not a YAML array —Read, Grep, Globnot[Read, Grep, Glob]modelmust be one ofsonnet,opus,haiku, orinherit— no version strings, no full model IDs- Run
uvx skilllint@latest check --fix <path>after every frontmatter edit — auto-fixes YAML formatting issues including quoting