skill-reviewer
An agent skill by daymade, from daymade/claude-code-skills. Tags: code-quality, development, documentation, review, validation.
What it does
Reviews and improves Claude Code skills against official best practices. Supports three modes - self-review (validate your own skills), external review (evaluate others' skills), and auto-PR (fork, improve, submit). Use when checking skill quality, reviewing skill repositories, or contributing improvements to open-source skills.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add daymade/claude-code-skills --skill skill-reviewer
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/daymade/claude-code-skills
cp -r claude-code-skills/daymade-skill/skill-reviewer ~/.claude/skills/skill-reviewer
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- daymade/claude-code-skills (all skills from this repository)
- Path
- daymade-skill/skill-reviewer/SKILL.md
- Branch
- main
- Updated
- 2026-09-20
Related skills
- docs-cleaner — Consolidates redundant documentation while preserving all valuable content; keeps a doc set truthful after things change.
- remediating-with-aws-security-agent — Pull AWS Security Agent findings (penetration tests and code reviews) and drive remediation.
- claude-md-progressive-disclosurer — md with progressive disclosure and zero information loss.
- transcript-fixer — Corrects speech-to-text transcription errors with dictionary rules and Claude's built-in AI (no external API key required).
- audit-prep-assistant — Prepares codebases for security review using Trail of Bits' checklist.
- code-improver — Runs an autonomous review-and-fix improvement loop over any code target — a skill, plugin, module, or directory — using a reviewer the user names.