What problem does it solve? Triaging CodeQL and SAST alerts ad hoc leads to scattered fixes, duplicate PRs, and lost context. This Skill turns raw code scanning findings into a durable, idempotent remediation plan before any code changes happen. ## Core Features & Use Cases - Alert Verification: Reads flagged source files to confirm whether each GitHub code scanning alert is still real, already fixed, or covered by an open PR. - Idempotent Grouping: Groups related alerts by rule ID, file, or subsystem into focused remediation features with stable group IDs, branch names, and PR markers. - Epic Generation: Creates or updates a standard docs/epics/NNN-code-scanning-remediation.md epic with a remediation inventory, success criteria, and child feature checklist. - Use Case: After a CodeQL scan reports 15 open alerts across your repository, use this Skill to verify each finding against current source, detect two alerts already covered by open PRs, and produce an epic grouping the rest into three reviewable remediation features. ## Quick Start Triage the open GitHub code scanning alerts in this repository and create a remediation epic in docs/epics grouping them into focused features.