testing

Unified testing commands and patterns across frontend and backend.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "testing" with this command: npx skills add salavender/antigravity-compound-engineering-plugin/salavender-antigravity-compound-engineering-plugin-testing

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?

  1. Test React Componentsworkflows/run-frontend-tests.md
  2. Test Backend/APIworkflows/run-backend-tests.md
  3. Write a New Testtemplates/component-test.template.tsx
  4. Fix Test Failuresreferences/vitest-patterns.md

Quick Commands

# Frontend (Unit/Integration)
npm test
npm test -- -t "ComponentName"  # Run specific test

# Backend (API)
pytest
pytest -k "test_name"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

file-todos

No summary provided by upstream source.

Repository SourceNeeds Review
General

OpenClaw 沙盒测试系统

OpenClaw 沙盒测试系统 v2.0 - 零风险配置变更测试,9 层防护 +5 原则,自动备份回滚,Git 版本管理

Registry SourceRecently Updated
0142
Profile unavailable
General

API Health Checker

Tests API endpoints by sending requests, validating responses, measuring performance, handling authentication, and generating detailed health reports.

Registry SourceRecently Updated
0427
Profile unavailable