Testing

Unit tests, integration tests, test automation

Showing 889-912 of 5891 skills
ruby-git

project-context

by ruby-git

'Reference guide for ruby-git architecture, coding standards, design philosophy, key technical details, and compatibility requirements. Use when answering architecture questions, deciding where new code belongs, reviewing coding standards, or understanding the layered command/parser/facade design.'

Git & VCS 1.8K 6mo ago
ruby-git

scaffold-new-command

by ruby-git

"Generates a production-ready Git::Commands::* class with unit tests, integration tests, and YARD docs using the Base architecture. Use when creating a new command from scratch."

Code Gen 1.8K 5mo ago
ruby-git

rspec-unit-testing-standards

by ruby-git

"Defines RSpec unit testing rules for this project covering structure, naming, setup patterns, stubbing, doubles, coverage, and test reliability. Use when writing, reviewing, or auditing RSpec specs under spec/unit/."

Code Review 1.8K 6mo ago
ruby-git

review-command-tests

by ruby-git

"Verifies unit and integration tests for Git::Commands::* classes follow project conventions. Use to audit test quality and coverage for command classes."

Git & VCS 1.8K 6mo ago
ruby-git

refactor-command-to-commandlineresult

by ruby-git

"Migrates a command class that still performs parsing or custom execution logic to return raw Git::CommandLineResult, moving parsing to facade/parser layers. Use during architectural redesign refactoring."

Git & VCS 1.8K 6mo ago
ruby-git

pr-readiness-review

by ruby-git

"Performs a comprehensive pre-PR readiness review covering tests, code quality, security, and commit conventions. Use at the end of implementation before submitting a pull request."

Code Gen 1.8K 6mo ago
ruby-git

extract-command-from-lib

by ruby-git

"Migrates a direct #command call in Git::Lib to a Git::Commands::* class as part of the architectural redesign. Use when extracting a specific command during the Strangler Fig migration."

Git & VCS 1.8K 6mo ago
ruby-git

review-cross-command-consistency

by ruby-git

"Compares sibling command classes for consistent structure, documentation, testing, and exit-status conventions under the Base architecture. Use for cross-command audits."

Code Review 1.8K 6mo ago
ruby-git

test-debugging

by ruby-git

"Debugs failing or flaky tests and improves test coverage. Use when tests fail consistently, exhibit intermittent behavior, or when adding missing test coverage."

Debugging 1.8K 6mo ago
RediSearch

rust-tests-guidelines

by RediSearch

Guidelines for writing Rust tests. Use this when you want to write Rust tests.

Code Gen 6.2K 6mo ago
RediSearch

port-c-module

by RediSearch

Guide for porting a C module to Rust. Use this when starting to port a C module to Rust.

API Dev 6.2K 6mo ago
RediSearch

check-rust-coverage

by RediSearch

Check which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested.

Code Review 6.2K 6mo ago
RediSearch

write-rust-tests

by RediSearch

Write Rust tests to verify correctness of Rust code. Use this when you want to write Rust tests.

File Ops 6.2K 6mo ago
dartsim

dart-test

by dartsim

"DART Test: unit tests, integration tests, CI validation, and debugging"

CI/CD 1.2K 1mo ago
dartsim

dart-mechanical-refactor

by dartsim

"DART Mechanical Refactor: perform a behavior-preserving mechanical refactor"

Automation 1.2K 1mo ago
OneWave-AI

email-subject-line-optimizer

by OneWave-AI

A/B test subject line variations using proven copywriting frameworks. Predict open rates based on historical performance.

Code Gen 274 10mo ago
simota

Experiment

by simota

A/Bテスト設計、仮説ドキュメント作成、サンプルサイズ計算、フィーチャーフラグ実装、統計的有意性判定。実験レポート生成。仮説検証が必要な時に使用。

Monitoring 74 6mo ago
epicweb-dev

epic-testing

by epicweb-dev

Guide on testing with Vitest and Playwright for Epic Stack

Auth 5.5K 7mo ago
cursor

tdd

by cursor

"Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested."

Debugging 5.4K 3mo ago
cursor

maintain-verification-skill

by cursor

"Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or \"audit the verify skill\"."

Code Review 5.4K 1mo ago
cursor

principle-sequence-verifiable-units

by cursor

"Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a reviewer."

Automation 5.4K 3mo ago
partme-ai

appium

by partme-ai

Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts.

Legal 637 7mo ago
partme-ai

angular

by partme-ai

Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features.

Code Gen 637 7mo ago
partme-ai

cli-ascii-logo

by partme-ai

生成 CLI 的 ASCII 艺术 Logo/Banner(支持 box drawing 边框、█ 块字符、ANSI 24-bit 渐变色)并提供可运行脚本与集成代码。适用于“做一个像 Spec Kit CLI 的终端 Logo / 彩色 ASCII banner / figlet 风格标题 / CLI 启动欢迎页”等需求。

CI/CD 637 7mo ago