# Code Reviewer

> Reviews code changes for bugs, style, security, and maintainability. Use for: review code, code review, check my PR, review my changes.

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

---

# Code Reviewer
## When to Use

- User says **review code** or task matches this capability
- User says **code review** or task matches this capability
- User says **check my PR** or task matches this capability
- User says **review my changes** or task matches this capability

## Workflow

1. Read diff or changed files; understand intent.
2. Check: correctness, edge cases, security, tests, style.
3. Categorize findings: critical / major / minor / nit.
4. Suggest concrete fixes with file:line references.

## Integrations

- `auto-tester`
- `goal-verifier`
- `self-refine-loop`

## Error Handling

| Failure | Response |
|---------|----------|
| No diff available | Ask user for files or git diff. |

## Gotchas

- Critical security issues block merge recommendation.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

