code-review

Review source code changes for correctness, maintainability, and risk.

37|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/jpcaparas/skills --skill code-review-jpcaparas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jpcaparas/skills/tree/main/skills/skill-creator-advanced/evals/files/retirement-library/skills/stable/code-review
Command: npx skills add https://github.com/jpcaparas/skills --skill code-review-jpcaparas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill solves the problem of time-consuming manual code reviews, improving code quality and reducing regression risk.

Core Features & Use Cases

  • Correctness Inspection: Reviews code changes for correctness.
  • Maintainability Focus: Ensures code is maintainable and free of risks.
  • Quick Feedback: Offers fast turnaround on identified issues with file locations.
  • Use Case: Integrate the skill into your CI/CD pipeline to automatically review code commits as part of the release process.

Quick Start

Run the code-review skill to analyze your latest pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate source code analysis for correctness in my development process?

Automated source code analysis reviews code changes for correctness and maintainability. You integrate it into your CI/CD pipeline to automatically evaluate commits and reduce regression risk during the development process.

What is the best way to review pull requests for maintainability and potential risk?

Reviewing pull requests for maintainability is best handled by automated code review. It inspects source code changes, identifies potential risks, and provides fast feedback with precise file locations for quick fixes.

Can I integrate automated code review into my CI/CD pipeline?

Yes, you can integrate automated code review into your CI/CD pipeline. It evaluates source changes for correctness and maintainability as part of the release process, offering fast turnaround on identified issues.

Why does manual code review take so long and how can I speed it up?

Manual code review is time-consuming and prone to regression risk. Automating the process speeds up feedback by analyzing source changes for correctness and maintainability, quickly pinpointing file locations for necessary fixes.

Does automated code review work with existing code repository systems?

Yes, automated code review integrates with code repository systems. It analyzes your latest pull request or source changes directly within your established workflow to identify correctness and maintainability issues.

When do I need automated source code analysis instead of manual checks?

You need automated source code analysis when manual checks become time-consuming and introduce regression risk. It ensures consistent correctness and maintainability evaluations across all code commits within your development process.