Review Claudemd
Analyzes text using Claude's reasoning capabilities to provide detailed, nuanced reviews and feedback on various content types.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-claudemd npx -- -y @trustedskills/review-claudemd
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-claudemd": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-claudemd"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, review-claudemd, provides a mechanism to review and improve Claude code generation. It allows users to refine generated code by providing feedback and requesting specific changes. The skill aims to enhance the quality and accuracy of Claude's coding output through iterative refinement cycles.
When to use it
- Debugging complex code: Use this when Claude generates code that has errors or doesn’t quite meet your requirements, allowing you to pinpoint issues and request corrections.
- Improving code style: If Claude produces functional but poorly formatted code, leverage the skill to guide it toward a more readable and maintainable style.
- Refining algorithm implementation: When Claude's approach to an algorithmic problem isn’t optimal, use this skill to steer it towards a better solution.
- Adapting code to specific constraints: If you have unique requirements or limitations for the generated code (e.g., memory usage), this skill can help tailor the output accordingly.
Key capabilities
- Code review and feedback integration
- Iterative refinement of Claude's code generation
- Guidance on code style and formatting
- Adaptation to specific constraints
Example prompts
- "Review the following Python code and suggest improvements for efficiency: [code snippet]"
- "The generated JavaScript code has a bug. Please fix it and explain your changes: [code snippet]"
- "Refactor this C++ code to be more readable and follow best practices: [code snippet]"
Tips & gotchas
This skill is most effective when you have a good understanding of the underlying code or programming language. Providing clear and specific feedback will yield the best results in refining Claude's output.
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.