Code Review Checklist
Automated code review using a tailored checklist to ensure quality, security, and adherence to laurigates' backend standards.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laurigates-code-review-checklist npx -- -y @trustedskills/laurigates-code-review-checklist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laurigates-code-review-checklist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laurigates-code-review-checklist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a comprehensive code review checklist to ensure higher quality and more maintainable code. It covers aspects like error handling, security vulnerabilities, performance considerations, and adherence to coding standards. The checklist is designed to be adaptable for various programming languages and project types.
When to use it
- Before submitting pull requests: Use the checklist to systematically review your own work before asking others to do so.
- During code reviews: Leverage the checklist as a guide during peer reviews to ensure all critical aspects are considered.
- For onboarding new developers: Provide the checklist as a resource for new team members to understand coding standards and best practices.
- When refactoring existing code: Use it to guarantee that changes don't introduce regressions or compromise quality.
Key capabilities
- Provides a structured code review process.
- Covers error handling, security, performance, and style guidelines.
- Adaptable for various programming languages.
- Helps ensure consistent code quality.
Example prompts
- "Generate a code review checklist for this Python function."
- "Review this JavaScript code snippet using your checklist and highlight potential issues."
- “Give me the error handling section of your code review checklist.”
Tips & gotchas
The effectiveness of this skill relies on providing clear and concise code snippets or descriptions. While adaptable, it's best suited for backend development contexts as indicated by its category.
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.