Merged
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output```text Found 2 skill(s) [gsap-framer-scroll-animation] 📊 gsap-framer-scroll-animation: 1,631 BPE tokens [chars/4: 1,592] (detailed ✓), 17 sections, 9 code blocks [premium-frontend-ui] 📊 premium-frontend-ui: 1,480 BPE tokens [chars/4: 1,797] (detailed ✓), 15 sections, 0 code blocks [premium-frontend-ui] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (2 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds explicit authorship attribution to two existing skills so the author is credited both in the skills’ frontmatter and in the rendered markdown content.
Changes:
- Added
author/author_urlfields to the YAML frontmatter for two skills. - Added an “Author” section at the end of each SKILL.md with name + GitHub link.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/premium-frontend-ui/SKILL.md | Adds author attribution in frontmatter and a footer “Author” section. |
| skills/gsap-framer-scroll-animation/SKILL.md | Adds author attribution in frontmatter and a footer “Author” section. |
aaronpowell
requested changes
Apr 13, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
Use the metadata frontmatter for non-standard properties and don't include attributions into the body of a skill as it pollutes the context window.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
aaronpowell
approved these changes
Apr 14, 2026
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Added authorship credits (name and GitHub profile link) to the YAML frontmatter and markdown content of two existing GitHub Copilot skills to properly attribute the work:
premium-frontend-uigsap-framer-scroll-animationType of Contribution
Additional Notes
These changes ensure the author is visibly credited at both the metadata layer (YAML frontmatter) and in the UI layer (document footer) across both skills.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.