review

Review code changes for bugs, logic errors, and security issues using a structural graph.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/sQVe/cape --skill review-sqve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/sQVe/cape/tree/main/skills/review
Command: npx skills add https://github.com/sQVe/cape --skill review-sqve

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve?

Review code changes for bugs, logic errors, and security issues using a structural graph.

## Core Features & Use Cases

  • Generates verdict-first reports grouped by file with blast radius and test-coverage insights.
  • Uses code-review-graph to surface impact and dependencies for high-risk changes.
  • Supports self-review before committing and PR reviews with a clear separation of findings and fixes.

### Quick Start

Provide the changes you want reviewed (e.g., a branch diff or PR) and I will generate a structured review report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code changes for bugs and security issues before committing?

To review code changes for bugs, logic errors, and security issues, provide a branch diff or PR. The review is generated using a structural graph to surface impact and dependencies, producing a verdict-first report.

What is blast radius and test coverage assessment in a code review?

Blast radius and test coverage assessment in a code review compute the structural impact and dependency surface of high-risk changes. This validates the graph context to surface what downstream modules are affected by your modifications.

Can I use structural graph analysis for pull request reviews?

Yes, you can use structural graph analysis for pull request reviews. It supports PR reviews by validating the graph context, computing blast radius, and separating findings from fixes in a structured report.

How do I generate a structured review report grouped by file?

To generate a structured review report grouped by file, provide the changes you want reviewed. The report is verdict-first and includes blast radius and test-coverage insights for each file.

What is the best way to audit specific files or branches for logic errors?

The best way to audit specific files or branches for logic errors is using a structurally-aware code review. It analyzes the code-review-graph to surface dependencies and outputs a verdict-first report highlighting bugs and security issues.