What problem does it solve?
Companion to sec-review-team. This Skill orchestrates security findings into deterministic diffs, regression tests, commit messages, and PRs, enabling safe, auditable remediation workflows.
Core Features & Use Cases
- End-to-end fix orchestration for security findings, generating per-finding diffs, tests, and PRs with interactive approval and safeguards.
- Supports multiple modes including default interactive flow,
--dry-run, and --re-verify to re-check fixes against specific IDs.
- Produces structured artifacts under .planning/sec-review-fixes for review and hand-off to execution pipelines.
- Enforces strong safety constraints: branch-only commits, no pushes to main, and clean-working-tree requirements before applying fixes.
Quick Start
Invoke the sec-review-fixes skill on the prepared findings to generate patch proposals, regression tests, and commit messages for review.