#215 find-test-content: lead description with Use-this-when trigger + disambiguate from page-import - #246
Conversation
Tessl Skill Lint
|
There was a problem hiding this comment.
Pull request overview
Updates the find-test-content skill’s frontmatter description to improve agent routing by adding an explicit “Use this when …” trigger and disambiguating it from page-import (finding existing content vs importing a new page).
Changes:
- Rewrote the
descriptionfrontmatter to lead with a “Use this when …” trigger. - Added explicit disambiguation directing users to
page-importfor URL-based imports.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
| name: find-test-content | ||
| description: Search for existing content pages containing a specific block in AEM Edge Delivery Services. Reports URLs with occurrences and variants to help identify test content during development. | ||
| description: "Use this when you need to find existing pages that already use a specific block in an AEM Edge Delivery Services project, for example to locate test content or examples during block development. Covers reporting page URLs with occurrence counts and block variants. This searches existing content; to import a new page from a URL use page-import." |
|
🎉 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 —
find-test-content's description had no trigger and no disambiguation frompage-import, so an agent could misroute between finding existing content and importing a new page.Solution — Rewrote the description to lead with a
Use this when …trigger and added ato import a new page from a URL use page-importdisambiguation. Content-only change to the frontmatterdescription.Validated with
npm run validate. Generated with AI assistance.Pull Request opened by Augment Code | View session