Code reviewer
Skill grimoire-rs/grimoire/test/manual/catalog/skills/code-reviewer
Package manager for AI-agent config. grim installs, updates, and publishes skills, rules, agents, MCP servers, and bundles into Claude Code, Copilot, Cursor, Codex, Gemini, Zed, Amp, Kiro, Junie, and opencode — pinned by digest in a lockfile. Storage is any OCI registry; there is no service to run.
npx -y skills add grimoire-rs/grimoire --skill code-reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review a diff for SOLID/DRY violations, missing tests, and risky changes. Use when asked to review a pull request, audit a patch, or check code quality before merge.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.8 KB, as published. Nobody here has run it
Code Reviewer
A multi-file skill: this SKILL.md plus a scripts/ helper. Use it to
exercise grimoire's directory-tree packing and the multi-editor
materialization (the whole tree must land intact under each editor target).
Procedure
- Read the diff.
- Run
scripts/checklist.shfor the review rubric. - Report findings grouped by severity (block / warn / suggest).