#215 building-blocks: lead description with Use-this-when trigger + disambiguate from content-driven-development - #249
Conversation
Tessl Plugin Lint
|
There was a problem hiding this comment.
Pull request overview
Updates the building-blocks skill’s frontmatter description to improve skill routing by leading with a “Use this when…” trigger and explicitly disambiguating it from content-driven-development.
Changes:
- Rewrote the
building-blocksfrontmatterdescriptionso the first sentence is a “Use this when…” trigger. - Added explicit disambiguation pointing users to
content-driven-developmentfor the overall development process.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
| name: building-blocks | ||
| description: Guide for implementing code changes in AEM Edge Delivery Services. Handles block development (new or modified), core functionality changes (scripts.js, styles, delayed.js, etc.), or both. Use this skill for all implementation work guided by the content-driven-development workflow. | ||
| description: "Use this when implementing code changes in AEM Edge Delivery Services, whether new or modified blocks, core functionality (scripts.js, styles, delayed.js, etc.), or both. Covers the hands-on implementation work guided by the content-driven-development workflow. For the overall development process use content-driven-development." |
|
🎉 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 —
building-blocksopened with the noun phrase "Guide for…" and had no disambiguation fromcontent-driven-development, weakening routing.Solution — Rewrote the description so the
Use this when …trigger is the first sentence and added aFor the overall development process use content-driven-developmentdisambiguation. Content-only change to the frontmatterdescription.Validated with
npm run validate. Generated with AI assistance.Pull Request opened by Augment Code | View session