review-implementation

Dispatch a review subagent to assess git changes and generate quality reports.

32|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GiggleLiu/cryochamber --skill review-implementation-giggleliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementation
Source: https://github.com/GiggleLiu/cryochamber/tree/main/.claude/skills/review-implementation
Command: npx skills add https://github.com/GiggleLiu/cryochamber --skill review-implementation-giggleliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that new code changes meet quality and correctness criteria by dispatching a fresh-context review subagent before committing.

Core Features & Use Cases

  • Dispatches a fresh-context quality reviewer to assess recent changes
  • Detects added/modified files via git diff and summarizes impact
  • Generates a consolidated quality review with actionable fixes and PR-ready guidance

Quick Start

Invoke the /review-implementation command in your agent to begin a code-quality review.

Frequently Asked Questions about review-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for git diff changes before committing?

Automated code review for git diff changes is handled by dispatching a dedicated subagent that detects added or modified files and evaluates code-quality criteria. It generates a consolidated report with actionable fixes and PR-ready guidance.

What is the best way to run a fresh-context quality assurance check on new code?

Fresh-context quality assurance is achieved by dispatching a dedicated review subagent that evaluates recent changes independently. It analyzes git-based change detection results to verify code correctness and quality before submission.

How does automated post-implementation review work in a Git workflow?

Automated post-implementation review in a Git workflow works by detecting added or modified files via git diff and dispatching a subagent. The subagent applies a quality reviewer prompt to assess changes and produce structured reporting.

Can I get a structured quality review report with actionable fixes for my code changes?

Structured quality review reports with actionable fixes are generated by the review subagent after evaluating code changes. It consolidates detected issues from the git diff analysis into PR-ready guidance for developers.

Do I need any specific dependencies or components installed to run automated code review?

No specific dependencies or components are required to run automated code review. The Skill operates independently within your agent environment to dispatch the review subagent and process git diff outputs.

When should I avoid using an automated subagent for code-quality review?

Automated subagent code-quality review should be avoided when you need human intuition for complex architectural decisions or when changes fall outside standard Git workflows that rely on git diff for change detection.