github-security-review
Installation
SKILL.md
GitHub Security Review
Analyze GitHub security alerts (Code Scanning, Dependabot, Secret Scanning) and generate actionable remediation plans with specific code fixes.
Prerequisites
Requires gh CLI and jq. Verify before running:
gh auth status # Must be authenticated
jq --version # Must be installed
If gh not installed: https://cli.github.com/
If gh not authenticated: gh auth login
If jq not installed: brew install jq / apt install jq