code-review

Automates code review against project standards and returns approve/reject verdicts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fwojciec/quiver --skill code-review-fwojciec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/fwojciec/quiver/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/fwojciec/quiver --skill code-review-fwojciec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of code review to ensure changes comply with project standards and CLAUDE guidelines, delivering a clear approve or reject verdict.

Core Features & Use Cases

  • Structural checks for dependency injection, single responsibility, and testing seams.
  • CLAUDE.md violations detection and consistency reviews across changed crates.
  • Return structured verdicts with rationale and suggested improvements.

Quick Start

Review the staged or committed diff and return a verdict aligned with project standards.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews against project standards?

Automate code reviews by analyzing staged or committed diffs against CLAUDE.md guidelines and structural criteria, returning a clear approve or reject verdict with actionable rationale for each change.

What structural checks are enforced during a diff analysis?

Diff analysis enforces dependency injection, single responsibility, testing seams, and clear interface boundaries to ensure code changes meet structural quality standards before approval.

How do I detect CLAUDE.md violations in committed changes?

Detect CLAUDE.md violations by reviewing staged or committed diffs for consistency with project guidelines, identifying deviations, and delivering structured feedback with suggested improvements.

Can I use this code review tool for multi-crate consistency checks?

Yes, this code review tool performs consistency reviews across changed crates, verifying that all modified components conform to the established CLAUDE.md standards and structural patterns.

What's the best way to get an approve or reject verdict for a staged diff?

Get an approve or reject verdict by submitting staged or committed diffs for automated review, which evaluates CLAUDE.md conformance and structural criteria to produce a structured decision.

Why does a code review reject changes that lack testing seams?

Code review rejects changes lacking testing seams because single responsibility and clear interface boundaries are enforced structural criteria, ensuring the codebase remains testable and maintainable.