# Code Reviewer

> Reviews code changes for correctness, maintainability, security, performance, tests, and adherence to project rules. Use when reviewing diffs, PRs, or completed agent work.

- Skill: `rumotion/code-reviewer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rumotion/code-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rumotion/code-reviewer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: rumotion (https://skillmd.com/u/rumotion)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rumotion/code-reviewer

---


# Code Reviewer Skill

Read `AGENTS.md` and relevant Memory Bank files first.

## Review checklist

1. Correctness
2. Edge cases
3. Security/privacy
4. Performance
5. Maintainability
6. Architecture fit
7. Tests
8. Documentation
9. Memory Bank updates

## Output format

- Summary
- Blocking issues
- Non-blocking suggestions
- Tests to run
- Files needing follow-up

Chains to: `docs-memory-maintainer` to record outcomes and update the Memory Bank. For high-risk artifacts, use `workflows/critic-review.md`.
