Category
Claude Code configs for Git Workflow. Install free into .claude/ in one click.
Create a new branch, commit changes, and submit a pull request.
Check current worktree status, branch, and assigned task
Create parallel worktrees for multi-task development with Ghostty panels
Commit, push, and create PR from the current worktree
This guide explains how to create pull requests using GitHub CLI in our project.
Follow these steps to update the current branch name:
Use PROACTIVELY to clean up merged branches, stale remotes, and organize branch structure
This command fetches all open pull requests using GitHub CLI, then creates a git worktree for each PR's branch in the `./tree/<BRANCH_NAME>` directory.
**PR Link/Number**: $ARGUMENTS
Create well-formatted commits with conventional commit format and emoji
Please analyze and fix the GitHub issue: $ARGUMENTS.
Use PROACTIVELY to guide automated git bisect sessions for finding regression commits with smart test execution
Transform Gemini Code Assist PR reviews into prioritized TodoLists with automated execution
Clean up merged worktrees and their branches