测试

单元测试、集成测试与测试自动化

显示 889-912 / 共 5891 个技能
ruby-git

project-context

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 与版本控制 1795 6个月前
ruby-git

scaffold-new-command

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."

代码生成 1795 5个月前
ruby-git

rspec-unit-testing-standards

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/."

代码评审 1795 6个月前
ruby-git

review-command-tests

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 与版本控制 1795 6个月前
ruby-git

refactor-command-to-commandlineresult

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 与版本控制 1795 6个月前
ruby-git

pr-readiness-review

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."

代码生成 1795 6个月前
ruby-git

extract-command-from-lib

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 与版本控制 1795 6个月前
ruby-git

review-cross-command-consistency

ruby-git

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

代码评审 1795 6个月前
ruby-git

test-debugging

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."

调试 1795 6个月前
RediSearch

rust-tests-guidelines

RediSearch

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

代码生成 6218 6个月前
RediSearch

port-c-module

RediSearch

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

API 开发 6218 6个月前
RediSearch

check-rust-coverage

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.

代码评审 6218 6个月前
RediSearch

write-rust-tests

RediSearch

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

文件操作 6218 6个月前
dartsim

dart-test

dartsim

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

CI/CD 1196 1个月前
dartsim

dart-mechanical-refactor

dartsim

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

自动化 1196 1个月前
OneWave-AI

email-subject-line-optimizer

OneWave-AI

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

代码生成 274 10个月前
simota

Experiment

simota

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

监控 74 6个月前
epicweb-dev

epic-testing

epicweb-dev

Guide on testing with Vitest and Playwright for Epic Stack

认证鉴权 5544 7个月前
cursor

tdd

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."

调试 5385 3个月前
cursor

maintain-verification-skill

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\"."

代码评审 5385 1个月前
cursor

principle-sequence-verifiable-units

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."

自动化 5385 3个月前
partme-ai

appium

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.

法律 637 7个月前
partme-ai

angular

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.

代码生成 637 7个月前
partme-ai

cli-ascii-logo

partme-ai

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

CI/CD 637 7个月前