Assign an issue to yourself and move to In Progress
/plugin marketplace add jwilger/claude-code-plugins/plugin install github-projects@jwilger-claude-plugins<issue-number># Claim Issue Assign an issue to yourself and move it to "In Progress" status in one command. ## Command ## Arguments - `<issue-number>` - The issue number to claim (e.g., 42) ## What This Does 1. Moves the issue to "In progress" status 2. Assigns the current GitHub user to the issue 3. Prompts to create a linked development branch ## Usage Example Output: ## Branch Creation If you answer "y" to the branch prompt: - If `gh-issue-ext` is installed: Uses `gh issue-ext branch create` - Otherwise: Falls back to `gh issue develop --checkout` The branch will be named based on the...