You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix Step 0.2 deferred execution confusion:
- Restructured Phase 0 to only include core memory loading
- Added Step 0.3 as note about reviewer-specific memories
- Created Step 1.2a for loading reviewer-specific memories after enumeration
- Fix Phase 8 WONTFIX status counting:
- Updated verification to count both COMPLETE and WONTFIX statuses
- Both are valid resolutions for comments
- Fix Step 9.2 placeholder text:
- Replaced generic placeholders with concrete examples
- Shows how to update Per-Reviewer Performance table with regex
- Shows how to add new Per-PR Breakdown entry
Regenerated platform-specific files via build/Generate-Agents.ps1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/claude/pr-comment-responder.md
+46-38Lines changed: 46 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,47 +250,28 @@ This memory contains:
250
250
- Per-PR breakdown of comment outcomes
251
251
- Anti-patterns to avoid
252
252
253
-
#### Step 0.2: Load Reviewer-Specific Memories (Deferred Until After Step 1.2)
253
+
#### Step 0.2: Verify Core Memory Loaded
254
254
255
-
**Note**: This step is executed AFTER Step 1.2 (reviewer enumeration) completes. It is documented in Phase 0 for logical grouping but executes later in the workflow.
255
+
Before proceeding, confirm `pr-comment-responder-skills`is loaded:
256
256
257
-
After enumerating reviewers in Step 1.2, load memories for each unique reviewer:
257
+
-[ ] Memory content appears in context
258
+
-[ ] Reviewer signal quality table visible
259
+
-[ ] Triage heuristics available
258
260
259
-
```python
260
-
# For each reviewer in the list, check for dedicated memory
Reviewer-specific memories (e.g., `cursor-bot-review-patterns`) are loaded in **Step 1.2a** after reviewer enumeration completes. Phase 0 focuses only on core skills memory.
275
266
276
-
**Known Reviewer Memories**:
267
+
---
277
268
278
269
| Reviewer | Memory Name | Content |
279
270
|----------|-------------|---------|
280
271
| cursor[bot]|`cursor-bot-review-patterns`| Bug detection patterns, 100% signal |
Copy file name to clipboardExpand all lines: src/copilot-cli/pr-comment-responder.agent.md
+51-41Lines changed: 51 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,47 +341,28 @@ This memory contains:
341
341
- Per-PR breakdown of comment outcomes
342
342
- Anti-patterns to avoid
343
343
344
-
#### Step 0.2: Load Reviewer-Specific Memories (Deferred Until After Step 1.2)
344
+
#### Step 0.2: Verify Core Memory Loaded
345
345
346
-
**Note**: This step is executed AFTER Step 1.2 (reviewer enumeration) completes. It is documented in Phase 0 for logical grouping but executes later in the workflow.
346
+
Before proceeding, confirm `pr-comment-responder-skills`is loaded:
347
347
348
-
After enumerating reviewers in Step 1.2, load memories for each unique reviewer:
348
+
-[ ] Memory content appears in context
349
+
-[ ] Reviewer signal quality table visible
350
+
-[ ] Triage heuristics available
349
351
350
-
```python
351
-
# For each reviewer in the list, check for dedicated memory
Reviewer-specific memories (e.g., `cursor-bot-review-patterns`) are loaded in **Step 1.2a** after reviewer enumeration completes. Phase 0 focuses only on core skills memory.
366
357
367
-
**Known Reviewer Memories**:
358
+
---
368
359
369
360
| Reviewer | Memory Name | Content |
370
361
|----------|-------------|---------|
371
362
| cursor[bot]|`cursor-bot-review-patterns`| Bug detection patterns, 100% signal |
0 commit comments