commit
Create git commits with user approval and no Claude attribution
Systematically debug issues through hypothesis-driven logging, analysis, and PRP generation.
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/fix-bugContext preview
What this command does when you run it.
Systematically debug issues through hypothesis-driven logging, analysis, and PRP generation.
thinking-mode: on allowed-tools: Read, Write, Edit, Grep, Glob, Bash argument-hint: <bug-description> description: Systematically debug issues through hypothesis-driven logging, analysis, and PRP generation.
I will systematically debug this issue using a hypothesis-driven logging approach.
If not provided in $ARGUMENTS, I will ask for:
Based on the bug description, I will: 1. Form a hypothesis about the root cause 2. Identify files that need diagnostic logging 3. Present my plan:
**Hypothesis:** [My theory about what's causing the bug]
**Files to instrument:**
I will wait for your confirmation before adding logs.
Once approved, I will add targeted `console.log` statements prefixed with `[DEBUG-FIX]` for easy identification and removal.
I will ask you to: 1. Reproduce the issue 2. Paste the relevant logs here
When you provide logs, I will analyze them:
Once I have concrete evidence from logs, I will create a PRP containing:
After the PRP is created, I will remove all `[DEBUG-FIX]` diagnostic logs.
---
**Principle:** Never guess at fixes. Every PRP must be backed by evidence from logs.
Bug to investigate: $ARGUMENTS
Repo: dcouple/Pane
Create git commits with user approval and no Claude attribution
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work…
Generate comprehensive PR descriptions following repository templates
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success…
Iterate on existing implementation plans with thorough research and updates
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform…