differential-review

Analyze code changes for vulnerabilities and generate markdown security reports.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/keremtoker468-dotcom/restoran --skill differential-review-keremtoker468-dotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: differential-review
Source: https://github.com/keremtoker468-dotcom/restoran/tree/main/.claude/skills/differential-review
Command: npx skills add https://github.com/keremtoker468-dotcom/restoran --skill differential-review-keremtoker468-dotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of performing security-focused differential reviews on code changes, ensuring that new code does not introduce vulnerabilities and that existing security measures are maintained.

Core Features & Use Cases

  • Security Regression Detection: Automatically identifies and flags security regressions introduced by code changes.
  • Risk-Based Analysis: Adapts review depth based on codebase size and risk level of changes.
  • Comprehensive Reporting: Generates detailed markdown reports with findings, attack scenarios, and recommendations.
  • Use Case: Before merging a pull request that modifies critical authentication logic, use this Skill to perform a thorough security review, identify potential bypasses, and ensure no new vulnerabilities are introduced.

Quick Start

Use the differential-review skill to analyze the security implications of the latest commit in 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 perform a security-focused code review on a pull request?

Security-focused code review on a pull request analyzes changesets to detect vulnerabilities, calculates blast radius, and checks test coverage. It identifies security regressions introduced by code changes and generates detailed markdown reports with attack scenarios and recommendations.

What is differential analysis in code auditing?

Differential analysis in code auditing reviews changesets like commits and pull requests to identify newly introduced vulnerabilities. It adapts analysis depth to codebase size, prioritizes high-risk changes, and ensures existing security measures are maintained during regression testing.

How do I detect security regressions introduced by code changes before merging?

To detect security regressions before merging, analyze the changeset for vulnerabilities and calculate the potential blast radius. This risk-based review adapts its depth to the codebase size and flags critical authentication logic bypasses or new weaknesses.

Can I automate vulnerability detection for commits in a large codebase?

Yes, vulnerability detection for commits can be automated in a large codebase. The analysis adapts its depth based on codebase size and risk level, prioritizing high-risk changes to efficiently identify security bypasses and generate comprehensive markdown reports.

Does differential code review work with test coverage checks?

Differential code review works with test coverage checks by analyzing code changes for vulnerabilities while simultaneously calculating the blast radius and assessing existing test coverage. This ensures new code does not introduce untested security regressions.

What is the best way to generate markdown reports for security vulnerabilities in a changeset?

The best way to generate markdown reports for vulnerabilities is performing an automated differential review on the changeset. This produces detailed markdown reports containing security findings, attack scenarios, and actionable recommendations based on risk prioritization.