differential-review

Perform security-focused differential review of code changes with git history context.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/statick88/dotfiles --skill differential-review-statick88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: differential-review
Source: https://github.com/statick88/dotfiles/tree/main/amp/.agents/skills/differential-review
Command: npx skills add https://github.com/statick88/dotfiles --skill differential-review-statick88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates in-depth, security-focused code reviews for changes like pull requests or commits, ensuring that no vulnerabilities are introduced and existing security is maintained.

Core Features & Use Cases

  • Security-First Analysis: Prioritizes authentication, cryptography, and value transfer vulnerabilities.
  • Contextual Review: Adapts analysis depth based on codebase size and leverages git history for context.
  • Risk Assessment: Calculates blast radius, checks test coverage, and identifies potential regressions.
  • Use Case: Before merging a critical update to a smart contract's payment processing logic, use this Skill to perform a thorough security review, identify potential exploits, and generate a detailed report.

Quick Start

Run a differential security review on the current branch against the main branch.

Frequently Asked Questions about differential-review

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

FAQPage Schema
How do I automate security code review for git pull requests?

Automate security code review by running a differential analysis on git history to detect vulnerabilities in pull requests. The review prioritizes authentication, cryptography, and value transfer flaws to prevent regressions before merging critical updates.

What is a differential security review and when do I need it?

A differential security review evaluates code changes against git history to identify newly introduced vulnerabilities. You need it before merging critical updates, such as smart contract payment logic, to ensure no security regressions are deployed.

Can I use this security audit on large codebases?

Yes, you can use this security audit on large codebases because the analysis depth automatically adapts to the codebase size. It leverages git history for context and calculates blast radius to assess risk across the project.

How to calculate blast radius and check test coverage for code changes?

Calculate blast radius and check test coverage by analyzing the differential diff of code changes within the git history. This risk assessment identifies the potential impact of vulnerabilities and flags areas lacking sufficient test coverage.

Does this code review tool generate reports for security vulnerabilities?

Yes, this code review tool generates comprehensive markdown reports detailing identified security vulnerabilities. These reports document the differential review results, including risk assessment and test coverage gaps, to prevent security regressions.