testing▌
321 indexed skills · max 10 per page
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-
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.
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
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
angular-testing
analogjs/angular-skills · Testing
Unit and integration testing for Angular v20+ with Vitest or Jasmine, supporting signals and modern patterns. \n \n Supports both Vitest (recommended) and Jasmine test runners with native Angular v20+ integration via @angular/build \n Covers signal-based components, computed values, OnPush change detection, and input/output testing with modern APIs \n Includes HTTP mocking via HttpTestingController , service injection with TestBed.inject() , and dependency mocking with Vitest \n Provides pattern
playwright-explore-website
github/awesome-copilot · Testing
Automated website exploration and test case generation using Playwright. \n \n Navigates to provided URLs and systematically identifies 3-5 core features and user flows \n Documents UI elements, their locators, and expected outcomes for each interaction \n Generates test cases based on exploration findings for immediate use in testing workflows \n Manages browser context lifecycle automatically, closing sessions upon completion \n