fix-review

Verify code commits against security audit reports for remediation and regressions.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/andrescardonas7/salchipapa-web --skill fix-review-andrescardonas7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/andrescardonas7/salchipapa-web/tree/main/.cursor/skills/fix-review
Command: npx skills add https://github.com/andrescardonas7/salchipapa-web --skill fix-review-andrescardonas7

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that code changes intended to fix security audit findings actually address the issues without introducing new bugs or regressions.

Core Features & Use Cases

  • Finding Remediation Verification: Confirms that specific security vulnerabilities (e.g., TOB-XXX) have been correctly addressed in the code.
  • Bug Introduction Detection: Analyzes commits for common security anti-patterns that might indicate new vulnerabilities.
  • Use Case: After a security audit, a developer pushes commits to fix reported issues. Use this Skill to automatically review those commits against the audit report and confirm the fixes are sound and haven't broken anything.

Quick Start

Use the fix-review skill to verify that commits abc123 and def456 fix the audit findings from the main branch.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I verify code commits against security audit findings?

To verify code commits against security audit findings, analyze specific commit ranges alongside provided audit reports to confirm vulnerabilities are resolved. This process ensures that remediation efforts are validated and documented.

Can I use PDF and Markdown reports for code fix verification?

Yes, code fix verification supports audit reports in various formats including PDF, Markdown, and JSON. The system analyzes these documents to confirm that commits correctly address the specific security vulnerabilities identified.

How do I check if bug fixes introduce new security anti-patterns?

To check if bug fixes introduce new security anti-patterns, analyze the commit changes against known vulnerability patterns. This detects potential regressions or new bugs introduced during the remediation process.

What is the best way to automate security remediation reviews for git commits?

The best way to automate security remediation reviews for git commits is to analyze commit ranges against provided audit reports. This generates detailed verification reports confirming whether specific vulnerabilities are addressed.

Does finding remediation verification work with JSON audit report formats?

Yes, finding remediation verification works with JSON audit report formats, alongside PDF and Markdown. It analyzes these inputs to confirm that specific security vulnerabilities, such as TOB-XXX identifiers, are correctly addressed in the code.