code-review

Identify and report deviations between implemented code and stated requirements.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill code-review-samjhecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/samjhecht/wrangler/tree/main/skills/code-review
Command: npx skills add https://github.com/samjhecht/wrangler --skill code-review-samjhecht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive code review framework to validate implementations against plans and quality standards, delivering prioritized, actionable feedback.

Core Features & Use Cases

  • Plan alignment check: verify implementation matches requirements
  • Quality assessment: technical rigor across errors, types, maintainability
  • TDd evidence & reporting: TDD-focused certification and checkpoints

Quick Start

Submit a PR or code changes to trigger a detailed, prioritized feedback report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get prioritized feedback on code quality during pull requests?

Code review provides structured, prioritized feedback on pull requests by assessing plan alignment, error handling, type safety, maintainability, SOLID principles, design patterns, and testing coverage. Submit your PR to receive a comprehensive report identifying deviations between implementation and requirements.

What does a code review framework check for?

A code review framework validates implementations against requirements and quality standards across functional alignment, error handling, type safety, maintainability, SOLID principles, design patterns, integration, scalability, and TDD compliance. It delivers actionable feedback prioritized by severity and impact.

Can I use code review to verify TDD compliance?

Yes. Code review includes TDD-focused evidence and reporting, providing certification checkpoints and assessments of test-driven development practices. Submit code changes to receive detailed TDD compliance feedback.

How do I ensure my implementation matches the requirements?

Code review performs plan alignment checks by comparing implemented code against stated requirements. Use it during pull requests or release readiness audits to identify and report deviations with prioritized, actionable corrections.

What's assessed in a code quality review?

Code quality assessment covers technical rigor across error handling, type safety, maintainability, architecture, design patterns, SOLID principles, integration concerns, and scalability. Review generates prioritized feedback on each dimension.

When should I run a code review?

Run code review during pull requests, before release, or during audits to validate plan alignment and quality. It's most effective as an early checkpoint in your development workflow to catch issues before merging or shipping.