Receiving Code Review
obra's receiving-code-review analyzes pull requests, identifying potential bugs, style issues, and suggesting improvements for testers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add receiving-code-review npx -- -y @trustedskills/receiving-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"receiving-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/receiving-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables an AI agent to accept and process code reviews, providing actionable feedback on code quality, style, and functionality. It can analyze pull requests or code submissions, identify potential bugs, suggest improvements, and ensure alignment with coding standards.
When to use it
- You're reviewing a teammate's code for a software project and want automated insights.
- A developer submits a pull request and needs quick feedback before merging.
- You're maintaining a large codebase and need consistent quality checks across contributions.
Key capabilities
- Analyzes code for syntax errors and logical issues
- Suggests improvements in coding style and best practices
- Checks alignment with project-specific coding standards
Example prompts
- "Review this Python function for potential bugs and suggest optimizations."
- "Check if this JavaScript module follows our team's coding conventions."
- "Provide feedback on the structure and readability of this code submission."
Tips & gotchas
- Ensure that the AI agent has access to the project’s coding standards or style guides for accurate reviews.
- This skill works best with well-documented code; ambiguous or incomplete submissions may lead to less precise feedback.
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.