#215 page-decomposition: add page-import pipeline guard + Use-this-when trigger - #244
Conversation
Tessl Skill Lint
|
There was a problem hiding this comment.
Pull request overview
Updates the page-decomposition skill’s frontmatter description to improve routing reliability and prevent accidental direct invocation, aligning with the guidance in #215 for pipeline sub-skills.
Changes:
- Rewrites the opening description to start with a clear “Use this when …” trigger.
- Adds an explicit “Do not invoke directly — called by page-import per section” guard to clarify pipeline-only usage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🎉 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 —
page-decompositionsaid "Invoked per section" but had no guard against direct invocation and led with what it does rather than when to invoke it.Solution — Rewrote the description to lead with a
Use this when …trigger and added an explicitDo not invoke directly — called by page-import per sectionguard, per the issue's recommendation for pipeline sub-skills. Content-only change to the frontmatterdescription.Validated with
npm run validate. Generated with AI assistance.Pull Request opened by Augment Code | View session