fix-review

Analyze commit changes to verify security audit remediation and generate fix-review reports.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/Superlend/superloop-core-contracts --skill fix-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/Superlend/superloop-core-contracts/tree/main/.cursor/skills/fix-review/skills/fix-review
Command: npx skills add https://github.com/Superlend/superloop-core-contracts --skill fix-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the verification of security audit remediation in commits, ensuring changes address findings without introducing new bugs.

Core Features & Use Cases

  • Differential analysis: Compare source and target commits to identify changes related to audit findings.
  • Evidence-based verification: Map commits to findings (e.g., TOB-XXX) and document the fix status with rationale.
  • Workflow integration: Generate structured outputs to feed audit workflows, issue writers, and reporter tools.

Quick Start

Provide the source and target commits and, optionally, a security report path. The skill will produce a summarized status and per-finding evidence to guide reviewer decisions.

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 fixed in git commits?

To verify security audit findings in git commits, you can compare source and target commits to analyze differential changes. This process maps remediation commits to specific findings and produces a structured report with per-finding status and rationale.

What is the best way to map TOB-style findings to remediation commits?

The best way to map TOB-style findings to remediation commits is through evidence-based verification. This approach documents the fix status for each finding by mapping commits directly to the findings and providing traceable rationale.

How do I ensure security fixes do not introduce new bugs?

To ensure security fixes do not introduce new bugs, you perform differential analysis between source and target commits. This identifies changes related to audit findings and verifies the remediation without unintended side effects.

Can I generate evidence for audit workflows from git diff analysis?

Yes, you can generate evidence for audit workflows from git diff analysis. The process produces structured outputs containing per-finding status, commit references, and actionable recommendations to feed issue writers and reporter tools.

Do I need a security report path to analyze fix branches?

You do not need a security report path to analyze fix branches, as it is optional. Providing source and target commits is sufficient to generate a summarized status and per-finding evidence to guide reviewer decisions.