fix

Generate minimal security patches as unified diffs with summaries and LOC counts.

98|10|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/eth2030 --skill fix-jiayaoqijia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/jiayaoqijia/eth2030/tree/main/.claude/skills/fix
Command: npx skills add https://github.com/jiayaoqijia/eth2030 --skill fix-jiayaoqijia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate minimal, targeted security patches for vulnerability findings, delivering a patch file that remediates the issue with the smallest possible scope.

Core Features & Use Cases

  • Minimal patch generation: isolates the root cause with the smallest code changes.
  • Patch validation: verifies patch correctness against tests and the finding.
  • Output artifacts: produces a unified diff patch, a brief summary, and a LOC count.

Quick Start

Provide the vulnerability finding details and target project context, and request a minimal patch in unified diff format.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I generate a minimal security patch for a vulnerability finding?

To generate a minimal security patch, provide the vulnerability finding details and target project context to produce a unified diff patch that remediates the issue with the smallest possible code changes.

What is a minimal security patch and why is a small LOC count important?

A minimal security patch isolates the root cause of a vulnerability with the smallest code changes, and a small LOC count ensures minimal scope, traceability, and safety during code review or incident response.

How do I validate a security patch against a vulnerability finding?

To validate a security patch, the generation process verifies patch correctness against existing tests and the original vulnerability finding, ensuring the unified diff accurately remediates the issue.

Can I use automated patch generation for incident response workflows?

Automated patch generation applies directly to incident response workflows by producing a precise, small fix in unified diff format along with a patch summary for immediate deployment and review.

What output artifacts are produced when generating a security patch?

Generating a security patch produces three output artifacts: a unified diff patch file for applying the fix, a brief patch summary explaining the change, and a LOC count to track the scope.

What's the best way to automate code review fixes for security vulnerabilities?

The best way to automate code review fixes is to use minimal patch generation, which isolates vulnerability root causes and outputs a unified diff, summary, and LOC count to ensure precise, traceable remediation.