Use bare placeholder names in quality reviewer prompt body

This commit is contained in:
Jesse Vincent
2026-06-09 16:51:54 -07:00
parent 2cc449b6d4
commit da41209243
2 changed files with 10 additions and 12 deletions

View File

@@ -42,17 +42,16 @@ Subagent (general-purpose):
## What Was Implemented ## What Was Implemented
[DESCRIPTION — task summary, from implementer's report] [DESCRIPTION]
## Task Requirements (context only) ## Task Requirements (context only)
[Task N text or plan reference. Context for judging the code, not for [TASK_TEXT]
re-checking compliance.]
## Git Range to Review ## Git Range to Review
**Base:** [BASE_SHA — commit before this task] **Base:** [BASE_SHA]
**Head:** [HEAD_SHA — current commit] **Head:** [HEAD_SHA]
```bash ```bash
git diff --stat [BASE_SHA]..[HEAD_SHA] git diff --stat [BASE_SHA]..[HEAD_SHA]
@@ -145,7 +144,7 @@ Subagent (general-purpose):
**Placeholders:** **Placeholders:**
- `[DESCRIPTION]` — task summary, from implementer's report - `[DESCRIPTION]` — task summary, from implementer's report
- `[Task N text or plan reference]` — the task's requirements, for context - `[TASK_TEXT]` — the task's requirements text or plan reference, for context
- `[BASE_SHA]` — commit before this task - `[BASE_SHA]` — commit before this task
- `[HEAD_SHA]` — current commit - `[HEAD_SHA]` — current commit

View File

@@ -16,17 +16,16 @@ Subagent (general-purpose):
## What Was Implemented ## What Was Implemented
[DESCRIPTION — task summary, from implementer's report] [DESCRIPTION]
## Task Requirements (context only) ## Task Requirements (context only)
[Task N text or plan reference. Context for judging the code, not for [TASK_TEXT]
re-checking compliance.]
## Git Range to Review ## Git Range to Review
**Base:** [BASE_SHA — commit before this task] **Base:** [BASE_SHA]
**Head:** [HEAD_SHA — current commit] **Head:** [HEAD_SHA]
```bash ```bash
git diff --stat [BASE_SHA]..[HEAD_SHA] git diff --stat [BASE_SHA]..[HEAD_SHA]
@@ -119,7 +118,7 @@ Subagent (general-purpose):
**Placeholders:** **Placeholders:**
- `[DESCRIPTION]` — task summary, from implementer's report - `[DESCRIPTION]` — task summary, from implementer's report
- `[Task N text or plan reference]` — the task's requirements, for context - `[TASK_TEXT]` — the task's requirements text or plan reference, for context
- `[BASE_SHA]` — commit before this task - `[BASE_SHA]` — commit before this task
- `[HEAD_SHA]` — current commit - `[HEAD_SHA]` — current commit