Requesting Code Review
Requests code reviews from designated team members based on complexity and potential risk areas identified during testing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cygnusfear-requesting-code-review npx -- -y @trustedskills/cygnusfear-requesting-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cygnusfear-requesting-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cygnusfear-requesting-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to request a code review from a designated reviewer or team. It facilitates submitting code changes with clear context and instructions, ensuring thorough feedback and improved code quality. The agent can specify the type of review needed (e.g., performance, security) and highlight specific areas for attention.
When to use it
- After completing a significant feature implementation requiring peer validation.
- Before merging code into a main branch to catch potential issues early.
- When seeking feedback on complex algorithms or critical system components.
- To ensure adherence to coding standards and best practices within a project.
Key capabilities
- Submits code changes for review.
- Specifies the type of review needed (e.g., performance, security).
- Highlights specific areas requiring attention during review.
- Sends requests to designated reviewers or teams.
Example prompts
- "Request a code review for my latest feature implementation in
src/utils/api.js." - "Please submit the changes in
payment_processing.pyfor security review, focusing on input validation." - "Can you request a performance review of the sorting algorithm in
data_handler.rs?"
Tips & gotchas
The agent needs access to the codebase and knowledge of team workflows to effectively utilize this skill. Ensure proper permissions are configured so the AI can submit code reviews through the appropriate channels (e.g., GitHub, GitLab).
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.