auerbachb/claude-code-config

CLAUDE.md config that teaches Claude Code to collaborate with CodeRabbit for automated PR planning, code review loops, and merge workflows

5Stars on the repository
45Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

admin-merge

01

auerbachb/claude-code-config

Skill Claude CodeCodex

Merge a solo-owner PR whose only blocker is branch protection, after verifying the merge gate. Two shapes with different authority — Claude auto-runs the plain shape (a bare gh pr merge --squash --admin, no protection change); the enforceadmins toggle shape stays print-only for the repo admin. Triggers on /admin-merge…

5 2d ago A 94 tokens original MIT

babysit-pr-stop

02

auerbachb/claude-code-config

Skill Claude CodeCodex

Cleanly stop an active /babysit-pr watcher for a PR. Sets the watcher's stop flag in session-state, stops its persistent Monitor task, and confirms. Invoke as /babysit-pr-stop .

5 2d ago A 52 tokens original MIT

babysit-pr

03

auerbachb/claude-code-config

Skill Claude CodeCodex

Watch a single PR on a persistent Monitor and auto-dispatch /fixpr (recoverable blockers) or /wrap (merge-ready). Reads PR state via pr-state.sh + merge-gate.sh each tick, classifies into {merged, merge-ready, conflicting, has-recoverable-blockers, waiting-on-bots, hard-blocked}, tracks in-flight dispatches in…

5 2d ago A 172 tokens original MIT

end-resume

04

auerbachb/claude-code-config

Skill Claude CodeCodex

Resume work stopped by /end; /go-on is the primary resume entry point and routes here. Explicitly clears the current session's background-launch gate, reports preserved stopped tasks, and resumes selected recoverable work without duplicating live tasks. The refill gate stays paused unless --resume-refill is supplied.…

5 2d ago A 89 tokens original MIT

end

05

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when usage allowance is exhausted or running thin and this session must stop for hours or days while preserving resumable work. Blocks new launches, gives running work a bounded checkpoint window, stops every remaining owned background task, then writes a portable handoff. Triggers on "end", "clean end", "wind…

5 2d ago A 83 tokens original MIT

fixpr

06

auerbachb/claude-code-config

Skill Claude CodeCodex

Bounded-convergence PR cleanup — audit every review thread + every CI check-run, fix all issues, push once per sweep, dismiss stale bot CHANGESREQUESTED on old commits, resolve all threads via GraphQL, then wait (capped) for bot verdicts + CI on the new SHA, re-sweeping on new findings up to 5 iterations. Zero…

5 2d ago A 88 tokens original MIT

go-on

07

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when stopped work should be picked back up, whatever stopped it — /pause, /end, a token-exhaustion handoff, a session that died (crash, compaction, sign-out), or a stalled review/merge workflow. Universal resume — classifies the stoppage from the evidence. Invoke as /go-on [--resume-refill] [--again].

5 2d ago A 81 tokens original MIT

harness-audit

08

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when asking whether the harness now does natively what we automate by hand — "audit our rules/skills/hooks", "what's redundant", "does Claude Code do this already", or the monthly check. Verdicts every rule, skill, script, and hook against live harness behavior, then files issues. Advisory only — never edits.

5 2d ago A 73 tokens original MIT

issue-maker

09

auerbachb/claude-code-config

Skill Claude CodeCodex

Capture-only thread mode for drafting and opening well-structured GitHub issues. Puts the thread into issue-capture mode — the only job is creating, editing, and closing issues (no implementation, no worktrees, no /start-issue). Auto-opens issues (no approval gate) and reports back a concise summary plus the scope…

5 2d ago A 193 tokens original MIT

memory-clean

10

auerbachb/claude-code-config

Skill Claude CodeCodex

Audit the durable memory store (/.claude/projects//memory/) and suggest prunes. Reports orphaned .md files, dangling index pointers, index size vs the context budget, and advisory superseded/duplicate entries — then, only on explicit confirmation, deletes the chosen files, rewrites MEMORY.md, and verifies integrity.…

5 2d ago A 109 tokens original MIT

merge-conflict

11

auerbachb/claude-code-config

Skill Claude CodeCodex

Classify merge/rebase conflicts against main, auto-resolve safe (simple) hunks and stage clean files, and report complex hunks for human judgment. Does not commit.

5 2d ago A 40 tokens original MIT

merge

12

auerbachb/claude-code-config

Skill Claude CodeCodex

Squash merge the current PR. Verifies merge gate and acceptance criteria before merging.

5 2d ago A 19 tokens original MIT

monitor

13

auerbachb/claude-code-config

Skill Claude CodeCodex

Audit every open PR for engagement from all four AI reviewers (CodeRabbit, CodeAnt, BugBot, Graphite). Builds a ✅/❌ gap matrix from pr-state.sh (reviews + comments + check-runs on HEAD), detects blockers (draft PRs, CR rate-limit), and posts the missing trigger comments after confirmation. Read-only audit by default…

5 2d ago A 119 tokens original MIT

pause-resume

14

auerbachb/claude-code-config

Skill Claude CodeCodex

Resume companion to /pause; /go-on is the primary resume entry point and routes here. Explicitly clears the background-launch gate, reads parked and stopped-task recovery state, prints the current board, and re-arms selected work without duplicating live tasks. The refill gate is cleared only with --resume-refill.…

5 2d ago A 98 tokens original MIT

pause

15

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when you are closing your laptop and need every current-session background task stopped at a resumable boundary. Blocks new launches, uses a bounded runway to land safe work, hard-stops leftovers, and writes machine-readable resume state. Triggers on "pause", "laptop close", "heading out", "park the work"…

5 2d ago B 73 tokens original MIT

pm-clean

16

auerbachb/claude-code-config

Skill Claude CodeCodex

Scan two independent fronts and recommend cleanup — open GitHub issues (solved-by-PR, inactive, superseded, duplicates) and the on-disk workspace (stale worktrees + local/remote branches, via the shared stale-cleanup.sh). Never auto-closes issues or deletes worktrees/branches without confirmation. Triggers on…

5 2d ago A 103 tokens original MIT

pm-forgotten-pr

17

auerbachb/claude-code-config

Skill Claude CodeCodex

One-shot triage of your open PRs with no activity above a configurable age threshold — classifies each as close or merge, renders a Forgotten PRs block, and dispatches confirmed merges as phase-c-merger subagents. Invoked inline by /pm Step 1D; can also be run standalone. Triggers on "pm-forgotten-pr", "forgotten…

5 2d ago A 96 tokens original MIT

pm-handoff

18

auerbachb/claude-code-config

Skill Claude CodeCodex

Generate a PM handoff prompt for context-window turnover. Captures static config, live GitHub state, in-flight thread state, and memory summary into a self-contained prompt for a fresh PM thread. Bootstraps .claude/pm-config.md on first run. Triggers on "pm-handoff", "handoff", "context turnover", "new pm thread"…

5 2d ago A 84 tokens original MIT

pm-okr

19

auerbachb/claude-code-config

Skill Claude CodeCodex

Manage the OKRs section of .claude/pm-config.md. Show current objectives, set new ones, or get AI-suggested updates based on recent work. OKRs drive /pm ranking. Use this whenever you want to view, set, or update project OKRs, objectives, key results, or goals. Triggers on "pm okr", "set okrs", "show okrs", "suggest…

5 2d ago A 101 tokens original MIT

pm-update

20

auerbachb/claude-code-config

Skill Claude CodeCodex

Re-scan the current repo and update .claude/pm-config.md with fresh infrastructure and architecture detection while preserving user-edited sections (Role, OKRs, Team, Notes, Dependency Rules, Workflow Rules), then run a stale-cleanup pass to prune long-abandoned worktrees and branches. Use this after major milestones…

5 2d ago A 101 tokens original MIT

pm

21

auerbachb/claude-code-config

Skill Claude CodeCodex

Active PM orchestrator — manages issue pipeline, tracks coding threads, ranks the open backlog (OKR-aware) against a business goal, and suggests next work. Cold-starts from GitHub state, resumes from a /pm-handoff prompt, or runs continuously all day via /pm day. Triggers on "pm", "project manager", "orchestrate"…

5 2d ago A 94 tokens original MIT

auerbachb/claude-code-config

Skill Claude CodeCodex

Clean-cancel companion to /pr-monitor-and-manage. Stops the PR-fleet Monitor tasks, clears monitoring state in session-state.json, and prints a final summary. Triggers on "/pr-monitor-and-manage-stop", "/pmm-stop", "stop monitoring PRs".

5 2d ago A 63 tokens original MIT

auerbachb/claude-code-config

Skill Claude CodeCodex

Resume companion to /pr-monitor-and-manage. Wakes a paused PR-fleet manager from its saved pause marker, stops any auto-wake Monitor, and re-arms the main Monitor. Also serves as the lightweight --auto-check target for that re-scan. Triggers on "/pr-monitor-and-manage-wake", "/pmm-wake", "wake PR monitor".

5 2d ago A 85 tokens original MIT

auerbachb/claude-code-config

Skill Claude CodeCodex

Thread-level PR fleet manager. Rediscovers your open PRs every tick, prints a status table on the first tick, after a resume, at pause/stop, and whenever a decision is needed or you ask (one-line heartbeat otherwise), and auto-dispatches the per-PR decision tree (rebase / parallel phase-a-fixer / sequential /wrap)…

5 2d ago A 138 tokens original MIT