We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf325 commit 4ace027Copy full SHA for 4ace027
.claude/skills/review-pr/SKILL.md
@@ -79,6 +79,8 @@ Parse `$ARGUMENTS` to extract the repo and PR number:
79
- **Test quality** — no `.only()` tests (eslint enforces this),
80
assertions match the behavior being tested, `require()`/`import`
81
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.
84
85
4. **Deliver your review:**
86
0 commit comments