run-tests
Installation
SKILL.md
Run Tests
When to use this skill:
- After making code changes
- Before committing changes
- Verifying implementation quality
- CI/CD pipeline execution
What this skill does:
- Detects which app was modified (api, web, or packages)
- Runs unit tests with node:test for backend code
- Runs integration tests with Testcontainers for backend E2E
- Runs Playwright tests for frontend E2E
- Reports coverage metrics
- Suggests fixes for failures