Revise SKILL.md for clarity and validation steps#1746
Open
yoelcommit wants to merge 1 commit into
Open
Conversation
Updated instructions for creating skill folder and validation checklist.
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 1 skill(s) [make-skill-template] 📊 make-skill-template: 1,228 BPE tokens [chars/4: 1,326] (detailed ✓), 15 sections, 5 code blocks ✅ All checks passed (1 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the make-skill-template skill documentation to reflect an updated intended skill folder location and to replace a single command-based validation step with an inline validation checklist.
Changes:
- Updated the “Create the Skill Directory” example path to
.github/skills/<skill-name>/. - Replaced “Validate with
npm run skill:validate” with “Validate your skill using the checklist below”.
Comments suppressed due to low confidence (1)
skills/make-skill-template/SKILL.md:125
- Step 5 no longer mentions the repo’s automated validator. For contributions to awesome-copilot, the documented required step is running
npm run skill:validatebeforenpm run build(AGENTS.md / CONTRIBUTING.md). Consider adding that as an explicit item in this checklist (or a short “If you’re submitting to this repo…” note), otherwise contributors may rely on the checklist alone and miss CI-required validation.
- Write a keyword-rich `description:`
- Replace body content with your instructions
4. Add bundled resources as needed
5. Validate your skill using the checklist below
Comment on lines
27
to
31
| Create a new folder with a lowercase, hyphenated name: | ||
|
|
||
| ``` | ||
| skills/<skill-name>/ | ||
| .github/skills/<skill-name>/ | ||
| └── SKILL.md # Required |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated SKILL.md to reflect new folder structure and validation checklist.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Type of Contribution
Additional Notes
Consulted GitHub Copilot Code Review for this fix.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.
@all-contributors add @yoelcommit for Skills