What problem does it solve?
Pushing unvalidated AX-WMS web changes can introduce frontend lint errors, broken code, or pre-existing issues to the remote repository, disrupting team workflows and requiring unnecessary rollbacks.
Core Features & Use Cases
- Pre-push lint validation: Automatically triggers the required pnpm lint:web check for all modifications to the web area before any push or merge request operation.
- Context-aware reporting: Distinguishes between new lint failures caused by current changes and pre-existing issues, and only requests user confirmation for push when failures are unrelated to current work.
- Scope-limited activation: Only applies the validation step when changes impact the web area, skipping unnecessary checks for unrelated code modifications.
Quick Start
Use the web-push-checks skill to verify frontend lint compliance before pushing your AX-WMS web changes.