impl-peer-review

Automate peer review of code changes across multiple LLMs.

96|8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/compozy/kb --skill impl-peer-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-peer-review
Source: https://github.com/compozy/kb/tree/main/.agents/skills/impl-peer-review
Command: npx skills add https://github.com/compozy/kb --skill impl-peer-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of conducting code reviews by utilizing cross-LLM pressure-testing, providing a structured way to review changes in code.

Core Features & Use Cases

  • Cross-LLM Peer Review: Utilizes different LLMs to pressure-test implementation diffs.
  • Customizable Reviewer Runtime: Configure the reviewer runtime via --ide, --model, and --reasoning.
  • Project Agnostic: Works across any project and any language, auto-detecting project rules.
  • Output Directory: Generates artifacts in a predefined directory structure.
  • Use Case: After implementing a change, run this skill to automatically review the code changes and get feedback before committing.

Quick Start

Run impl-peer-review with the --files flag specifying the files to be reviewed.

Frequently Asked Questions about impl-peer-review

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

FAQPage Schema
How do I automate code review using different LLMs?

You can automate code review by utilizing cross-LLM pressure-testing, which uses different LLMs to evaluate implementation diffs. This approach provides structured feedback by running configurable reviewer runtimes against your code changes.

What is cross-LLM peer review for code changes?

Cross-LLM peer review is a technique that uses different LLMs to pressure-test implementation diffs. It automates the peer review process by configuring reviewer runtimes via specific flags to generate structured feedback artifacts.

How do I run an automated code review on specific files?

To run an automated code review, execute the skill with the `--files` flag specifying the target files. The tool will automatically detect project rules and generate review artifacts in a predefined output directory.

Can I use automated peer review with any programming language?

Yes, the automated peer review process is project agnostic and works across any project and any language. It auto-detects project-specific rule files to ensure the cross-LLM review applies to your environment.

How do I configure the LLM runtime for code review?

You can configure the reviewer runtime by using the `--ide`, `--model`, and `--reasoning` flags. This allows you to specify the exact LLM environment and reasoning depth applied to pressure-test your code changes.

What external dependencies are required for cross-LLM code review?

Cross-LLM code review requires access to external LLMs and project-specific rule files. You must configure the reviewer runtime to connect to these external models to successfully pressure-test your implementation diffs.