tag

branch

7 indexed skills · max 10 per page

skills (7)

recover-branch-context

casper-studios/casper-marketplace · Productivity

0

You are tasked with understanding the intent and current state of an existing branch so you can resume or continue work effectively. The code state is your primary source of truth - it may have drifted from any associated Linear ticket.

finishing-a-development-branch

sickn33/antigravity-awesome-skills · Productivity

0

Guide completion of development work by presenting clear options and handling chosen workflow.

create-branch

ruchernchong/claude-kit · Productivity

0

Create and checkout git branches with smart validation and GitHub issue integration. \n \n Automatically links branches to GitHub issues when an issue number is provided, using gh issue develop for seamless project tracking \n Intelligently applies semantic prefixes (feature/, bugfix/, hotfix/, chore/, docs/) based on keywords in the branch name \n Validates branch names for kebab-case formatting, forbidden characters, length limits, and duplicate detection across local and remote branches \n De

finishing-a-development-branch

obra/superpowers · Productivity

0

Structured workflow for completing development branches with test verification and merge/PR options. \n \n Verifies all tests pass before presenting integration options, preventing broken code from being merged or submitted \n Presents exactly four choices: merge locally, create a pull request, keep the branch as-is, or discard with confirmation \n Executes the chosen workflow, including base branch detection, git operations, and worktree cleanup \n Integrates with subagent-driven-development an

finishing-a-development-branch

davila7/claude-code-templates · Productivity

0

Guide completion of development work by presenting clear options and handling chosen workflow.

git-flow-branch-creator

github/awesome-copilot · Productivity

0

Analyzes git changes and creates semantic Git Flow branches automatically based on change type. \n \n Inspects staged and unstaged changes via git status and git diff to determine branch category: feature, release, or hotfix \n Generates semantic branch names following Git Flow conventions (e.g., feature/user-auth , release-1.2.0 , hotfix/security-patch ) \n Branches from the correct source ( develop for features and releases, master for hotfixes) and creates the branch in one command \n Handles

create-branch

getsentry/skills · Productivity

0

Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually.