What problem does it solve?
Manually initiating work from GitHub Issues leads to inconsistent branch naming, missed workflow steps, and non-compliant commit/PR practices across team members.
Core Features & Use Cases
- Consistent Workflow Standardization: Automates the full process from Issue intake to feature branch creation, implementation, and pull request opening, eliminating manual step variability.
- Repository-Specific Convention Adherence: Dynamically resolves branch naming, base branch, and commit rules from repository configuration or standard convention documents, with no hardcoded defaults.
- Phased Execution Control: Supports plan-only, commit-only, or full PR creation modes to match user delegation preferences, avoiding unintended changes.
- Use Case: For example, when a developer is assigned a GitHub Issue, this skill automatically creates a correctly named feature branch, follows the repository's commit rules, and opens a linked PR when explicitly requested.
Quick Start
Use the issue-start skill to begin work on GitHub Issue 123 and create a linked pull request when you are ready to submit changes.