Code Review
Automates Czech coding standard checks and suggests improvements in backend code reviews using blogic-cz's expertise.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add blogic-cz-code-review npx -- -y @trustedskills/blogic-cz-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"blogic-cz-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/blogic-cz-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides automated code review capabilities, focusing on identifying potential issues and suggesting improvements within backend code. It can analyze code for style inconsistencies, common errors, and adherence to best practices. The skill aims to improve code quality and reduce the time spent in manual reviews.
When to use it
- Before merging pull requests: Automatically scan changes before a team member integrates them into the main codebase.
- During onboarding new developers: Provide immediate feedback on coding style and potential errors.
- For refactoring existing code: Identify areas where code can be improved for readability and maintainability.
- To enforce coding standards: Ensure all code adheres to a defined set of rules and guidelines.
Key capabilities
- Automated code analysis
- Style consistency checks
- Error detection
- Best practices adherence suggestions
Example prompts
- "Review this Python code for potential errors."
- "Check this JavaScript file against our team's coding standards."
- "Analyze this Go function and suggest improvements."
Tips & gotchas
This skill is most effective when integrated into a CI/CD pipeline or used proactively by developers. It assumes the code adheres to common backend programming languages like Python, Javascript, or Go.
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.