ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill

fix-review

Verify fix commits address audit findings without new bugs

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download sickn33-agentic-awesome-skills-skills_fix-review-286166a.zip · 1 KB
Part of sickn33/agentic-awesome-skills — 427 skills
This skill couldn't be refreshed from GitHub on the last check — you're seeing the last imported snapshot.

Install

skills CLI npx skills add https://github.com/sickn33/agentic-awesome-skills/tree/main/skills/fix-review
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install sickn33-agentic-awesome-skills@llmmart
Git git clone https://github.com/sickn33/agentic-awesome-skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole sickn33/agentic-awesome-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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:

  1. Review Fix Commits: Analyze commits that claim to fix audit findings
  2. Verify Resolution: Ensure the original issue is properly addressed
  3. Check for Regressions: Verify no new bugs or vulnerabilities are introduced
  4. Validate Completeness: Ensure all aspects of the finding are resolved

Review Process

When reviewing fix commits:

  1. Compare the fix against the original audit finding
  2. Verify the fix addresses the root cause, not just symptoms
  3. Check for potential side effects or new issues
  4. Validate that tests cover the fixed scenario
  5. 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.
Files (agentic-awesome-skills)
  • SKILL.md 2.1 KB
    ---
    name: fix-review
    description: "Verify fix commits address audit findings without new bugs"
    risk: safe
    source: "https://github.com/trailofbits/skills/tree/main/plugins/fix-review"
    date_added: "2026-02-27"
    ---
    
    # 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:
    
    1. **Review Fix Commits**: Analyze commits that claim to fix audit findings
    2. **Verify Resolution**: Ensure the original issue is properly addressed
    3. **Check for Regressions**: Verify no new bugs or vulnerabilities are introduced
    4. **Validate Completeness**: Ensure all aspects of the finding are resolved
    
    ## Review Process
    
    When reviewing fix commits:
    
    1. Compare the fix against the original audit finding
    2. Verify the fix addresses the root cause, not just symptoms
    3. Check for potential side effects or new issues
    4. Validate that tests cover the fixed scenario
    5. 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](https://github.com/trailofbits/skills/tree/main/plugins/fix-review).
    
    ## 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.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related