Problem
What problem this solves
Git drift accumulates quietly: stale local branches, feature branches behind base, unpruned refs, and Dependabot pull requests that sit open until upgrades become harder and riskier.
Skill Detail
Clean up git and GitHub drift before it turns into release friction.
A git/GitHub hygiene skill for sync drift, stale branches, PR drift, and Dependabot backlog triage with bounded safe fixes.
Problem
Git drift accumulates quietly: stale local branches, feature branches behind base, unpruned refs, and Dependabot pull requests that sit open until upgrades become harder and riskier.
Outcome
You get a bounded hygiene pass that classifies sync drift, stale branches, PR lag, and Dependabot backlog, then applies only safe repairs or routes the risky cases to the right owner skill.
Why It Matters
Repository hygiene is one of those operational habits that feels optional until a hotfix, release, or dependency update is blocked by avoidable branch drift.
Arguments
These are the argument switches documented for this skill. For the general rule behind skill arguments, read the skill modes tutorial.
auditRuns a read-only hygiene diagnosis for the current repo or selected workspace repos.
Best default when you want the state made clear before any mutation.
branchesFocuses on sync drift, stale refs, merged branches, orphaned upstreams, and PR branch lag.
Useful when branch cleanup is the main concern.
dependabotFocuses on Dependabot coverage, open Dependabot PRs, stale update lanes, and safe merge boundaries.
Useful when dependency automation exists but is not moving cleanly.
fixApplies only bounded safe hygiene repairs after the audit classifies the repo state.
Useful when you want help cleaning the easy cases without hiding the risky ones.
Related Skills
Get a fast git-based project dashboard instead of manually checking every repo by hand.
A read-only status skill for seeing branches, changes, sync state, and recent activity across the current project or workspace.
Open skill pageRun project maintenance from triage through delegated fixes, verification, and ship routing.
A master maintenance lifecycle skill for reviewing project health, creating or continuing specs when needed, delegating remediation, verifying results, and routing ship or deploy.
Open skill pageUse one explicit technical mode for code risk, dependencies, performance, or a breaking migration.
A unified technical entrypoint with four bounded modes and evidence limits that match the work.
Open skill pageCommit and push quickly when the work is actually ready, instead of stretching closure into another vague step.
A shipping skill for moving finished work through the final commit-and-push path and recording the shipping result when a chantier spec is in scope.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.