What problem does it solve?
The Skill addresses the complex and time-consuming task of executing code changes from a GitHub issue directly on the current branch, with tasks being derived from the issue's modules section.
Core Features & Use Cases
- GitHub Issue Parsing: Extracts architecture and tasks from the Modules section of a GitHub issue.
- Code Committing: Automates code commits that reference the issue number for easy traceability.
- Branch Safety Check: Ensures the work is done on non-prod branches, maintaining branch integrity.
- Error Handling: Provides clear feedback for preconditions like branch safety and issue presence.
- Sub-Agent Execution: Uses sub-agents for specific tasks within a module.
Quick Start
To execute architecture tasks from issue 42, use: /work 42.