Fastdeploy Pull Request
Automates creating pull requests in FastDeploy, streamlining code merging and accelerating development workflows by eliminating manual steps.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fastdeploy-pull-request npx -- -y @trustedskills/fastdeploy-pull-request
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fastdeploy-pull-request": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fastdeploy-pull-request"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of creating and submitting pull requests to a specified repository. It handles generating diffs, formatting commit messages according to conventions, and pushing changes to remote branches. The primary goal is streamlining code contribution workflows within PaddleSkills projects.
When to use it
- You need to contribute code changes back to a PaddleSkills project.
- You want to automate the creation of pull requests for bug fixes or feature additions.
- Your team follows a specific commit message format and needs consistent pull request generation.
- You are working on a branch and ready to propose your changes as a pull request.
Key capabilities
- Generates diffs between local and remote branches.
- Formats commit messages.
- Pushes changes to remote branches.
- Creates pull requests.
Example prompts
- "Create a pull request for my changes on the 'feature-branch' branch targeting the 'main' branch."
- "Generate a pull request with the title 'Fix: Issue #123'."
- "Submit a pull request after formatting commit messages according to PaddleSkills conventions."
Tips & gotchas
The skill requires proper configuration of remote repositories and authentication credentials for successful execution. Ensure your local branch is up-to-date with the target branch before initiating the pull request process.
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.