# Review Implementing

> Perform implementation-focused code reviews that prioritize correctness, security, and maintainability. Use when reviewing pull requests, validating feature completeness, or preparing release-critical changes.

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

---


# Review Implementing

## Workflow
1. Verify behavior against requirements and edge cases first.
2. Flag defects by severity: correctness, security, performance, maintainability.
3. Check tests for coverage of success, failure, and boundary scenarios.
4. Confirm architecture and coding standards are followed.
5. Provide actionable fix suggestions and retest criteria.

