snyk-fix
Installation
SKILL.md
Snyk Fix (All-in-One)
Complete security remediation workflow: Parse → Scan → Analyze → Fix → Validate → Summary → (Optional) PR
Modes:
- Single Mode (default): Fix one vulnerability type at a time (all instances in same file)
- Batch Mode: Fix multiple vulnerabilities in priority order (triggered by "all", "batch", severity filter, or count)
Phase 1: Input Parsing
Parse user input to extract:
- mode: Single (default) or Batch
- scan_type:
code,sca, orboth(inferred from context) - target_vulnerability: Specific issue ID, CVE, package name, file, or vuln type
- target_path: File or directory (defaults to project root)
- severity_filter / max_fixes: For batch mode (default max: 20)
Related skills