differential-review

Analyze code changes for security-focused differential review across PRs, commits, and diffs.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill differential-review-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: differential-review
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/development/differential-review/skills/differential-review
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill differential-review-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diff Review is vital for security-conscious code governance, providing a repeatable process to assess changes and uncover regressions and attack surfaces across PRs, commits, and diffs.

Core Features & Use Cases

  • Baseline context: captures invariants, trust boundaries, and validation patterns to prevent regressions.
  • Phase-driven workflow: orchestrates the whole review from intake (Phase 0) to final reporting (Phase 6).
  • Adversarial readiness: supports rapid adversarial modeling and concrete exploit scenarios to strengthen security posture.

Quick Start

Use differential-review to generate a structured, audit-ready report for a recent code change.

Frequently Asked Questions about differential-review

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

FAQPage Schema
How do I audit code changes for security risks in a git diff?

To audit code changes for security risks in a git diff, you perform a security-focused differential review across PRs and commits to generate comprehensive markdown reports with explicit risk and remediation recommendations.

What is differential code review and when do I need it?

Differential code review analyzes code changes against baseline invariants and trust boundaries to uncover regressions and attack surfaces. You need it for security-conscious code governance to assess changes across PRs, commits, and diffs.

How do I generate an audit-ready report for a pull request?

To generate an audit-ready report for a pull request, orchestrate a phase-driven workflow from intake to final reporting, applying adversarial modeling to produce structured markdown audit reports with blast radius analysis.

Can I use git history to establish contextual baselines for code review?

Yes, you can use git history to establish contextual baselines for code review by capturing invariants, trust boundaries, and validation patterns from historical commits to prevent security regressions in new changes.

Does differential review scale with large codebase sizes?

Differential review scales with large codebase sizes by applying phase-based analysis across the workflow, ensuring thorough security assessment of diffs and commits without being overwhelmed by the volume of code changes.

What's the best way to uncover attack surfaces introduced by recent commits?

The best way to uncover attack surfaces introduced by recent commits is to apply rapid adversarial modeling and generate concrete exploit scenarios during the differential review of code changes.