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:

  1. Detects which app was modified (api, web, or packages)
  2. Runs unit tests with node:test for backend code
  3. Runs integration tests with Testcontainers for backend E2E
  4. Runs Playwright tests for frontend E2E
  5. Reports coverage metrics
  6. Suggests fixes for failures

Targeted Testing Only

Installs
4
GitHub Stars
1
First Seen
Mar 12, 2026
run-tests — rimthan-lab/rimthan-plugins