# Review Code

> Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.

- Skill: `aiskillstore/review-code` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add aiskillstore/review-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aiskillstore/review-code/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: aiskillstore (https://skillmd.com/u/aiskillstore)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/aiskillstore/review-code

---


# Code Review Skill

## Workflow
1. **Understand**: Read context (ticket, PR description) and identifiy scope.
2. **Execute**: Use the checklist in [references/checklist.md](references/checklist.md).
   - Core areas: Quality, Security, Performance, Maintainability.
3. **Tools**: Run project-specific linting and testing commands (e.g., `just lint`, `npm test`, `pytest`); use static analysis if available.
4. **Document**: Provide constructive feedback with rationale and suggestions.
5. **Follow Up**: Track and verify fixes.

## References
- `checklist.md`: Detailed review criteria.
