Skip to content

Commit 9bbd5ad

Browse files
committed
Add TaskCreate phase tracking to /resolve-pr-comments
1 parent b447fd2 commit 9bbd5ad

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

skills/resolve-pr-comments/SKILL.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ description: "Evaluate, fix, and reply to GitHub pull request review comments. U
77

88
Fetch unresolved review comments from a GitHub PR, critically evaluate each one, fix or skip based on confidence, and reply to each thread.
99

10+
## Task Tracking
11+
12+
At the start, use `TaskCreate` to create a task for each step:
13+
14+
1. Fetch comments
15+
2. Triage review body comments
16+
3. Evaluate
17+
4. Apply findings
18+
5. Finalize
19+
6. Draft replies
20+
7. Post replies
21+
8. Summary
22+
1023
## Step 1: Fetch Comments
1124

1225
Fetch review threads, top-level review body comments, and PR commits from the PR:

0 commit comments

Comments
 (0)