Acerca de
The GitHub Security Fixer skill enables Claude to systematically manage and resolve security vulnerabilities identified by GitHub's CodeQL analysis. It automates the end-to-end remediation workflow—from fetching open alerts via the GitHub API and grouping them by severity, to applying production-ready fixes for common issues like stack trace exposure, SQL injection patterns, and unused variables. By integrating automated linting with Ruff, structured logging with structlog, and rigorous local testing, this skill ensures that security patches are not only effective but also compliant with CI/CD requirements and documentation best practices.