# Review Implementation

> Review code changes made in a session. Use only when user instructs or other skill references explicitly.

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

---


# Review Implementation

Review the implementation, and optimize for maintainability.

## Workflow

### 1. Validate Completeness

Read code against the goal, verify that all planned file edits are present and compliant. And the code is able to run without obvious bugs. If found anything missing or wrong, stop and report the fact in detail.

### 2. Enforce Code Quality

If validation passes, reflect meticulously according to the [code quality gate](./code-quality.md). Report back with a comprehensive and ruthless simplification enforcement.

