Create Pr
Automatically generates a draft pull request based on initial code changes detected in a repository.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add first-fluke-create-pr npx -- -y @trustedskills/first-fluke-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"first-fluke-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/first-fluke-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-pr skill automates the creation of pull requests in a Git repository. It can generate a draft PR based on changes detected, or create a full PR with title and description provided by the user. This streamlines the code review and merging process for development workflows.
When to use it
- You need to quickly create a pull request from local changes without manually navigating GitHub.
- You want to automate the creation of draft pull requests for ongoing feature development.
- You're working in a team and need a consistent way to initiate code reviews.
- You’ve made several commits locally and want to bundle them into a single PR.
Key capabilities
- Creates draft pull requests.
- Generates pull request titles.
- Allows users to specify pull request descriptions.
- Works with Git repositories.
Example prompts
- "Create a draft pull request for my local changes."
- "Generate a pull request titled 'Fix: Broken button' and describe it as 'Addresses the issue of the broken button on the homepage'."
- "Make a PR from my current branch."
Tips & gotchas
This skill requires access to your Git repository. Ensure the AI agent has appropriate permissions or credentials configured beforehand for successful pull request creation.
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 |
🌐 Community
Passed automated security scans.