differential-review

Automate security-focused differential review of code changes and generate markdown audit reports.

31|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill differential-review-kissrosecicd-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: differential-review
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/tob-differential-review
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill differential-review-kissrosecicd-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates security-focused differential review of code changes (PRs, commits, diffs) to surface regressions before they ship.

Core Features & Use Cases

  • Phase-based review workflow (Pre-Analysis through final Report) tailored to security concerns.
  • Adaptive analysis depth based on codebase size with git history context.
  • Blast radius calculation and evidence-backed risk scoring.
  • Test coverage assessment and generation of comprehensive markdown audit reports.
  • Integrations with baseline context building and adversarial analysis for HIGH-risk changes.

Quick Start

Provide the changed code (base..head) to trigger the six-phase review and produce a comprehensive security report.

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-focused code reviews for pull requests?

To automate a security-focused code review for pull requests, provide the changed code to trigger a six-phase differential review that identifies security regressions. This process calculates blast radius and generates a comprehensive markdown audit report.

What is a differential review in software engineering?

A differential review analyzes code changes across commits or PRs to surface security regressions before they ship. It adapts analysis depth based on codebase size and leverages git history context to evaluate blast radius and test coverage.

Can I use git history context to assess the blast radius of code changes?

Yes, you can use git history context to assess the blast radius of code changes during the differential review. The review calculates evidence-backed risk scores and performs adversarial analysis for HIGH-risk changes based on this historical context.

How do I generate a markdown audit report for security regressions?

To generate a markdown audit report for security regressions, input the base to head code changes into the automated review workflow. The system evaluates test coverage and risk scoring, outputting a structured markdown report detailing the findings.

Does automated differential review work on large codebases?

Yes, automated differential review works on large codebases by adapting the analysis depth based on the overall codebase size and context. It applies a phase-based workflow from pre-analysis through the final report to ensure comprehensive coverage.