Fix Review
Overview
Verify that fix commits properly address audit findings without introducing new bugs or security vulnerabilities.
When to Use This Skill
Use this skill when you need to verify fix commits address audit findings without new bugs.
Use this skill when:
Reviewing commits that address security audit findingsVerifying that fixes don't introduce new vulnerabilitiesEnsuring code changes properly resolve identified issuesValidating that remediation efforts are complete and correctInstructions
This skill helps verify that fix commits properly address audit findings:
Review Fix Commits: Analyze commits that claim to fix audit findingsVerify Resolution: Ensure the original issue is properly addressedCheck for Regressions: Verify no new bugs or vulnerabilities are introducedValidate Completeness: Ensure all aspects of the finding are resolvedReview Process
When reviewing fix commits:
Compare the fix against the original audit findingVerify the fix addresses the root cause, not just symptomsCheck for potential side effects or new issuesValidate that tests cover the fixed scenarioEnsure no similar vulnerabilities exist elsewhereBest Practices
Review fixes in context of the full codebaseVerify test coverage for the fixed issueCheck for similar patterns that might need fixingEnsure fixes follow security best practicesDocument the resolution approachResources
For more information, see the source repository.