performing-code-reviews

Run tests and static checks to generate categorized code review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often rely on intuition and ad-hoc checks; this skill enforces verification tooling as a baseline, loads review lenses, and yields structured, actionable feedback to improve code health.

Core Features & Use Cases

  • Load a set of review lenses (designing-software, defensive-coding, writing-useful-tests, and language-specific skills) to systematically assess architecture, boundaries, test quality, and style.
  • Run verification commands (tests, linter, type checker) and produce a consolidated report of findings.
  • Generate a structured, categorized output that guides developers on fixes and improvements during PR reviews and audits.

Quick Start

Run the code-review skill on your repository to automatically evaluate a pull request against the defined lenses and tooling checks.

Frequently Asked Questions about performing-code-reviews

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

FAQPage Schema
How do I automate code reviews for a pull request?

You can automate code reviews by running verification commands like tests and linters as a baseline, then loading domain lenses to systematically assess architecture and boundaries, yielding structured, categorized feedback for your pull requests.

What is a lens-driven code review?

Lens-driven code reviews apply specific assessment lenses like designing-software, defensive-coding, and writing-useful-tests to systematically evaluate architecture, boundaries, and test quality rather than relying on ad-hoc checks.

How do I generate a structured code review report for developers?

You generate a structured code review report by running static checks and tests, analyzing design details against loaded lenses, and outputting categorized, actionable findings that guide developers on fixes and improvements.

Can I use automated code reviews as a quality gate for software projects?

Yes, automated code reviews can be applied during PR audits and quality gates across software projects, enforcing verification tooling and surfacing structured issues to improve maintainability and security.

Does automated code review work without additional dependencies?

Yes, the code review skill operates without external dependencies, loading language-specific lenses and running verification commands directly to analyze your repository and produce a consolidated report of findings.