What problem does it solve?
This Skill applies vetted fixes for issues reported by code scanners, security auditors, and linters so teams can quickly remediate vulnerabilities, formatting, and static-analysis errors without introducing regressions.
Core Features & Use Cases
- Prioritize and triage: Focus remediation on CRITICAL and HIGH severity findings before lower-severity items.
- Auto-fix tooling: Execute available auto-fixers and formatters to resolve lint and style issues and update vulnerable dependencies when safe to do so.
- Manual remediation and verification: Perform targeted code edits for issues that cannot be auto-fixed, re-run linters and tests, and generate a structured report of changes and verification results.
- Use Case: After a CI security scan flags a vulnerable dependency and several lint errors, run this Skill to apply auto-fixes, patch the dependency, run tests, and produce a fix report for review.
Quick Start
Use the code-fixing skill to apply fixes and run verification for scan-identified issues in the repository.