code-review

Automate checklist-based code reviews across pull requests and release cycles.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/kabaka/cpap-analyzer --skill code-review-kabaka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kabaka/cpap-analyzer/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/kabaka/cpap-analyzer --skill code-review-kabaka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduct thorough, standardized code reviews to ensure software quality and consistency across PRs, reducing bugs and regression risk before merges.

Core Features & Use Cases

  • Checklist-driven reviews: Provides a repeatable evaluation covering correctness, types, testing, and safety.
  • PR, QA, and release contexts: Suitable for pull requests, feature branches, and release validation workflows.
  • Guided feedback: Generates actionable, standards-aligned feedback for authors and maintainers.

Quick Start

Review a new pull request by following the checklist and provide actionable feedback to the author.

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 for pull requests?

Automating code reviews for pull requests requires a checklist-driven evaluation that enforces correctness, style, testing, and security requirements to reduce bugs and regression risk before merges.

What is checklist-based code review and how does it work?

Checklist-based code review provides a repeatable evaluation mechanism that systematically covers correctness, types, testing, and safety to generate actionable, standards-aligned feedback for authors and maintainers.

Can I use automated code review for release validation workflows?

Yes, automated code review can be applied during release validation workflows to ensure software quality and consistency across feature branches and release contexts before final merges.

How do I enforce quality standards during unit and integration testing?

Enforcing quality standards during unit and integration testing involves applying a checklist-based evaluation that implements hooks for linting, type checks, and test results to ensure adherence to safety requirements.

What's the best way to standardize code quality across feature branches?

Standardizing code quality across feature branches is best achieved through repeatable, checklist-driven reviews that provide guided feedback to authors, ensuring consistency and reducing regression risk before merges.