fix

Identify fix intelligence and generate remediation options with version targets for repository vulnerabilities.

9|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Vulnetix/pix-ai-coding-assistant --skill fix-vulnetix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/Vulnetix/pix-ai-coding-assistant/tree/main/vulnetix/skills/fix
Command: npx skills add https://github.com/Vulnetix/pix-ai-coding-assistant --skill fix-vulnetix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies fix intelligence for a vulnerability in the current repository and proposes concrete remediation steps to reduce risk and restore secure operation.

Core Features & Use Cases

  • Fetch vulnerability fix intelligence and present concrete remediation options with version targets and verification steps.
  • Generate Markdown reports, including dependency upgrade paths, verification checklists, and evolving threat models for stakeholders.
  • Apply remediation guidance within the repository context, coordinating with manifests and SBOMs to surface applicable changes.

Quick Start

Use the fix skill with a vulnerability ID to obtain actionable remediation steps tailored to the repository.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I generate concrete remediation steps for a vulnerability in my repository?

To generate concrete remediation steps for a vulnerability, you can apply remediation guidance within your repository context by coordinating with manifests and SBOMs to surface applicable version targets and dependency changes.

What is vulnerability fix intelligence and how does it apply to dependency management?

Vulnerability fix intelligence identifies actionable remediation paths for security issues. It applies to dependency management by analyzing manifests and SBOMs to propose specific version bumps and reduce security risk.

How do I create a vulnerability remediation report with version targets and verification steps?

You can create a vulnerability remediation report by generating Markdown outputs that include dependency upgrade paths, risk assessments, verification checklists, and Mermaid visuals for stakeholders.

Can I use dependency manifests and SBOMs to find applicable security fixes?

Yes, you can use dependency manifests and SBOMs to find applicable security fixes. The system processes these contexts using jq and yq to track vulnerability history and surface tailored remediation options.

What is the best way to assess risk and verify a dependency version bump for a security fix?

The best way to assess risk and verify a dependency version bump is to generate multiple remediation options with specific version targets, risk assessments, and explicit verification steps.

Why do I need jq and yq for vulnerability remediation processing?

You need jq and yq for vulnerability remediation processing because the system relies on these tools to parse and process data from manifests and SBOMs to extract applicable fix intelligence.