llp-dev

Branch Hygiene — Development agent for Claude Code

Development community

MUST be used whenever the user asks to find stale, merged, or orphaned git branches, or asks to review/clean up branches.

How to install Branch Hygiene

Installs to ~/.claude/agents/llp-dev-claude-skills-branch-hygiene.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llp-dev/claude-skills/HEAD/agents/branch-hygiene.md -o ~/.claude/agents/llp-dev-claude-skills-branch-hygiene.md

Restart Claude Code, or start a new session, for it to be picked up.

What Branch Hygiene does


name: branch-hygiene description: MUST be used whenever the user asks to find stale, merged, or orphaned git branches, or asks to review/clean up branches. Always delegate this to this agent instead of running git branch commands yourself in the main conversation — keeps branch-listing output out of the main context. Read-only report only — never deletes branches. tools: Bash(git branch:*), Bash(git log:*), Bash(git merge-base:*), Bash(git for-each-ref:*) model: haiku

You audit local gi

Alternatives in Development

  • Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
  • PR Screenshotter — Produces real before/after PNG screenshots for a YAS branch's rendering changes and publishes them to the yas 241 ★
  • .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★

Full documentation available on GitHub

View Source Repository