vibe-review-code

Review source diffs and pull requests for correctness, regressions, and security issues.

6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/jacobcy/vibe-coding-control-center --skill vibe-review-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-review-code
Source: https://github.com/jacobcy/vibe-coding-control-center/tree/main/skills/vibe-review-code
Command: npx skills add https://github.com/jacobcy/vibe-coding-control-center --skill vibe-review-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, senior-level code review workflow to catch correctness defects, regressions, dead code, API boundary violations, and security/stability risks for local changes or pull requests before merging.

Core Features & Use Cases

  • Context-aware impact analysis: Guides use of vibe3 inspect, git/gh diffs, and symbol-level lookups to determine callers, signature impact, and change scope.
  • Standards-driven validation: Checks against project review policies, Python standards, LOC limits, test coverage expectations, and lint rules to surface Blocking/Major/Major/Nit issues.
  • Actionable reporting & handoff: Produces a Markdown report with severity buckets, file/function findings, minimal fixes, and instructions to append handoff milestones; suitable for pre-PR audits and validating reviewer feedback.

Quick Start

Please perform a structured, senior-level code review of the current branch or PR and output a Markdown report with Blocking, Major, Minor, and Nit findings including minimal fixes and file/line references.

Frequently Asked Questions about vibe-review-code

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

FAQPage Schema
How do I perform a structured code review on a pull request?

Perform a structured code review on a pull request by analyzing git diffs to identify correctness errors, dead code, and security violations, then generating a Markdown report with severity buckets and minimal fixes.

What is dead code detection and how does it fit into code review?

Dead code detection identifies unused functions and variables during code review. It fits into the process by flagging regression risks and API boundary violations alongside blocking or major severity issues in the final report.

Can I use static analysis to validate fixes against reviewer feedback?

Yes, you can use static analysis to validate fixes against reviewer feedback by checking source changes for regression risks and API boundary violations, ensuring corrections meet project policies and test coverage expectations.

Does vibe3 inspect and lint work with local branch diffs?

Yes, vibe3 inspect and lint work with local branch diffs by evaluating symbol-level lookups and callers to determine change scope, validating against Python standards and LOC limits before opening a pull request.

What is the best way to categorize code review findings by severity?

The best way to categorize code review findings by severity is to bucket issues into Blocking, Major, Minor, and Nit classifications, mapping file and function level findings with minimal fixes and line references.

When should I not use automated code review for source changes?

You should not use automated code review for source changes when the scope lacks clear git diffs or when changes require subjective architectural judgment beyond dead code, API boundary, and regression risk detection.