mx-review

Analyze MX Space source code for conformance to coding conventions.

547|153|Updated Jul 14, 2021
One-click install
npx skills add https://github.com/mx-space/core --skill mx-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx-review
Source: https://github.com/mx-space/core/tree/main/.claude/skills/mx-review
Command: npx skills add https://github.com/mx-space/core --skill mx-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps maintain code quality and consistency across MX Space project by providing comprehensive reviews based on established conventions and best practices.

Core Features & Use Cases

  • Code Conformance Checks: Validates adherence to naming, structure, and architectural guidelines for controllers, services, repositories, schemas, database schemas, and modules.
  • Security & Performance Evaluation: Identifies risks such as improper validation, unsafe dependencies, and poor performance patterns.
  • Use Case: A developer submits new controller logic; this Skill analyzes the code and provides actionable feedback to ensure maintainability, security, and efficiency.

Quick Start

Use the mx-review skill to analyze the code snippet for potential issues and improvements.

Frequently Asked Questions about mx-review

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

FAQPage Schema
How do I run a code review for NestJS controllers and services to ensure they follow project conventions?

To run a code review for NestJS controllers and services, submit the source code snippet for analysis. The review validates naming, structure, and architectural guidelines to ensure conformance with project conventions.

What security and performance checks should I perform on my API and database schema?

Security and performance checks for APIs and database schemas identify risks like improper validation, unsafe dependencies, and poor performance patterns. This analysis evaluates code to pinpoint specific maintainability and security vulnerabilities.

Can I check if my repository and module logic aligns with MX Space project standards?

Yes, you can check repository and module logic against MX Space project standards. The review analyzes source code to verify structural guidelines, ensuring maintainability and alignment with established best practices.

How do I analyze NestJS testing conventions to improve code maintainability?

To analyze NestJS testing conventions, submit the test code for evaluation. The review checks adherence to established testing conventions and maintainability guidelines, providing actionable feedback for improvements.

What is the best way to validate database schemas for security risks and improper dependencies?

The best way to validate database schemas for security risks is through automated source code analysis. It identifies improper validation, unsafe dependencies, and architectural deviations from established guidelines.