review

Review code changes for correctness, style, and security gaps.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sakebomb/scaffold --skill review-sakebomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/sakebomb/scaffold/tree/main/.claude/skills/review
Command: npx skills add https://github.com/sakebomb/scaffold --skill review-sakebomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly identify and fix issues introduced by code changes, ensuring code quality and security before merge.

Core Features & Use Cases

  • Automated Change Review: Scans diffs for correctness, style, and security gaps across modified files.
  • Edge Case Detection: Highlights potential missed edge cases and risky patterns.
  • Use Case: When reviewing a pull request, run this skill to surface critical defects before merging.

Quick Start

Review the current changes by providing a file path, or use 'staged' or 'branch' as the argument.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review git diffs for bugs and security issues before merging?

Reviewing git diffs for bugs involves scanning modified files to assess correctness, style, and security gaps. You can apply this to staged changes, specific file paths, or an entire branch to surface critical defects before merging.

What is automated code review for pull requests?

Automated code review for pull requests is the process of scanning code diffs to identify potential missed edge cases and risky patterns. It provides a structured checklist and traceable outputs to guide developers through necessary fixes.

How do I check staged git changes for style and security gaps?

Checking staged git changes for style and security gaps involves running a diff scan with 'staged' as the argument. This evaluates the modified files for correctness and highlights risky patterns or missed edge cases.

Can I scan an entire git branch for code correctness and style?

Yes, you can scan an entire git branch for code correctness and style by using 'branch' as the argument. This assesses all code changes within the branch to identify bugs and security gaps before merge.

Does code review work with specific file paths in git?

Yes, code review works with specific file paths in git by providing the path as an argument. It scans the diff for those specific files to assess correctness, style, and security gaps, providing actionable recommendations.