Skip to content

Commit 16a4359

Browse files
committed
chore(copilot): remove no longer used review-spec prompt
1 parent 6d4c2a2 commit 16a4359

2 files changed

Lines changed: 2 additions & 86 deletions

File tree

.github/agents/spec-pipeline.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Delegate to the **Reviewer** subagent. Your prompt to the Reviewer must include:
5252
5. The output path: `.reviews/Review-{TASK_NAME}.md`
5353
6. The instruction to apply review standards from `.github/instructions/code-review.instructions.md`
5454
7. The instruction to **report the exact file path** of the created review
55-
8. The instruction to end the subagent result with the **Subagent Return Line** specified in `reviewer.agent.md` (format: `path=<...>; critical=N; significant=M; observations=K; verdict=approve|revise`). This line is the machine-readable handoff.
55+
8. The instruction to end the subagent result with the **Subagent Return Line** specified in Reviewer agent (format: `path=<...>; critical=N; significant=M; observations=K; verdict=approve|revise`). This line is the machine-readable handoff.
5656

5757
### Phase 3: Revise if Needed
5858

59-
Parse the **Subagent Return Line** from the Reviewer's subagent result (format specified in `reviewer.agent.md`). Extract `critical`, `significant`, and `verdict`.
59+
Parse the **Subagent Return Line** from the Reviewer's subagent result (format specified in Reviewer agent). Extract `critical`, `significant`, and `verdict`.
6060

6161
If the return line is missing or malformed, fall back to reading the review artifact from `.reviews/` and counting findings manually — then log the Reviewer's protocol violation in the Phase 5 summary so it can be fixed.
6262

.github/prompts/review-spec.prompt.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)