Encore Code Review
Automated code review focusing on performance, security, and maintainability in backend Python/Java projects from encoredev.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add encore-code-review npx -- -y @trustedskills/encore-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"encore-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/encore-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Encore Code Review, provides automated code review for backend Python and Java projects developed using the Encore.ts framework. It identifies potential issues related to performance, security vulnerabilities (like SQL injection), and maintainability best practices within the codebase. The tool focuses on common errors such as improper infrastructure declaration, incorrect import statements, missing error handling, and exposing internal endpoints.
When to use it
- During pull request reviews for Encore.ts projects.
- As part of a continuous integration (CI) pipeline to automatically check code quality.
- When onboarding new developers to an Encore.ts project to ensure adherence to coding standards.
- To proactively identify and address potential issues before they impact production environments.
- For routine checks on existing Encore.ts projects to maintain code health.
Key capabilities
- Identifies infrastructure declared within functions.
- Flags the use of
require()instead ofimport. - Detects incorrect service import patterns, recommending usage of
~encore/clients. - Checks for missing error handling and suggests using
APIError. - Highlights potential SQL injection risks and promotes safe query practices.
- Identifies missing type annotations in API endpoints.
- Flags exposed internal endpoints that should likely be private.
- Detects non-idempotent subscription handlers.
Example prompts
- "Review this pull request for Encore.ts code, focusing on security and maintainability."
- "Analyze this file for common Encore.ts coding errors."
- "Check this code snippet for potential SQL injection vulnerabilities."
Tips & gotchas
- This skill is specifically designed for backend projects using the Encore.ts framework in Python or Java. It will not be effective on other types of codebases.
- The skill highlights "critical" and "warning" issues, which should both be addressed based on project-specific risk tolerance.
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 |
🏢 Official
Published by the company or team that built the technology.