Make Repo Contribution
This skill automates creating pull requests for GitHub repositories, streamlining collaboration and accelerating development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add make-repo-contribution npx -- -y @trustedskills/make-repo-contribution
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"make-repo-contribution": {
"command": "npx",
"args": [
"-y",
"@trustedskills/make-repo-contribution"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables an AI agent to create a contribution to a GitHub repository, such as submitting a pull request or adding new code. It automates tasks like writing commit messages, generating diffs, and interacting with version control systems.
When to use it
- You need to submit a bug fix or feature enhancement to an open-source project.
- You want to automate the process of contributing code without manually handling Git commands.
- Your AI agent is tasked with maintaining or improving a repository on GitHub.
Key capabilities
- Automates pull request creation
- Generates proper commit messages
- Handles version control interactions
Example prompts
- "Create a pull request for the
mainbranch of theawesome-projectrepo with my code changes." - "Generate a diff and submit it as a contribution to the
feature/new-uibranch." - "Write a commit message and push my changes to the upstream repository."
Tips & gotchas
- Ensure your AI agent has access to the correct GitHub credentials or token for authentication.
- This skill assumes you have already cloned the repository locally or have access to its files.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.