encore-code-review

Detect Encore.ts best-practice violations and emit severity-labeled reports.

26|5|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/encoredev/skills --skill encore-code-review
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: encore-code-review
Source: https://github.com/encoredev/skills/tree/main/encore/code-review
Command: npx skills add https://github.com/encoredev/skills --skill encore-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditing Encore.ts code for best-practice adherence is time-consuming and error-prone; this skill provides a structured review to surface anti-patterns, security gaps, and maintainability issues.

Core Features & Use Cases

  • Detects common Encore.ts anti-patterns (infrastructure inside functions, improper imports, missing error handling, unsafe API usage).
  • Emits a standardized, severity-labeled feedback report plus a practical remediation checklist.
  • Applicable to code reviews across services, APIs, and event handlers, enabling consistent quality gates and faster remediation.

Quick Start

Run a code review on the target Encore.ts module and return a structured report following the specified format.

Frequently Asked Questions about encore-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Encore.ts code for anti-patterns?β–Ό

Encore.ts code review scans services and APIs to detect infrastructure inside functions, improper imports, cross-service calls, missing error handling, and security risks. It returns a structured report with issue severities and a practical remediation checklist.

What are common Encore.ts security risks and best practices?β–Ό

Common Encore.ts security risks include unsafe API usage and missing error handling across services and event handlers. Enforcing best practices involves scanning for these violations and generating a severity-labeled report to apply a structured remediation checklist.

Can I automate Encore.ts code review for cross-service calls?β–Ό

Yes, you can automate Encore.ts code review for cross-service calls. The review process evaluates services, APIs, and event handlers to identify improper imports and missing error handling, emitting a standardized machine-readable report for consistent quality gates.

Why does my Encore.ts review report infrastructure inside functions?β–Ό

Infrastructure inside functions is reported because it is an Encore.ts anti-pattern that harms maintainability. The review detects this violation alongside improper imports and security gaps, assigning severity levels to help prioritize your remediation efforts.

Does Encore.ts code review generate a machine-readable report?β–Ό

Yes, Encore.ts code review generates a machine-readable report. It includes severity-labeled feedback on best-practice violations across services and APIs, along with a standardized review checklist to enable faster remediation.