Devops Pr
Automates pull request creation, review assignment, and approval workflows based on defined DevOps pipelines.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add devops-pr npx -- -y @trustedskills/devops-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"devops-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/devops-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The devops-pr skill automates the process of creating pull requests within a development pipeline. It can automatically assign reviewers to these pull requests based on pre-configured rules and even approve them if certain criteria are met, streamlining code review workflows. This reduces manual effort and accelerates software delivery cycles by automating common DevOps tasks.
When to use it
- Automated Code Review: When you want to ensure every feature branch triggers a pull request with assigned reviewers before merging.
- Pipeline Integration: To integrate pull request creation into your existing CI/CD pipelines, automatically triggering builds and tests upon PR submission.
- Standardized Workflow: Enforce consistent pull request practices across development teams by automating review assignment and approval processes.
- Reducing Bottlenecks: To accelerate the merging of code changes by automating approvals for low-risk modifications.
Key capabilities
- Automated pull request creation
- Reviewer assignment based on defined rules
- Conditional pull request approval
- Integration with DevOps pipelines
Example prompts
- "Create a pull request from branch 'feature/new-login' targeting the 'main' branch and assign reviewers @alice and @bob."
- "Approve pull request #123 if all automated tests pass."
- "Generate a pull request for changes in 'bugfix/issue-456'."
Tips & gotchas
The skill requires pre-configured DevOps pipelines and rules to function correctly. Ensure these are properly defined before attempting to use the devops-pr skill, as it relies on this configuration for reviewer assignment and approval logic.
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.