What problem does it solve?
This Skill orchestrates an end-to-end GitHub issue resolution workflow, enabling automated intake, context gathering, code changes, builds, and pushes with minimal manual intervention.
Core Features & Use Cases
- Intake & Context: Retrieve issue context, reproduce steps, and determine scope using gh.
- Codepath Discovery & Fixes: Locate likely code paths, apply minimal, targeted fixes that align with project conventions.
- Build, Test & Validate: Run builds and tests via XcodeBuildMCP to verify fixes across targeted schemes.
- Commit, Close & Push: Commit with a closing message (closes #<issue>) and push changes to the repository.
- Traceability: Provide an audit trail of changes and test results for maintainers.
Quick Start
Trigger the flow by providing the issue number and repository. Example: gh issue view 123 --repo owner/repo --comments to gather context, then proceed to locate, fix, build, test, commit with a closing message, and push.