review-implementation

Automates code review by dispatching parallel structural and quality subagents on git diffs.

35|7|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/CodingThrust/problem-reductions --skill review-implementation-codingthrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementation
Source: https://github.com/CodingThrust/problem-reductions/tree/main/.claude/skills/review-implementation
Command: npx skills add https://github.com/CodingThrust/problem-reductions --skill review-implementation-codingthrust

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring they meet quality standards and are correctly implemented before committing.

Core Features & Use Cases

  • Automated Code Review: Dispatches specialized agents to check for structural completeness, semantic correctness, and adherence to coding principles.
  • Parallel Review Agents: Utilizes a structural reviewer and a quality reviewer to provide comprehensive feedback.
  • Use Case: After implementing a new feature or fixing a bug, invoke this Skill to get immediate feedback on code quality, potential issues, and adherence to best practices, streamlining the development workflow.

Quick Start

Use the review-implementation skill to review the current git diff.

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 my current git diff?

You can automate code review by dispatching parallel structural and quality review subagents to analyze your git diff for completeness, correctness, and adherence to design principles like DRY and KISS.

What is the best way to ensure code correctness before committing changes?

Ensuring code correctness before committing involves analyzing git diffs for semantic accuracy and structural completeness, while verifying adherence to design principles like HC/LC to provide actionable feedback.

Can I integrate issue tracking into my automated development workflow?

Yes, the automated code review process integrates with issue tracking to provide actionable feedback, ensuring code changes align with development workflow requirements and quality assurance standards.

How does parallel review subagent dispatching work for quality assurance?

Parallel review subagent dispatching works by utilizing a structural reviewer and a quality reviewer simultaneously to provide comprehensive feedback on code improvements and semantic correctness.

Do I need specific testing frameworks to check adherence to coding principles?

No specific testing frameworks are required, as the review process directly analyzes git diffs against established design principles like DRY and KISS to ensure quality assurance and correctness.