Demo Branch — Git skill for Claude Code
Create a new demo branch with auto-incrementing number.
How to install Demo Branch
Installs to ~/.claude/commands/lindsey-anthropic-meridian-workshop-demo-branch.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lindsey-anthropic/meridian-workshop/HEAD/.claude/commands/demo-branch.md -o ~/.claude/commands/lindsey-anthropic-meridian-workshop-demo-branch.md Restart Claude Code, or start a new session, for it to be picked up.
What Demo Branch does
description: Create a new demo branch with auto-incrementing number
Create a new git branch named "demo-branch" (or "demo-branch-2", "demo-branch-3", etc. if it already exists).
Steps:
- Check if "demo-branch" exists:
git branch --list demo-branch - If it exists, check "demo-branch-2", "demo-branch-3", etc. until you find an available name
- Create and checkout the new branch:
git checkout -b - Confirm the branch was created and show current status
Alternatives in Git
- Ws Reset — Reset the current branch to main, fetch upstream, and update submodules 38.1k ★
- Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
- OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Copilot Engineering Examples
GitHub Copilot 工程化实战 · 4 Demo + 23 tests · 跟 claude-code-engineering 并列的姐妹仓
Review And Fix PR
@description Review an existing PR with parallel agents, fix findings, and push. @arguments $PR_NUMBER: GitHub
Do Issue
by jerseycheese - Implements GitHub issues with manual review points, following a structured approach with iss
Kodus PR Suggestions Resolver
Use when the user wants to fetch, triage, or implement Kodus suggestions for an existing remote pull request v
Run Reviewer Loop
Run the automated reviewer loop (and CI loop) for a PR until clean or escalate. Usage: /run-reviewer-loop PR
Gh Issue Show
List GitHub issues in the current repository, or show details of a specific issue. Use when the user wants to
Related Agents
Git Specialist
Git workflow specialist. Use for any git work — staging, conventional commits, branch creation, pushing with u
Redundancy Assessor
Redundancy-assessment advisor — reads whole-file candidates the branch added against what the default branch g
ChatGPT PR Review
Coordinates ChatGPT PR review round-by-round in a dedicated session (manual / automated / parallel modes). Rea