-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Description
The task-reviewer.agent.md exists in .github/agents/ and has comprehensive RPI documentation at docs/rpi/task-reviewer.md, but is missing from the main agent reference document at .github/CUSTOM-AGENTS.md.
This creates a documentation gap where contributors discover the agent through file exploration but cannot find it in the central reference.
Acceptance Criteria
- Add task-reviewer to "RPI Workflow Agents" table after task-implementor
- Add "Agent Details" section following existing pattern (Creates, Workflow, Critical)
- Cross-reference existing
docs/rpi/task-reviewer.mddocumentation - Maintain consistent formatting with other agent entries
Proposed Solution
1. Add to RPI Workflow Agents table
Insert after task-implementor row:
| **task-reviewer** | Validates implementation against research and plan specifications | Requires research/plan artifacts |2. Add Agent Details section
Add after task-implementor details section:
### task-reviewer
**Creates:** Review validation logs:
* `.copilot-tracking/reviews/{{YYYY-MM-DD}}-<topic>-review.md`
**Workflow:** Locate artifacts → Extract checklist → Validate items → Run commands → Document findings
**Critical:** Review-only specialist. Validates against documentation, not assumptions. Produces findings with severity levels (Critical, Major, Minor).Files to Modify
| File | Change |
|---|---|
.github/CUSTOM-AGENTS.md |
Add table entry and details section |
References
- Agent file:
.github/agents/task-reviewer.agent.md - RPI documentation:
docs/rpi/task-reviewer.md - Extension manifest:
extension/package.json(already registered)
Time Estimate
30 minutes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers