auerbachb

45 mods across 1 repository, 5 stars between them.

pm-forgotten-pr

25

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

26

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

27

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

28

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

29

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

pr-review-help

33

auerbachb/claude-code-config

Skill Claude CodeCodex

Executive PR review from a CTO/CPO/Chief Data Scientist lens. Analyzes multiple PRs in parallel for strategic fit, risk, issue alignment, and operational readiness. Use when reviewing PRs before merge, assessing merge readiness, or doing a leadership pass on open PRs.

5 2d ago C 61 tokens original MIT

prompt

34

auerbachb/claude-code-config

Skill Claude CodeCodex

Analyze GitHub issues to assess complexity, recommend a model tier, and generate tailored prompts with pre-extracted context. Use when starting work, planning sprints, right-sizing model choice, or analyzing issue batches. When called with no args in a PM thread, auto-detects suggested issues, partitioning inline…

5 2d ago B 83 tokens original MIT

recap

35

auerbachb/claude-code-config

Skill Claude CodeCodex

Produce a concise, conversational functional summary of what a PR or issue actually changed or hopes to accomplish — nested bullets by default, optional Markdown table. Functional / feature lens, not an implementation walkthrough.

5 2d ago A 42 tokens original MIT

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when a Phase B agent receives bot review findings — before implementing any suggestion, especially when a finding conflicts with sibling patterns in the codebase or contradicts another reviewer. Judgment layer only; the mechanical fix/reply/resolve loop lives in cr-github-review.md.

5 2d ago A 59 tokens original MIT

review-stack-audit

37

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when asking whether the AI review tools still earn what we pay for them — "audit the review stack", "are we still paying for Greptile", "did a cap change", "re-check review tool costs", or the monthly check. Re-measures each tool's billed state, caps, throughput, and unique value, compares against the recorded…

5 2d ago A 90 tokens original MIT

standup

38

auerbachb/claude-code-config

Skill Claude CodeCodex

Generate a daily standup summary of what was accomplished since the last standup, from a business logic perspective. Reads PR bodies to understand what changes actually enabled.

5 2d ago A 35 tokens original MIT

start-issue

39

auerbachb/claude-code-config

Skill Claude CodeCodex

End-to-end issue-to-coding workflow. Accepts an issue number or description, handles CR plan polling, merges plans into issue body, creates worktree and branch, outputs ready-to-code summary. Use to start work on an issue without manually walking through the issue-planning flow.

5 2d ago A 61 tokens original MIT

status

40

auerbachb/claude-code-config

Skill Claude CodeCodex

Show a dashboard of all open PRs with review state, unresolved findings, and blockers.

5 2d ago A 20 tokens original MIT

subagent-dispatch

41

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when designing a parallel agent dispatch, deciding whether to parallelize work, or writing isolated subagent prompts. Teaches the prompt-crafting discipline for independent parallel agents in the Phase A/B/C model.

5 2d ago A 46 tokens original MIT

subagent

42

auerbachb/claude-code-config

Skill Claude CodeCodex

Run issues inline as subagents directly from a PM thread — any tier, except issues too big for a subagent. Assesses subagent fit, spawns Phase A/B/C agents, monitors progress, and reports merge readiness. Use to execute selected issues inline instead of in separate coding threads.

5 2d ago B 62 tokens original MIT

wave

43

auerbachb/claude-code-config

Skill Claude CodeCodex

Use when starting several backlog issues at once and needing to know which can safely run in parallel — "wave", "next wave", "what can I run in parallel". Returns a dependency- and overlap-filtered independent set, capped at the pipeline ceiling, offered as click-to-launch chips. Never launches anything.

5 2d ago A 64 tokens original MIT

wrap

44

auerbachb/claude-code-config

Skill Claude CodeCodex

End-of-session command — verify no unresolved findings, squash merge, sync main, detect per-PR follow-ups, run a full-session loose-ends sweep, and extract lessons. Nearly silent by default — a clean merge emits one line (merged PR.

5 2d ago A 52 tokens original MIT

auerbachb/claude-code-config

Instructions file

Instructions for auerbachb/claude-code-config, covering pr merge authorization, every message — non-negotiable behaviors, thread title — [#issue] prefix, github reference prefix and autonomous workflow execution — do not ask permission.

5 2d ago B 2,466 tokens original MIT