Skip to content

Commit 9348e78

Browse files
committed
docs(review-skill): ban hardcoded message checks and include symbol-binding signals
1 parent c0350e6 commit 9348e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/skills/review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ git show origin/<base>:<file>
161161

162162
- Test coverage should mirror changed areas in `graphistry/tests/**`.
163163
- Prefer behavioral tests over implementation-detail assertions.
164-
- Control-flow checks (runtime code, tests, and prompt-routing logic) must use structured signals (for example `code` and context keys like `field`/`value`) and never message-substring matching.
164+
- Control-flow checks (runtime code, tests, and prompt-routing logic) must use structured signals (for example `code`, context keys like `field`/`value`, AST/symbol kinds, and stable symbol-binding metadata/files) and never **hardcoded** message-substring matching.
165165
- Run focused validation before escalating severity when feasible:
166166

167167
```bash

0 commit comments

Comments
 (0)