Pr Checks
Simulates dice rolls for character skill checks, streamlining gameplay and reducing manual calculations for a smoother experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pr-checks npx -- -y @trustedskills/pr-checks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pr-checks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pr-checks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The pr-checks skill automates pull request checks. It can verify that a pull request meets certain criteria, such as having tests run or adhering to code style guidelines. This helps ensure code quality and consistency before merging changes into the main codebase.
When to use it
- Automated Code Review: Enforce coding standards across a development team by automatically checking PRs for compliance.
- Test Suite Validation: Ensure all tests pass before allowing a pull request to be merged.
- Continuous Integration Pipelines: Integrate with CI/CD systems to halt merges if checks fail.
- Pre-Merge Gatekeeping: Implement a pre-merge gate that requires PRs to pass specific automated checks.
Key capabilities
- Automated Pull Request Checks
- Code Style Enforcement
- Test Suite Validation
Example prompts
- "Run the
pr-checksskill on this pull request." - "Check if all tests have passed in this PR using
pr-checks." - "Apply code style checks to this pull request with
pr-checks."
Tips & gotchas
The effectiveness of this skill depends on properly configured CI/CD pipelines and defined coding standards. Ensure the underlying tools (linters, test runners) are correctly set up for accurate results.
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.