code-review-mean

Review MEAN stack code for architecture, security, and performance issues.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/endorphin-ai/claude-code-teams --skill code-review-mean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-mean
Source: https://github.com/endorphin-ai/claude-code-teams/tree/main/mean-team/.claude/skills/code-review-mean
Command: npx skills add https://github.com/endorphin-ai/claude-code-teams --skill code-review-mean

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing MEAN stack codebases, ensuring adherence to quality, security, and architectural standards, and providing actionable feedback to developers.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews both backend (Express, MongoDB) and frontend (React) code.
  • Automated Feedback: Identifies critical issues, warnings, and provides specific recommendations for fixes.
  • Architecture Compliance: Checks code against PRD, database schema, API design, and React design documents.
  • Use Case: A developer submits a new feature. This Skill analyzes the code, identifies a security vulnerability in the authentication middleware and a performance issue with a database query, and returns a detailed report with instructions to fix both before merging.

Quick Start

Use the code-review-mean skill to review the current codebase for critical issues.

Frequently Asked Questions about code-review-mean

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

FAQPage Schema
How do I review MEAN stack code for security vulnerabilities and performance bottlenecks?

Review MEAN stack code for security vulnerabilities and performance bottlenecks by analyzing Express middleware, MongoDB queries, and React components. The review identifies critical issues and provides actionable recommendations with specific file locations and fix instructions.

What is architecture compliance checking for MEAN stack applications?

Architecture compliance checking for MEAN stack applications validates code against PRD, database schema, API design, and React design documents. This ensures your backend and frontend components adhere to predefined architectural standards and best practices.

Can I automate code analysis for both React and Express in a single review?

Yes, you can automate code analysis for both React and Express in a single review. This comprehensive review encompasses frontend and backend components, checking code quality, error handling, and security across the entire MEAN stack codebase simultaneously.

How do I get actionable fix recommendations for MongoDB query performance issues?

Get actionable fix recommendations for MongoDB query performance issues by running a comprehensive code review. The review generates structured verdicts detailing critical issues, warnings, and specific instructions to fix database queries before merging.

Does the code review check error handling in Express middleware and React components?

Yes, the code review checks error handling in Express middleware and React components. It analyzes the entire MEAN stack codebase to identify error handling gaps, code quality issues, and security vulnerabilities, returning a detailed structured report.