Agent skill
testing
Unified testing commands and patterns across frontend and backend.
Install this agent skill to your Project
npx add-skill https://github.com/salavender/antigravity-compound-engineering-plugin/tree/main/skills/testing
SKILL.md
Testing Skill
Overview
Guidance and templates for testing in {PROJECT_NAME}. Covers React Component testing (Vitest/RTL) and Backend testing (Python/Pytest).
When To Use
- Writing new code: Every new feature needs tests.
- Fixing bugs: Create a reproduction test first.
- Refactoring: Ensure green tests before and after.
Instrumentation
# Log usage when using this skill
./scripts/log-skill.sh "testing" "manual" "$$"
What do you want to do?
- Test React Components →
workflows/run-frontend-tests.md - Test Backend/API →
workflows/run-backend-tests.md - Write a New Test →
templates/component-test.template.tsx - Fix Test Failures →
references/vitest-patterns.md
Quick Commands
# Frontend (Unit/Integration)
npm test
npm test -- -t "ComponentName" # Run specific test
# Backend (API)
pytest
pytest -k "test_name"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
session-resume
Resume context from previous session
compound-docs
Document solved problems for knowledge persistence
standard-security-auth
Security & Authentication Specialist - Expert in JWT, cookie-based auth, MFA, and generic security patterns
debug
Systematic debugging with structured reproduction and root cause analysis.
file-todos
Manage file-based todo tracking in the todos/ directory
mobile
Expertise in mobile responsiveness, specifically table patterns and standard UI component styling.
Didn't find tool you were looking for?