What problem does it solve?
This Skill automates the code review process for WeChat Mini Program native development, catching critical architectural violations, best practice deviations, and common errors before code is committed.
Core Features & Use Cases
- Architectural Constraint Checks: Validates runtime module externalization, dependency installation rules, TypeScript enforcement, and Tailwind CSS usage.
- Code Quality & Best Practices: Enforces component configuration,
setData optimization, and correct component vs. page usage.
- Common Issue Detection: Identifies iOS date parsing issues and ensures proper icon usage.
- Use Case: Before pushing your code, use this skill to automatically scan your changes for any violations of the project's strict coding standards, ensuring a cleaner and more maintainable codebase.
Quick Start
Run the commit-review skill to check my staged code changes for any violations.