Skip to content

Commit 4ace027

Browse files
committed
CLDSRV-863: add test prefix start with should claude skill criteria
1 parent 41cf325 commit 4ace027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Parse `$ARGUMENTS` to extract the repo and PR number:
7979
- **Test quality** — no `.only()` tests (eslint enforces this),
8080
assertions match the behavior being tested, `require()`/`import`
8181
at top of file (never inside `describe` or functions).
82+
- **Test prefix** — Name of tests using the `it()` Mocha test function
83+
should start with `should`. Only raise this criteria once per file.
8284
8385
4. **Deliver your review:**
8486

0 commit comments

Comments
 (0)