backend-review

Inspect backend API routes, Prisma schema, and authentication for architecture issues.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Siyeolryu/Fieldmanageros --skill backend-review-siyeolryu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-review
Source: https://github.com/Siyeolryu/Fieldmanageros/tree/main/.claude/skills/backend-review
Command: npx skills add https://github.com/Siyeolryu/Fieldmanageros --skill backend-review-siyeolryu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Backend teams need a structured, repeatable method to evaluate architecture as codebases grow and change. This skill provides a comprehensive review focusing on architecture analysis, API design, and database decisions to surface risks and improvement opportunities.

Core Features & Use Cases

  • Current State Analysis: Examine API routes, Prisma schema, and integrations to map current behavior.
  • Architecture Assessment: Assess scalability, performance, security, maintainability, and testing.
  • API Design Review: Validate RESTfulness, methods, validation, error handling, and auth.
  • Database Review: Review schema, relations, indexing, migrations, and data types.
  • Recommendations & Roadmap: Provide actionable fixes and an implementation plan.
  • Use Case: When planning major backend changes or conducting architecture governance for a production system like 노무Pro.

Quick Start

Invoke the backend-designer agent to perform a full backend architecture review for your project.

Frequently Asked Questions about backend-review

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

FAQPage Schema
How do I review backend architecture for scalability and security gaps?

You can review backend architecture by examining API routes, Prisma schema, and authentication patterns to identify bottlenecks and security gaps. This structured analysis assesses scalability, performance, and maintainability, delivering prioritized recommendations and actionable code examples for production-grade applications.

What is included in a comprehensive API design and database schema review?

A comprehensive API design and database schema review includes validating RESTfulness, methods, validation, error handling, and authentication. The database portion inspects schema relations, indexing, migrations, and data types to surface risks and map current behavior for improvement opportunities.

When do I need a structured backend architecture review?

You need a structured backend architecture review when planning major backend changes, executing architecture overhauls, or conducting routine governance for production-grade applications. It provides a repeatable method to evaluate system architecture as codebases grow and change.

How do I assess Prisma schema relations and indexing for performance bottlenecks?

To assess Prisma schema relations and indexing for performance bottlenecks, inspect the schema definitions, relations, and data types. This database review identifies scalability limitations and delivers actionable fixes with an implementation plan to optimize query performance.

Can I get actionable code examples from a backend architecture assessment?

Yes, a backend architecture assessment delivers actionable code examples. It provides a structured report with prioritized recommendations and an implementation roadmap to fix maintainability issues, security gaps, and performance bottlenecks in your system.

What is the best way to validate RESTfulness and authentication in API routes?

The best way to validate RESTfulness and authentication in API routes is through a dedicated API design review. This process examines methods, validation, and error handling to ensure scalable, secure backend architecture and surfaces improvement opportunities.