About
This skill streamlines the development workflow by allowing Claude to automatically create and switch to git branches mapped to specific GitHub issues. By enforcing a standard naming convention (issue-<number>), it ensures consistency across the repository and treats GitHub issues as the single source of truth for implementation context. The skill intelligently extracts issue numbers from conversation history, verifies their status via the GitHub CLI, and handles error states if an issue is missing or closed, eliminating manual branch naming and context-switching overhead.