🔍
QualityRust

Review Skill

by skilld-dev

Review Skill is a Quality skill for Claude Code, published by skilld-dev in skilld.

308 stars9 forkson skilld-dev/skilldAdded 2026/09/03Repository updated 2026/09/01
agent-skillsclaude-codeclicodexcursorgemini-cliregistryrustskill-mdskills
Install in seconds
Install Review Skill
Copy Review Skill into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/skilld-dev/skilld/tree/main/skills/review-skill ~/.claude/skills/review-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/skilld-dev/skilld.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/review-skill/SKILL.md in skilld-dev/skilld
Installs to
~/.claude/skills/review-skill
Collection
One of 11 skills cataloged from this repository
Category
Quality1478 skills

What Review Skill does

Review Skill checks a Skill's structure, links, instructions, examples, and command risks before it is used. It reports findings with paths, severity, and direct fixes.

Review Skill is cataloged under Quality on DirSkills. Review Skill comes from a repository tagged agent-skills, claude-code, cli, codex and cursor.

Documentation

README

Review a Skill

Review the supplied Skill as an Agent would use it.

Checks

  1. Confirm SKILL.md exists and its parent directory matches its name.
  2. Confirm frontmatter uses supported fields and valid values.
  3. Confirm the description states clear trigger conditions.
  4. Follow every linked reference and script.
  5. Report missing or broken links.
  6. Reject symbolic links, special files, and paths that leave the Skill directory.
  7. Check instructions for missing inputs, unclear outcomes, and silent failure paths.
  8. Check commands for destructive scope, credential exposure, and unverified downloads.
  9. Check examples against the cited API or project source.
  10. Find repeated prose and material that belongs in a reference.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Review Skill

  • What else does skilld-dev publish alongside Review Skill?

    Review Skill is one of 11 skills that DirSkills catalogs from skilld-dev/skilld, the repository it ships in. Its siblings there include Citty, Clack Prompts and Fixture Skill. Each one is a separate skill with its own page in this directory, installs the same way Review Skill does, and is maintained by skilld-dev in that same repository. The rest of the collection is listed on the skilld-dev/skilld page.

  • How does Review Skill compare to other Quality skills?

    Review Skill ranks #1278 by stars among the 1478 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Review Skill against them. Open each page to compare what they document and how they install.