code-review

Review MindyCLI code changes for MVC architecture and dependency flow compliance.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/MING-CHUNLee/Tyla --skill code-review-ming-chunlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/MING-CHUNLee/Tyla/tree/main/skills/code-review
Command: npx skills add https://github.com/MING-CHUNLee/Tyla --skill code-review-ming-chunlee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript-clean-code, and includes references (resource) components.

What problem does it solve?

This skill addresses architectural drift and inconsistent code quality by providing a structured, repeatable process for reviewing changes within the MindyCLI project.

Core Features & Use Cases

  • Architecture Validation: Ensures code changes adhere to the MVC-inspired CLI architecture and dependency flow rules.
  • Cross-Platform Verification: Automatically checks for platform-specific pitfalls like path handling and executable naming.
  • Multi-Layered Review: Orchestrates reviews across Controller, Model, View, and Infrastructure layers, delegating language-specific quality checks to sub-skills.

Quick Start

Use the code-review skill to perform an architecture-level review of the latest pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an architecture-level code review for a TypeScript CLI project?

Architecture-level code review for a TypeScript CLI project involves validating changes against MVC-inspired patterns and dependency flow rules to maintain structural integrity. It systematically checks Controller, Model, View, and Infrastructure layers for compliance.

What is the best way to prevent architectural drift in pull requests?

Preventing architectural drift in pull requests requires a structured review process that enforces defined layer responsibilities and cross-platform compatibility. This ensures code changes consistently adhere to project-specific architectural patterns and dependency rules.

How does multi-layered code review work with TypeScript clean code standards?

Multi-layered code review orchestrates structural checks across architectural layers while delegating language-specific quality assurance to dedicated TypeScript clean code sub-skills. This integration ensures both structural compliance and code-level quality.

Can I verify cross-platform compatibility during an architecture code review?

You can verify cross-platform compatibility during an architecture code review by automatically checking for platform-specific pitfalls like path handling and executable naming. This ensures the CLI application runs consistently across different operating systems.

Does the code review process require an existing MVC architecture?

The code review process requires an existing MVC-inspired CLI architecture with defined layer responsibilities and dependency flow rules. It validates structural changes against these established project-specific patterns rather than generating new architectural designs.

When should I avoid using an automated architecture-level code review?

You should avoid automated architecture-level code review when evaluating isolated language-specific syntax issues without structural implications, or when the project lacks established MVC-inspired CLI patterns and defined dependency flow rules to validate against.