code-review

Automate code review of branch diffs and pull requests against project guidelines.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kinnerkarmanish/mak --skill code-review-kinnerkarmanish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kinnerkarmanish/mak/tree/main/library/skills/development/code-review
Command: npx skills add https://github.com/kinnerkarmanish/mak --skill code-review-kinnerkarmanish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Branch code review with structured scoring against project guidelines. Produces categorized findings with severity levels and LLM-generated fix prompts. Quality gate: only posts review to PR if score meets threshold.

Core Features & Use Cases

  • Scored findings: generate a structured report with severity levels and actionable prompts for fixes.
  • Automatic gating: enforce a quality gate to decide whether to post results to PRs or request iterations.
  • Workflow integration: works on branch diffs, specific PRs, or CI workflows and can emit prompts for automated fixes.

Quick Start

Run /code-review to start a review on the current branch and generate a prioritized findings report.

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 review on a pull request?

Automating code review on a pull request is done by evaluating branch diffs against project guidelines to generate severity-labeled findings. The process integrates into CI workflows to post reviews automatically when a quality gate score passes.

What is a quality gate in code review automation?

A quality gate in code review automation is a scoring threshold that determines whether findings are posted to a pull request. If the code review score meets the threshold, results are posted; otherwise, it returns actionable remediation requests.

Can I generate automated fix prompts from branch diff findings?

Generating automated fix prompts from branch diff findings is supported by evaluating code changes against project guidelines. The review produces LLM-generated prompts designed to provide actionable remediation for identified severity-labeled issues.

How do I enforce project guidelines in a CI workflow?

Enforcing project guidelines in a CI workflow involves running automated code reviews on branch diffs to produce structured findings. A quality gate checks the review score and blocks PR merges by requesting iterations when the score fails.

Does automated code review work on specific pull requests or only branch diffs?

Automated code review works on both specific pull requests and branch diffs. The workflow integration supports evaluating changes across these targets, producing categorized findings and fix prompts regardless of the input source.