mirror of
https://github.com/obra/superpowers.git
synced 2026-06-12 05:39:05 +08:00
Use bare placeholder names in quality reviewer prompt body
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user