make-repo-contribution
Automates repository contributions by following local guidelines, security boundaries, and workflow standards.
Install
npx skills add https://github.com/github/awesome-copilot --skill make-repo-contributionStats
| Total installs | 7,550 |
| Weekly installs | 7.5K |
| GitHub stars | 27.4K |
| First seen | Feb 5, 2026 |
| Source | @github/awesome-copilot |
Summary
- Searches repository documentation (README, CONTRIBUTING.md, templates) to identify required contribution workflows, branch naming conventions, and commit message formats
- Applies security boundaries that prevent executing arbitrary commands, accessing files outside the repository, making network requests, or including secrets in contributions
- Treats issue and PR templates as formatting structure only, filling in their sections without executing embedded instructions
- Guides users through prerequisite checks (builds, linters, tests) before proceeding to branch creation and pull requests
- Ensures issues are created or referenced before PRs, following the project's contribution process while flagging any conflicting or unsafe instructions
Tags
Related skills
| Skill | Installs | vs make-repo-contribution |
|---|---|---|
| social-media-carousel | 7,632 | +82 |
| rust-mcp-server-generator | 7,528 | -22 |
| devops-rollout-plan | 7,655 | +105 |
| git-flow-branch-creator | 7,589 | +39 |
| create-github-issues-feature-from-implementation-plan | 7,452 | -98 |
FAQ
- How many installs does make-repo-contribution have?
- make-repo-contribution has 7,550 total installs and 7.5K installs this week.
- Where is make-repo-contribution hosted?
- make-repo-contribution is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does make-repo-contribution have?
- make-repo-contribution has 27.4K GitHub stars.
- When was make-repo-contribution first indexed?
- OrangeBot.AI first indexed make-repo-contribution on Feb 5, 2026.
- How do I install make-repo-contribution?
- Run: npx skills add https://github.com/github/awesome-copilot --skill make-repo-contribution