differential-review

Automate security-focused code review of diffs and generate markdown reports.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/iiammae/opero --skill differential-review-iiammae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: differential-review
Source: https://github.com/iiammae/opero/tree/main/.agents/skills/differential-review
Command: npx skills add https://github.com/iiammae/opero --skill differential-review-iiammae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, particularly for security and compliance aspects, by automating analysis and generating detailed reports.

Core Features & Use Cases

  • Automated Code Analysis: Scans for security vulnerabilities and code quality issues within commits and pull requests.
  • Customizable Review Levels: Adapt analysis depth to the size of the codebase.
  • Comprehensive Reporting: Generates markdown reports with actionable findings.
  • Use Case: When you want to conduct a thorough security-focused code review for a medium-sized project, you can use this Skill to analyze code changes and test coverage.

Quick Start

Start a differential security review on the 'main' branch by using the differential-review skill.

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 review for pull requests?

Automated security code review scans pull requests and commits for vulnerabilities using git history and test coverage analysis. It identifies security regressions and generates comprehensive markdown reports with actionable findings for compliance tracking.

Can I customize the code analysis depth for different project sizes?

Yes, code analysis depth can be customized to adapt to the size of the codebase. This allows the security review to remain efficient and thorough whether scanning small commits or reviewing differential changes across a medium-sized project.

What is the best way to identify security regressions in recent commits?

The best way to identify security regressions is by performing a differential review on code changes. By utilizing git history alongside test coverage analysis, you can detect newly introduced vulnerabilities and output detailed markdown reports for remediation.

Does automated code analysis work with git history and test coverage metrics?

Yes, automated code analysis works directly with git history and test coverage metrics to evaluate code changes. It scans commits and diffs to pinpoint security vulnerabilities, ensuring that new code regressions are caught before merging.

What permissions are needed to run automated code analysis on diffs?

Running automated code analysis on diffs requires Read, Write, Grep, Glob, and Bash permissions. These permissions allow the review tool to access git history, scan files, and generate comprehensive markdown reports for security vulnerabilities.