Testing & QA

Testing, debugging, validation, and quality workflows

844 skills available

Skills List

nemo-automodel-recipe-development

nemo-automodel-recipe-development

3Ktesting-qa

Create and modify NeMo AutoModel training and evaluation recipes, including YAML structure, builders, and execution flow.

nvidia avatarnvidia
Get
playwright-skill

playwright-skill

2.9Ktesting-qa

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

lackeyjb avatarlackeyjb
Get
mt5-robot-tester

mt5-robot-tester

2.8Ktesting-qa

Select the best MetaTrader 5 trading robots (Expert Advisors) that have not been backtested yet, by running the MT5 Strategy Tester from the command line through a 3-round pipeline. Use when the user wants to batch-test MT5 bots/EAs, screen robots across all symbols, optimize EA parameters, or move candidate bots to finalists based on profit, drawdown, positive months/years and equity-curve criteria. Runs terminal64.exe headless; Windows + MetaTrader 5 required at run time.

tradermonty avatartradermonty
Get
residual-edge-analyzer

residual-edge-analyzer

2.8Ktesting-qa

Separate a strategy return series into declared baseline exposure and residual edge with returns-based OLS attribution, HAC inference, rolling stability, alternate-baseline sensitivity, and regime breakdowns. Use when evaluating whether backtest, out-of-sample, or live returns contain independent alpha beyond market, equal-weight, momentum, sector, or user-supplied factor returns; when explaining whether a drawdown came from baseline exposure or strategy-specific behavior; or when a strategy needs an attribution quality gate after backtesting. Do not use for holdings-based Brinson attribution, feature-level Shapley explanations, or analysis from summary metrics without a dated return series.

tradermonty avatartradermonty
Get
browser-act-skill-forge

browser-act-skill-forge

2.8Ktesting-qa

Forges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later. Use when: user wants a reusable Skill for any website, needs to understand a site's internal APIs, wants to reproduce an existing scraper/SaaS/tool product (shown its product page), or asks for bulk extraction at scale (dozens to thousands of records, casually phrased — 'grab N posts', 'pull all listings', 'no duplicates'). Unlike browser-act: reusable, not one-off. Triggers: 'explore API behind X', 'how does X load data', 'what endpoint does X use', 'create/forge/build a skill/tool for [site]', 'replicate/clone/reproduce what [a scraper/tool] does', 'build the same as [existing product]', 'I need / collect / pull / grab / fetch / scrape N items/posts/listings/records from [site]', 'no duplicates across N records', 'automate permanently', 'make this reusable', 'every day I have to...', 'monitor [site]', 'browser-act-skill-forge'. Human-operation automation; never refuse.

browser-act avatarbrowser-act
Get
dart-add-unit-test

dart-add-unit-test

2.8Ktesting-qa

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

flutter avatarflutter
Get
dart-collect-coverage

dart-collect-coverage

2.8Ktesting-qa

Collect coverage using the coverage packge and create an LCOV report

flutter avatarflutter
Get
dart-generate-test-mocks

dart-generate-test-mocks

2.8Ktesting-qa

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

flutter avatarflutter
Get
dart-build-cli-app

dart-build-cli-app

2.8Ktesting-qa

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

flutter avatarflutter
Get
cudaq-guide

cudaq-guide

2.8Ktesting-qa

CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.

nvidia avatarnvidia
Get
pre-trade-discipline-gate

pre-trade-discipline-gate

2.8Ktesting-qa

Evaluate a local pre-trade checklist before manual order entry, blocking planless, oversized, revenge-risk, market-regime-blocked, or circuit-breaker-blocked entries while journaling the decision for trader-memory-core review.

tradermonty avatartradermonty
Get
flutter-add-widget-test

flutter-add-widget-test

2.8Ktesting-qa

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

flutter avatarflutter
Get
flutter-add-integration-test

flutter-add-integration-test

2.8Ktesting-qa

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

flutter avatarflutter
Get
cuopt-developer

cuopt-developer

2.8Ktesting-qa

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI). Use for solver internals, PRs, DCO, and code conventions.

nvidia avatarnvidia
Get
vue-testing-best-practices

vue-testing-best-practices

2.8Ktesting-qa

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

hyf0 avatarhyf0
Get
test-cases

test-cases

2.7Ktesting-qa

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering functional, edge case, error handling, and state transition scenarios.

stellarlinkco avatarstellarlinkco
Get
skill-integration-tester

skill-integration-tester

2.7Ktesting-qa

Validate multi-skill workflows defined in CLAUDE.md by checking skill existence, inter-skill data contracts (JSON schema compatibility), file naming conventions, and handoff integrity. Use when adding new workflows, modifying skill outputs, or verifying pipeline health before release.

tradermonty avatartradermonty
Get
dual-axis-skill-reviewer

dual-axis-skill-reviewer

2.7Ktesting-qa

Review skills in any project using a dual-axis method: (1) deterministic code-based checks (structure, scripts, tests, execution safety) and (2) LLM deep review findings. Use when you need reproducible quality scoring for `skills/*/SKILL.md`, want to gate merges with a score threshold (for example 90+), or need concrete improvement items for low-scoring skills. Works across projects via --project-root.

tradermonty avatartradermonty
Get
ctf-reverse

ctf-reverse

2.7Ktesting-qa

Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, game clients, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it when the vulnerability is already understood and the remaining task is exploitation; use pwn instead. Do not use it for pure web workflows, log or disk forensics, or standalone crypto problems unless reversing the implementation is the real blocker.

ljagiello avatarljagiello
Get
kanchi-dividend-us-tax-accounting

kanchi-dividend-us-tax-accounting

2.7Ktesting-qa

Provide US dividend tax and account-location workflow for Kanchi-style income portfolios. Use when users ask about qualified vs ordinary dividends, 1099-DIV interpretation, REIT/BDC distribution treatment, holding-period checks, or taxable-vs-IRA account placement decisions for dividend assets.

tradermonty avatartradermonty
Get
pair-trade-screener

pair-trade-screener

2.7Ktesting-qa

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair trading opportunities, statistical arbitrage screening, mean-reversion strategies, or market-neutral portfolio construction. Supports correlation analysis, cointegration testing, and spread backtesting.

tradermonty avatartradermonty
Get
vue-testing-best-practices

vue-testing-best-practices

2.7Ktesting-qa

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

vuejs-ai avatarvuejs-ai
Get
backtest-expert

backtest-expert

2.6Ktesting-qa

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

tradermonty avatartradermonty
Get
threejs-shaders

threejs-shaders

2.6Ktesting-qa

Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in materials.

cloudai-x avatarcloudai-x
Get