fix(skill-quality): accept when_to_use triggers in check 12 - #2412
Conversation
Fixes #1451. A populated when_to_use with single-quoted trigger phrases satisfies the trigger-spec requirement without a redundant Use when: prefix in description. Tests: check-skill.test.sh. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 31s —— View job Security Review
No security issues found. This PR only touches No CI/workflow files, permissions, or dependency pins were touched in this PR. |
|
Claude finished @kyle-sexton's task in 6m 58s —— View job Code review
Root What the change does: Check 12 ( One finding, posted inline on — two separate double-quoted segments, not the repo's real single-continuous-string convention (see Everything else — version bump ( Note: I could not independently execute |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Fixes #1451.
Check 12 now accepts a populated
when_to_usefield with single-quoted trigger phrases, so skills do not need a redundantUse when:prefix indescription.Verification
check-skill.test.sh: all assertions passedRelated