Slash commands for Claude Code in this repository. Use them in any Claude Code session.
Fix a PPL bug end-to-end or follow up on an existing PR.
Usage:
/ppl-bugfix #1234 # Single issue
/ppl-bugfix PR#5678 # Single PR follow-up
/ppl-bugfix #1234 #5678 PR#9012 # Multiple in parallel
/ppl-bugfix <github-url> # By URL
Permission mode flags (optional, append to any input):
| Flag | Mode | Description |
|---|---|---|
--safe |
acceptEdits |
File edits auto-approved, Bash commands need manual approval |
--yolo |
bypassPermissions |
No prompts at all — subagent runs in isolated worktree (default) |
What it does:
- Resolves issue/PR linkage automatically
- For new issues: dispatches a subagent in an isolated git worktree that follows the full bugfix harness (triage → fix → test → PR)
- For existing PRs: handles CI failures, review feedback, merge conflicts, or marks as ready
Related files: .claude/harness/ppl-bugfix-harness.md