pm_review_run
Run automated code quality checks for frontend, backend, types, or all domains. Supports lint, typecheck, and test commands with optional auto-fix.
Instructions
Run automated checks relevant to a given specialty domain. Executes lint, typecheck, or test commands to validate code quality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain to check: all (lint+typecheck), frontend (lint frontend), backend (lint server), types (tsc --noEmit) | |
| fix | No | Auto-fix lint issues when possible |