Skip to content

Commit b65f176

Browse files
GiggleLiuclaude
andcommitted
Require agentic-tests:test-feature in review-pipeline skill
Add prerequisites check for agentic-tests installation and mark Step 3 (Agentic Feature Test) as REQUIRED with explicit Skill tool invocation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 176919b commit b65f176

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.claude/skills/review-pipeline/SKILL.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ GitHub Project board IDs (for `gh project item-edit`):
2525
| `STATUS_IN_REVIEW` | `df73e18b` |
2626
| `STATUS_READY` | `61e4505c` |
2727

28+
## Prerequisites
29+
30+
- **agentic-tests** must be installed (`~/.claude/commands/agentic-tests:test-feature.md` must exist). If missing, STOP with: `agentic-tests not installed. Run: gh clone GiggleLiu/agentic-tests ~/.claude/agentic-tests && mkdir -p ~/.claude/commands && ln -s ~/.claude/agentic-tests/skills/test-feature/SKILL.md ~/.claude/commands/agentic-tests:test-feature.md`
31+
2832
## Autonomous Mode
2933

3034
This skill runs **fully autonomously** -- no confirmation prompts, no user questions.
@@ -178,15 +182,17 @@ Actionable comments include: code suggestions, bug reports, requests for additio
178182

179183
If there are no actionable unaddressed comments: skip to next step.
180184

181-
### 3. Agentic Feature Test
185+
### 3. Agentic Feature Test (REQUIRED)
186+
187+
**This step is mandatory — do NOT skip or substitute with manual testing.**
182188

183189
Run agentic feature tests on the modified feature:
184190

185191
1. **Identify the feature** from the PR title and changed files:
186192
- `[Model]` PRs: the new problem model name
187193
- `[Rule]` PRs: the new reduction rule (source -> target)
188194

189-
2. **Invoke `/agentic-tests:test-feature`** with the identified feature. This simulates a downstream user exercising the feature from docs and examples.
195+
2. **Invoke `/agentic-tests:test-feature`** with the identified feature. This simulates a downstream user exercising the feature from docs and examples. You MUST use the Skill tool to invoke `agentic-tests:test-feature`.
190196

191197
3. **If test-feature reports issues:** fix them, commit, and push.
192198

0 commit comments

Comments
 (0)