What problem does it solve?
This tool automates the initial triage and setup when starting work on a GitHub issue by fetching context, drafting a workflow, and scaffolding collaboration steps.
Core Features & Use Cases
- Fetch Issue Details: Retrieve issue numbers, titles, bodies, labels, milestones, and state to inform next actions.
- Display Context: Present a readable summary of the issue to the user for informed planning.
- Add Work Comment: Post a lightweight notification that work on the issue has begun.
- Suggest Next Steps: Propose actions based on issue labels (bug, feature, task) and related files to review.
- Optional Branch Creation: Create a dedicated branch following a standardized naming pattern for focused work.
Quick Start
Call the /work-on command with an issue number to begin tracking work on that issue.