What problem does it solve?
This Skill streamlines the process of identifying, analyzing, and fixing issues reported on GitHub by automating code analysis, testing, and pull request creation.
Core Features & Use Cases
- Issue Analysis: Uses GitHub CLI to review and understand the details of a reported issue.
- Codebase Search & Modification: Finds relevant files and applies fixes based on the issue description.
- Test & Validation: Executes tests and linters to verify the integrity of the fix.
- Pull Request Automation: Creates a comprehensive PR with descriptive commit messages for seamless deployment.
- Use Case: Developer receives a bug report and uses this Skill to automatically generate, test, and submit a fix without manual repository interactions.
Quick Start
Use the fix_gh_issue skill to analyze the current GitHub issue and generate a fix that passes all tests.