Skip to content

Commit c220abd

Browse files
committed
docs: update README with /debug command and refined bug workflow
1 parent 88238c5 commit c220abd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The `.gemini/commands/` directory defines specialized workflows that automate ev
4949

5050
### 🏗️ Phase 2: Development & Execution
5151
* **`/issues`**: Your gateway to GitHub integration. It allows you to list, create, or update issues. Use `/issues work <number>` to transition an issue directly into a detailed research and planning mode.
52+
* **`/debug`**: Activates a specialized `debugger` subagent to perform forensic root-cause analysis (RCA). It analyzes error logs, traces code execution, and generates structured reports to pinpoint bugs.
5253
* **`/task`**: Manages the project roadmap in `TASKS.md`. Use it to `create` new tasks, `work` on existing ones (marks as In Progress), `report` on priorities, or `update` the roadmap.
5354
* **`/scaffold`**: Initializes new project structures from scratch using modern, standard tooling (Python/uv, TS/npm, Rust/cargo, etc.) and sets up a compatible `makefile`.
5455

@@ -77,9 +78,9 @@ This framework shines when you combine these commands into cohesive workflows:
7778

7879
### 2️⃣ Bug Resolution Workflow
7980
1. **Triage:** Use `/issues summary` to see what needs attention.
80-
2. **Reproduce:** Use `/issues work <id>` to research the root cause.
81-
3. **Fix:** Develop the fix and validate with `make`.
82-
4. **Sync:** Update the issue with the resolution details.
81+
2. **Analyze:** Use `/debug` to activate the forensic subagent and perform root-cause analysis (RCA).
82+
3. **Fix:** Develop the fix based on the RCA and validate with `make`.
83+
4. **Sync:** Update the issue with the resolution details using `/issues`.
8384

8485
### 3️⃣ Content Creation Workflow
8586
1. **Research:** Use `/research` to gather data into an executive report.

0 commit comments

Comments
 (0)