fix-review

Verify git commits address TOB security audit findings and avoid new bugs.

10|4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/sbknana/equipa --skill fix-review-sbknana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/sbknana/equipa/tree/main/skills/security/fix-review/skills/fix-review
Command: npx skills add https://github.com/sbknana/equipa --skill fix-review-sbknana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that git commits address security audit findings without introducing bugs.

Core Features & Use Cases

  • Input gathering and diff analysis to map findings to commits.
  • Automated verification of remediation commits against TOB findings.
  • Generates a Fix Review Report and a structured status per finding.

Quick Start

Provide the source and target commits plus an optional audit report to run a complete fix-review workflow.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I verify security audit findings are resolved in a commit?

Verify security audit fixes by mapping commit diffs to TOB findings and generating a formal status report. This review process confirms remediation commits address vulnerabilities without introducing new bugs.

What is a fix review report for remediation commits?

A fix review report is a formal document mapping security audit findings to commit changes and assigning verification statuses like FIXED, PARTIALLY_FIXED, or NOT_ADDRESSED. It validates that remediation commits resolve vulnerabilities safely.

How do I check if a remediation commit introduces new bugs?

Check for new bugs in a remediation commit by running an automated diff analysis against security audit findings. This workflow verifies that code changes address vulnerabilities without causing additional issues.

Can I review multiple commits for a security audit at once?

Yes, you can review multiple commits or branches for a security audit at once. The fix review workflow performs input gathering and diff analysis across the provided range to map findings to commits.

What do I need to provide to run a security fix review?

To run a security fix review, provide the source and target commits. You can also supply an optional audit report to execute the complete workflow and generate a formal verification status.

What statuses are assigned during a security audit fix review?

Statuses assigned during a security audit fix review include FIXED, PARTIALLY_FIXED, and NOT_ADDRESSED. These formal statuses indicate whether commit changes successfully resolve the mapped TOB findings.