code-review

Clone repositories, analyze diffs, and classify code-review findings by severity.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Pacvue/devflow-cursor --skill code-review-pacvue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Pacvue/devflow-cursor/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/Pacvue/devflow-cursor --skill code-review-pacvue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate code review processes by guiding repo selection, cloning, diff analysis, architecture review, and structured quality reporting for PRs.

Core Features & Use Cases

  • Resolve which repo to clone from project configs and match by category or provide options when unspecified.
  • Clone the selected repository and checkout the PR or default branch, preparing it for analysis.
  • Delegate to code-analyzer for diff analysis, architecture review, and pattern detection to surface anti-patterns and code smells.
  • Classify findings by severity and hand off to verifier to produce a formatted, output-ready report.

Quick Start

Provide a PR reference or repository name and the skill will clone the project, analyze changes, and generate a verification-ready review 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 pull request code reviews for a monorepo?

Automate pull request code reviews for a monorepo by configuring the skill to clone the target repository, checkout the PR branch, analyze diffs, and generate a structured quality report. It automatically resolves the correct repository from project configs when unspecified.

What is static analysis and architecture review for diff analysis?

Static analysis and architecture review for diff analysis is the process of detecting anti-patterns and code smells in pull request changes. This skill delegates diff analysis to evaluate structural quality and surface architectural issues in the modified code.

How do I classify code review findings by severity?

Classify code review findings by severity by applying deterministic analysis rules to the detected code smells and architectural issues. The skill categorizes findings and passes them to a verifier to produce a standardized, output-ready report.

Can I review multiple repositories without manually selecting each branch?

Review multiple repositories without manual branch selection by letting the skill resolve the target repo from project configurations and match by category. It handles repo selection, cloning, and PR checkout automatically across multi-repo projects.

What is the best way to generate a verification-ready report for a pull request?

Generate a verification-ready report for a pull request by automating diff analysis and severity-based classification of architectural issues. The skill performs a final verification to ensure the findings are formatted into a standardized output.

Does automated code review work for multi-repo projects?

Automated code review works for multi-repo projects by resolving the appropriate repository from project configs and checking out the specified PR branch. It handles repo selection and structured quality reporting across multiple repositories.