com um clique
testing
Unified testing commands and patterns across frontend and backend.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Unified testing commands and patterns across frontend and backend.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Systematic multi-perspective code review with consistent quality gates.
Document solved problems for knowledge persistence
Systematic debugging with structured reproduction and root cause analysis.
Database, auth, and backend expertise for Supabase operations in [PROJECT_NAME]
Manage file-based todo tracking in the todos/ directory
Resume context from previous session
| name | testing |
| description | Unified testing commands and patterns across frontend and backend. |
| last_updated | "2025-12-20T00:00:00.000Z" |
Guidance and templates for testing in {PROJECT_NAME}. Covers React Component testing (Vitest/RTL) and Backend testing (Python/Pytest).
# Log usage when using this skill
./scripts/log-skill.sh "testing" "manual" "$$"
workflows/run-frontend-tests.mdworkflows/run-backend-tests.mdtemplates/component-test.template.tsxreferences/vitest-patterns.md# Frontend (Unit/Integration)
npm test
npm test -- -t "ComponentName" # Run specific test
# Backend (API)
pytest
pytest -k "test_name"