- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
evaluation
by guanyang
This skill should be used when the user asks to "evaluate agent performance", "build test framework", "measure agent quality", "create evaluation rubrics", or mentions LLM-as-judge, multi-dimensional evaluation, agent testing, or quality gates for agent pipelines.
systematic-debugging
by guanyang
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
test-driven-development
by guanyang
Use when implementing any feature or bugfix, before writing implementation code
dispatching-parallel-agents
by guanyang
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
weave
by Ataraxy-Labs
License: MIT OR Apache-2.0
backend-check
by Significant-Gravitas
Run the full backend formatting, linting, and test suite. Ensures code quality before commits and PRs. TRIGGER when backend Python code has been modified and needs validation.
skill-creator
by mono
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
release-testing
by mono
Run integration tests to verify SkiaSharp NuGet packages work correctly before publishing. Use when user asks to: - Test/verify packages before release - Run integration tests - Test on specific device (iPad, iPhone, Android emulator, Mac, Windows) - Verify SkiaSharp rendering works - Check if packages are ready for publishing - Run smoke/console/blazor/maui tests - Continue with release - Test version X Triggers: "test the release", "verify packages", "run tests on iPad", "check ios tests", "test mac catalyst", "run android tests", "continue", "test 3.119.2-preview.2".
pytest-runner
by saleor
Run pytest tests with automatic virtual environment activation. Use this skill whenever running tests, executing pytest, or when asked to "run tests", "test this", or any test execution task. Ensures venv is always activated before pytest runs.
Eval Harness Skill
by WorldFlowAI
```
Verification Loop Skill
by WorldFlowAI
Hooks catch issues immediately; this skill provides comprehensive review.
Project Guidelines Skill (Example)
by WorldFlowAI
tdd-workflow/ - Test-driven development methodology
agent-swarm-workflow
by Dicklesworthstone
"Jeffrey Emanuel's multi-agent implementation workflow using NTM, Agent Mail, Beads, and BV. The execution phase that follows planning and bead creation. Includes exact prompts used."
test-generator
by vstorm-co
Generate pytest test cases for Python functions and classes
building-dbt-semantic-layer
by dbt-labs
Use when creating or modifying dbt Semantic Layer components — semantic models, metrics, dimensions, entities, measures, or time spines. Covers MetricFlow configuration, metric types (simple, derived, cumulative, ratio, conversion), and validation for both latest and legacy YAML specs.
migrating-dbt-project-across-platforms
by dbt-labs
Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt Fusion's real-time compilation to identify and fix SQL dialect differences.
assumption-mapper
by mohitagw15856
Extract and risk-rate all hidden assumptions in a product brief or PRD
ln-522-manual-tester
by levnikolaevich
"Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story. Worker for ln-520."
ln-300-task-coordinator
by levnikolaevich
Orchestrates task operations. Analyzes Story, builds optimal plan (1-8 implementation tasks), delegates to ln-301-task-creator (CREATE/ADD) or ln-302-task-replanner (REPLAN). Auto-discovers team ID.
ln-523-auto-test-planner
by levnikolaevich
"Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Calculates priorities, delegates to ln-301-task-creator. Worker for ln-520."
financial-analysis
by kyegomez
Perform comprehensive financial analysis including DCF modeling, ratio analysis, and financial statement evaluation for companies and investment opportunities
cold-email-sequence-generator
by OneWave-AI
Generate personalized cold email sequences (7-14 emails) with A/B test subject lines, follow-up timing recommendations, and integrated social proof. Creates multi-touch campaigns optimized for response rates. Use when users need outbound email campaigns, sales sequences, or lead generation emails.
voicemode-dj
by mbailey
Background music control for VoiceMode voice sessions using mpv
n8n-workflow-testing-fundamentals
by proffesor-for-testing
"Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications."