🌿
DevOpsGo

Branch Audit

by qf-studio

Branch Audit is a DevOps skill for Claude Code, published by qf-studio in pilot.

646 stars52 forkson qf-studio/pilotAdded 2026/08/24+1% in starsRepository updated 2026/08/23
agenticagentic-workflowai-agentai-botsai-toolsautonomous-codingclaudeclaude-codedev-botdevtoolsopen-code
Install in seconds
Install Branch Audit
Copy Branch Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/qf-studio/pilot/tree/main/.claude/skills/branch-audit ~/.claude/skills/branch-audit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/qf-studio/pilot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/branch-audit/SKILL.md in qf-studio/pilot
Installs to
~/.claude/skills/branch-audit
Collection
One of 4 skills cataloged from this repository
Category
DevOps798 skills

What Branch Audit does

Branch Audit audits local git branches for safe deletion using PR state, git cherry, and worktree checks. Use it when cleaning up stale branches and it will present evidence before any deletion approval.

Branch Audit is cataloged under DevOps on DirSkills. Branch Audit comes from a repository tagged agentic, agentic-workflow, ai-agent, ai-bots and ai-tools.

Documentation

README

Branch Audit — safe stale-branch investigation and pruning


name: branch-audit description: Audit local git branches for safe deletion with content-level verification (PR state + git cherry), flag-don't-delete discipline, and a mandatory user approval gate. Auto-invoke when user says "audit branches", "prune branches", "clean up branches", "stale branches", or "which branches can I delete".

Why this exists

This repo accumulates local branches fast: interactive sessions, the Pilot daemon (pilot/GH-*), recovery work, backups. A 2026-07-05 audit found 29 local branches; 21 were safely deleted — but only after content-level verification caught, among others, 15 unpushed commits on feat/aws-bench that existed nowhere else. Ancestry checks alone would have missed that.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Branch Audit

  • What else does qf-studio publish alongside Branch Audit?

    Branch Audit is one of 4 skills that DirSkills catalogs from qf-studio/pilot, the repository it ships in. Its siblings there include Pilot AWS Operations, Pilot Debug Triage and TUI Design. Each one is a separate skill with its own page in this directory, installs the same way Branch Audit does, and is maintained by qf-studio in that same repository. The rest of the collection is listed on the qf-studio/pilot page.

  • How does Branch Audit compare to other DevOps skills?

    Branch Audit ranks #636 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Branch Audit against them. Open each page to compare what they document and how they install.