#215 code-review: lead description with Use-this-when trigger - #250
Conversation
Tessl Plugin Lint
|
There was a problem hiding this comment.
Pull request overview
Updates the code-review skill’s frontmatter description so routing is stronger by leading with a clear “Use this when …” trigger, aligning with the trigger-first description guidance referenced in #215.
Changes:
- Rewrote the
code-reviewSKILL.md frontmatterdescriptionto start with “Use this when…” - Kept the change content-only (description text), consistent with the PR intent
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
| name: code-review | ||
| description: Review code for AEM Edge Delivery Services projects. Use at the end of development (before PR) for self-review, or to review pull requests. Validates code quality, performance, accessibility, and adherence to EDS best practices. | ||
| description: "Use this when reviewing AEM Edge Delivery Services code, either self-review at the end of development before opening a PR, or reviewing an existing pull request. Covers validating code quality, performance, accessibility, and adherence to EDS best practices." |
|
🎉 This PR is included in version 1.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Addresses #215.
Problem —
code-review's trigger was the second sentence rather than the opening line, weakening routing.Solution — Rewrote the description so the
Use this when …trigger is the first sentence, following the recommendedUse this when <trigger>. Covers <topics>.pattern. Content-only change to the frontmatterdescription.Validated with
npm run validate. Generated with AI assistance.Pull Request opened by Augment Code | View session