fix-review
Validates that security patches resolve audit findings and do not introduce new vulnerabilities.
Install
mkdir -p .claude/skills/fix-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1478" && unzip -o skill.zip -d .claude/skills/fix-review && rm skill.zipInstalls to .claude/skills/fix-review
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Verify fix commits address audit findings without new bugsKey capabilities
- →Analyze commits that claim to fix audit findings
- →Verify the original issue is properly addressed
- →Check for potential side effects or new issues
- →Validate that tests cover the fixed scenario
- →Ensure no similar vulnerabilities exist elsewhere
How it works
The skill analyzes fix commits, compares them against original audit findings, and verifies the resolution while checking for regressions and completeness.
Inputs & outputs
When to use fix-review
- →Verify patches for identified security vulnerabilities
- →Ensure code remediation completely resolves an issue
- →Check for potential regressions in fix commits
About this skill
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 findings
- Verifying that fixes don't introduce new vulnerabilities
- Ensuring code changes properly resolve identified issues
- Validating that remediation efforts are complete and correct
Instructions
This skill helps verify that fix commits properly address audit findings:
- Review Fix Commits: Analyze commits that claim to fix audit findings
- Verify Resolution: Ensure the original issue is properly addressed
- Check for Regressions: Verify no new bugs or vulnerabilities are introduced
- Validate Completeness: Ensure all aspects of the finding are resolved
Review Process
When reviewing fix commits:
- Compare the fix against the original audit finding
- Verify the fix addresses the root cause, not just symptoms
- Check for potential side effects or new issues
- Validate that tests cover the fixed scenario
- Ensure no similar vulnerabilities exist elsewhere
Best Practices
- Review fixes in context of the full codebase
- Verify test coverage for the fixed issue
- Check for similar patterns that might need fixing
- Ensure fixes follow security best practices
- Document the resolution approach
Resources
For more information, see the source repository.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Limitations
- →The skill's use is limited to tasks matching its described scope.
How it compares
This skill automates the comparison of fix commits to audit findings, unlike a manual review that might miss subtle regressions or incomplete resolutions.
Compared to similar skills
fix-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| fix-review (this skill) | 3 | 4mo | No flags | Intermediate |
| reviewing-code | 21 | 8mo | No flags | Intermediate |
| pr-review | 6 | 2mo | Review | Intermediate |
| code-review-checklist | 3 | 26d | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by sickn33
View all by sickn33 →You might also like
reviewing-code
CaptainCrouton89
Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.
pr-review
pytorch
Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".
code-review-checklist
vudovn
Code review guidelines covering code quality, security, and best practices.
django-verification
affaan-m
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
agent-reviewer
ruvnet
Agent skill for reviewer - invoke with $agent-reviewer
lint-and-validate
davila7
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.