Receiving Code Review
Analyzes code reviews submitted to davila7, identifying potential bugs, style issues, and areas for improvement based on established best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-receiving-code-review npx -- -y @trustedskills/davila7-receiving-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-receiving-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-receiving-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to actively receive and process code reviews, allowing them to analyze feedback on their implementations and adjust their work accordingly. It facilitates a collaborative loop where the agent can understand critique and refine its output based on reviewer input.
When to use it
- You need an agent to simulate a peer review process by analyzing comments on generated code.
- You want the agent to iterate on a solution after receiving specific constraints or bug reports from a human or another system.
- You are building a workflow where code quality is validated through automated feedback loops before deployment.
- You require the agent to explain how it addressed specific suggestions made during a review session.
Key capabilities
- Accepts and parses structured feedback regarding code logic, style, or security.
- Integrates review comments directly into the agent's context for immediate action.
- Generates revised code blocks that explicitly address identified issues.
- Summarizes changes made in response to specific review points.
Example prompts
- "Here is a code review comment stating my function lacks error handling; please revise the implementation to include try-catch blocks."
- "Analyze this feedback on my database query optimization and provide an updated version of the SQL script."
- "I received a suggestion to refactor this loop for better performance; show me how you applied that change."
Tips & gotchas
Ensure the code review input is clearly formatted, as vague feedback may result in generic revisions. The agent relies on the specificity of the critique to make targeted improvements rather than broad rewrites.
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.