Merge Pr Check
This skill automatically checks pull requests for code quality issues, streamlining reviews and ensuring consistent standards.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add merge-pr-check npx -- -y @trustedskills/merge-pr-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"merge-pr-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/merge-pr-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates checking pull requests (PRs) on Gitee. It verifies that a PR meets specific criteria before allowing merging, ensuring code quality and adherence to project standards. The skill can be integrated into your workflow to streamline the review process and reduce manual effort.
When to use it
- Automated Code Review: Enforce coding standards and best practices automatically on every pull request.
- Pre-Merge Checks: Ensure all necessary approvals, tests, or documentation updates are present before merging code changes.
- Continuous Integration/Continuous Delivery (CI/CD): Integrate into your CI/CD pipeline to prevent problematic PRs from being merged into the main branch.
- Team Collaboration: Standardize the pull request process and reduce disagreements about merge readiness.
Key capabilities
- Gitee integration
- Pull Request verification
- Automated checks for merging criteria
Example prompts
- "Check this Gitee PR: [PR Link]"
- "Verify if PR [PR Number] is ready to be merged."
- “Run the merge-pr-check on my latest pull request.”
Tips & gotchas
- Requires access to a Gitee repository.
- The specific checks performed are configured within the skill's settings, so ensure these align with your project’s requirements.
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.