Skip to content

Commit 0efb722

Browse files
docs: add task-reviewer agent to CUSTOM-AGENTS.md (#363)
## Summary Fixes #310 The `task-reviewer.agent.md` exists in `.github/agents/` and has comprehensive RPI documentation at `docs/rpi/task-reviewer.md`, but was missing from the main agent reference document. ## Changes - Added `task-reviewer` to the RPI Workflow Agents table after `task-implementor` - Added Agent Details section following existing pattern: - **Creates:** Review validation logs - **Workflow:** Locate artifacts → Extract checklist → Validate items → Run commands → Document findings - **Critical:** Review-only specialist with severity levels ## References - Agent file: `.github/agents/task-reviewer.agent.md` - RPI documentation: `docs/rpi/task-reviewer.md` Co-authored-by: Bill Berry <[email protected]>
1 parent d19c9b3 commit 0efb722

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CUSTOM-AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The Research-Plan-Implement (RPI) workflow provides a structured approach to com
4444
| **task-researcher** | Produces research documents with evidence-based recommendations | Research-only; never plans or implements |
4545
| **task-planner** | Creates 3-file plan sets (plan, details, prompt) | Requires research first; never implements code |
4646
| **task-implementor** | Executes implementation plans with subagent delegation | Requires completed plan files |
47+
| **task-reviewer** | Validates implementation against research and plan specifications | Requires research/plan artifacts |
4748

4849
### Documentation and Planning Agents
4950

@@ -128,6 +129,18 @@ The Research-Plan-Implement (RPI) workflow provides a structured approach to com
128129

129130
**Critical:** Requires completed plan files. Uses subagent architecture for parallel phase execution. Updates tracking artifacts after each phase.
130131

132+
### task-reviewer
133+
134+
**Creates:** Review validation logs:
135+
136+
* `.copilot-tracking/reviews/{{YYYY-MM-DD}}-<topic>-review.md`
137+
138+
**Workflow:** Locate artifacts → Extract checklist → Validate items → Run commands → Document findings
139+
140+
**Critical:** Review-only specialist. Validates against documentation, not assumptions. Produces findings with severity levels (Critical, Major, Minor).
141+
142+
**Documentation:** See [Task Reviewer Guide](../docs/rpi/task-reviewer.md) for detailed usage.
143+
131144
### prompt-builder
132145

133146
**Creates:** Instruction files and prompt files:

0 commit comments

Comments
 (0)