Add make-repo-contribution skill#665
Merged
aaronpowell merged 3 commits intogithub:mainfrom Feb 4, 2026
Merged
Conversation
Adds a new skill to help AI agents follow repository contribution guidelines when creating issues, commits, branches, and pull requests. Includes: - SKILL.md with comprehensive instructions - Issue template for when none exists in repo - PR template for when none exists in repo
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new skill that helps AI agents follow repository contribution guidelines when creating issues, commits, branches, and pull requests. The skill ensures agents search for existing contribution guidelines and follow repository-specific requirements, with fallback templates when repositories don't provide their own.
Changes:
- Added
make-repo-contributionskill with instructions for following repository contribution workflows - Included fallback templates for issues and pull requests when repositories lack their own
- Updated auto-generated documentation to include the new skill
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/make-repo-contribution/SKILL.md | Main skill instructions for following contribution guidelines |
| skills/make-repo-contribution/assets/issue-template.md | Fallback template for creating issues |
| skills/make-repo-contribution/assets/pr-template.md | Fallback template for creating pull requests |
| docs/README.skills.md | Auto-generated documentation updated with new skill entry |
aaronpowell
approved these changes
Feb 4, 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.Description
This PR adds a new make-repo-contribution skill that helps AI agents follow repository contribution guidelines when creating issues, commits, branches, and pull requests.
The skill instructs agents to:
Includes fallback templates for issue and PR creation when repositories don't provide their own.
Type of Contribution
Additional Notes
Files Added
skills/make-repo-contribution/SKILL.md- Main skill instructionsskills/make-repo-contribution/assets/issue-template.md- Fallback issue templateskills/make-repo-contribution/assets/pr-template.md- Fallback PR templatedocs/README.skills.md- Auto-generated (updated via npm run build)Validation
npm run skill:validate✅ All 33 skills are validnpm run collection:validate✅ All 39 collections are validnpm run build✅ README files up to dateBy submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.