testing▌
305 indexed skills · max 10 per page
run-acceptance-tests
hashicorp/agent-skills · Testing
Execute and diagnose Go acceptance tests for Terraform providers with structured troubleshooting. \n \n Run focused acceptance tests using go test -run=TestAccFeatureHappyPath with TF_ACC=1 environment variable \n Diagnose failures progressively: retry with -count=1 , enable verbose output with -v , activate debug logging via TF_LOG=debug , and persist Terraform workspace with TF_ACC_WORKING_DIR_PERSIST=1 \n Validate test reliability by intentionally breaking a TestCheckFunc, re-running the test
file-test-bug
microsoft/github-copilot-for-azure · Testing
Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures.
flutter-testing
madteacher/mad-agents-skills · Testing
Comprehensive guidance for unit, widget, and integration testing across Flutter applications. \n \n Covers three test types with trade-off analysis: unit tests for isolated logic (fast, low maintenance), widget tests for UI components (higher confidence, more dependencies), and integration tests for end-to-end flows (highest confidence, slowest execution) \n Includes practical examples for all three test categories, from basic Counter tests to complex user flows and performance profiling \n Prov
planning-oracle-to-postgres-migration-integration-testing
github/awesome-copilot · Testing
Analyze a single target project to identify data access artifacts that require integration testing, then produce a structured, actionable testing plan.
backtesting-trading-strategies
gracefullight/stock-checker · Testing
Backtest crypto and traditional trading strategies against historical market data. \n \n Includes 8 pre-built strategies (SMA, EMA, RSI, MACD, Bollinger Bands, Breakout, Mean Reversion, Momentum) with customizable parameters \n Calculates comprehensive performance metrics: Sharpe, Sortino, Calmar ratios, max drawdown, VaR, volatility, win rate, and profit factor \n Supports parameter grid search optimization to find best-performing configurations across strategy parameters \n Generates trade-by-
playwright-dev
microsoft/playwright · Testing
Guide for extending Playwright with new APIs, MCP tools, CLI commands, and vendored dependencies. \n \n Covers monorepo structure, build/test/lint workflows, and coding conventions via CLAUDE.md reference \n Includes detailed walkthroughs for implementing client/server APIs, writing tests, and modifying protocol layers \n Explains how to add MCP tools, CLI commands, and configuration options within the Playwright ecosystem \n Documents the vendoring process for bundling third-party npm packages
asc-testflight-orchestration
rudrankriyam/app-store-connect-cli-skills · Testing
Orchestrate TestFlight distribution, tester groups, and release notes via the App Store Connect CLI. \n \n Manage testers and groups with list, create, add, and invite commands; supports pagination for large datasets \n Distribute builds to groups and remove them with confirmation; export and import full TestFlight configuration as YAML \n Create and update \"What to Test\" notes per build and locale for release communication \n Use IDs for deterministic operations; integrates with the ID resolv
swift-testing-pro
twostraws/swift-testing-agent-skill · Testing
Write, review, and improve Swift Testing code with modern APIs and best practices. \n \n Validates test structure, assertions, dependency injection, async patterns, and actor isolation against Swift Testing conventions \n Guides migration from XCTest to Swift Testing, including assertion mappings and modern concurrency patterns \n Covers new features like raw identifiers, test scopes, exit tests, attachments, and range-based confirmations \n Targets Swift 6.2+ with emphasis on modern Swift concu
swift-testing-expert
avdlee/swift-testing-agent-skill · Testing
Write, review, and migrate Swift tests using modern Swift Testing APIs with parallel execution and clear diagnostics. \n \n Covers test structure, #expect / #require macros, traits, tags, parameterized tests, and async waiting patterns for readable, maintainable tests \n Guides incremental XCTest migration while preserving UI automation and performance-metric tests that require XCTest \n Prioritizes parallel-safe test design; recommends fixing shared state before applying .serialized isolation \
backtesting-trading-strategies
jeremylongshore/claude-code-plugins-plus-skills · Testing
Backtest trading strategies against historical data with performance metrics and parameter optimization. \n \n Includes 8 pre-built strategies (SMA, EMA, RSI, MACD, Bollinger Bands, Breakout, Mean Reversion, Momentum) for crypto and traditional assets \n Calculates comprehensive metrics: Sharpe, Sortino, Calmar ratios, max drawdown, VaR, volatility, win rate, and profit factor \n Supports parameter grid search optimization to find best strategy combinations \n Generates equity curves, trade logs