Update ai-ready skill wrapper for v1.0.0#1739
Conversation
- Update description with WHEN/INVOKES/FOR trigger metadata (single-quoted per repo convention) - Fix outdated ~600 lines reference → 12-step procedure with progressive disclosure - Note current version v1.0.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 1 skill(s) [ai-ready] 📊 ai-ready: 351 BPE tokens [chars/4: 366] (compact ✓), 2 sections, 2 code blocks ✅ All checks passed (1 skill(s)) ``` |
There was a problem hiding this comment.
Pull request overview
Updates the ai-ready skill wrapper’s frontmatter description (and the generated skills index) to include more explicit routing metadata and refreshed wording aligned with the upstream ai-ready v1.0.0 release.
Changes:
- Expanded
skills/ai-ready/SKILL.mdfrontmatter description with WHEN/INVOKES/FOR guidance. - Updated the wrapper rationale text (“~600 lines” → “12-step procedure”, and mentions v1.0.0).
- Regenerated
docs/README.skills.mdto reflect the new description.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/ai-ready/SKILL.md | Updates the skill’s frontmatter description and wrapper rationale text. |
| docs/README.skills.md | Regenerates the skills index row for ai-ready to reflect the updated description. |
- Remove WHEN/INVOKES/FOR metadata from description (keep user-facing summary only) - Remove hardcoded v1.0.0 reference that would go stale - Description now matches upstream staged (no docs regeneration needed) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
What
Updates the ai-ready wrapper skill (2 files, minimal diff) for the v1.0.0 release.
Changes
skills/ai-ready/SKILL.mddocs/README.skills.mdnpm startto reflect the new descriptionReview feedback addressed proactively
staged(notmain)docs/README.skills.mdregenerated vianpm start— clean diffWhy
The ai-ready skill shipped v1.0.0 on 2026-05-15. This wrapper should reflect it's stable and spec-compliant.