What problem does it solve?
SWPM projects often struggle to enforce code quality consistently across teams. This skill provides an automated, repeatable code-review process that validates typing standards, naming conventions, export patterns, file structure, and project constraints to maintain high-quality SWPM codebases.
Core Features & Use Cases
- Executable script at scripts/code-review.sh that performs comprehensive checks including typing standards (no any, no interface), naming conventions, export patterns, and adherence to project constraints.
- Runs lint and type checks, then executes tests for changed files, enabling quick feedback during development and PR workflows.
- Use cases include validating changes before PR submission, enforcing internal standards during CI, and auditing code quality across a SWPM codebase.
Quick Start
Make the script executable and run it to perform an automated code review on your changes.