code-review

Automate structured code review of pull request diffs with actionable feedback.

18|1|Updated Nov 7, 2024
One-click install
npx skills add https://github.com/chancetop-com/core-ai --skill code-review-chancetop-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/chancetop-com/core-ai/tree/main/core-ai/src/test/resources/skills/code-review
Command: npx skills add https://github.com/chancetop-com/core-ai --skill code-review-chancetop-com

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often miss defects due to inconsistent checklists and vague criteria; this Skill enforces a structured, repeatable review process to improve quality and consistency.

Core Features & Use Cases

  • Guided, repeatable checklist covering correctness, readability, maintainability, edge cases, and security.
  • Clear, attachable feedback for pull requests to speed up reviews and onboarding.
  • Use Case: Review a failing PR diff to surface root causes and suggest concrete fixes.

Quick Start

Ask your AI to perform a code review of the latest diff using the provided checklist.

Frequently Asked Questions about code-review

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

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

You can automate a code review by asking your AI to apply a structured checklist to the pull request diff, identifying defects and improvement opportunities for correctness and maintainability.

What is a structured code review checklist?

A structured code review checklist is a repeatable workflow enforcing consistent criteria across correctness, readability, maintainability, edge cases, and security to prevent missing defects.

Does this code review checklist support multiple programming languages?

Yes, the code review checklist applies to pull requests across multiple languages, focusing on language-agnostic quality factors like correctness, readability, and maintainability.

How do I get actionable feedback on a failing pull request?

To get actionable feedback on a failing pull request, the Skill analyzes the code diff against its checklist to surface root causes and output clear, attachable improvement suggestions.

Why do code reviews often miss defects and how does a checklist help?

Code reviews miss defects due to inconsistent checklists and vague criteria; applying a repeatable, structured review process enforces consistent quality assurance and surfaces improvement opportunities.

Best way to ensure maintainability when reviewing a code diff?

The best way to ensure maintainability when reviewing a code diff is to apply a guided, repeatable checklist that explicitly evaluates readability, edge cases, and maintainability alongside correctness.