Testing

Unit tests, integration tests, test automation

Showing 4441-4464 of 5540 skills
djacobsmeyer

build-skill

by djacobsmeyer

Implement features and changes from implementation plans. Takes a plan file path as input and executes the implementation steps, then reports changes. Use when you have a detailed plan document and need to code it up, or want to implement specifications written in markdown format.

Auth 3 6mo ago
Whamp

gemini-cli-integration

by Whamp

Use the gemini-cli-integration skill PROACTIVELY when analyzing large codebases, multiple files, or directories. Leverages Google Gemini's massive context window with @ syntax for file inclusion to handle comprehensive codebase analysis, implementation verification, and architectural understanding.

CLI Tools 3 6mo ago
101mare

di-container

by 101mare

Guides implementation of Dependency Injection containers using Python Protocols. Does NOT handle: architecture (use architecture-builder), interface philosophy (use protocol-design), testing DI (use testing-patterns), scaffolding (use project-scaffold). Use when designing service wiring, managing component lifecycle, or decoupling modules. Recognizes: "di-container", "dependency injection", "container pattern", "service wiring", "inversion of control", "IoC container", "lazy initialization", "protocol-based DI"

Docker 1 3mo ago
101mare

testing-patterns

by 101mare

pytest patterns, fixtures, mocking, parametrize, and property-based testing. Does NOT handle: TDD orchestration (use tdd), debugging (use systematic-debugging), error handling (use error-handling). Use when writing tests, improving coverage, or setting up test infrastructure. Recognizes: "testing-patterns", "write tests", "pytest patterns", "how to mock", "test fixtures", "parametrize", "property-based testing", "test organization", "improve coverage", "hypothesis tests"

File Ops 1 3mo ago
elliottrjacobs

product-tech-spec

by elliottrjacobs

Write technical specifications bridging product requirements and implementation. Use when the user says "tech spec", "technical spec", "architecture doc", "system design", or after writing a PRD and before planning implementation.

Docs Gen 1 3mo ago
sunnypatneedi

ai-lingo

by sunnypatneedi

Meta-skill that maps cognitive mode-switch words to appropriate thinking behaviors and skills. AUTO-INVOKE when user uses these trigger patterns: - Depth: "rigorous", "first-principles", "mechanistic", "axiomatic", "falsifiable", "steelman", "non-trivial", "exhaustive", "load-bearing", "dispositive", "ultra think hard" - Reframe: "reimagine", "orthogonal", "contrarian", "subversive", "invert", "counterfactual", "zero-based", "provocative", "transmute", "reframe" - Precision: "probabilities", "bounded", "monotonic", "asymptotic", "invariant", "order of magnitude", "sensitivity analysis", "convex", "distribution", "marginal", "dimensionality" - Tradeoff: "sacrifice", "irreversible", "binding constraint", "pareto", "second-order", "opportunity cost", "regret minimization", "non-negotiable", "asymmetric" - Quality: "elegant", "idiomatic", "canonical", "production-grade", "battle-tested", "minimalist", "composable", "tasteful", "crisp" - Systems: "emergent", "cascading", "equilibrium", "phase transition", "feedback loop", "attractor", "entropy" - Epistemic: "Bayesian", "calibrated", "crux", "pre-mortem", "adversarial", "sparse", "steel-thread", "epistemic humility", "signal-to-noise"

Code Review 1 3mo ago
Alcyone-Labs

sauve-jazz-extension

by Alcyone-Labs

Build features for Jazz-powered Chrome extensions with service worker architecture E2E encrypted sync and real-time data flow

Processing 1 4mo ago
evanfang0054

react-expert

by evanfang0054

在构建需要组件架构、hooks 模式或状态管理的 React 18+ 应用程序时使用。调用时机包括:Server Components、性能优化、Suspense 边界、React 19 特性。

Database 1 4mo ago
ma1orek

binary-analysis-patterns

by ma1orek

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

Code Gen 1 4mo ago
kunickiaj

honest-code-review

by kunickiaj

Gordon Ramsay-style brutally honest persona for direct, profane, theatrical criticism. Use when user asks for Gordon Ramsay mode, no-snowflake mode, unfiltered/harsh/direct feedback, code review, architecture review, or intense venting.

Code Review 1 3mo ago
fwehrling

forge-quick-spec

by fwehrling

FORGE Quick Track — Spec + direct implementation for bug fixes and small changes. Usage: /forge-quick-spec "change description"

Debugging 1 3mo ago
liushuang393

app-development-flow

by liushuang393

App 開発の標準フロースキル。 1.基盤作成 → 2.仕様読取 → 3.設計 → 4.実装 → 5.テスト → 不足分析 → 循環 の反復開発プロセスを定義。

API Dev 1 3mo ago
SebastiaanWouters

mise-en-place

by SebastiaanWouters

"Create prd.json from an initial spec/idea via interview + web research. Triggers on: mise-en-place:, prep my idea, spec this out."

Automation 1 4mo ago
baotoq

react-expert

by baotoq

Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.

Performance 1 3mo ago
evanfang0054

cli-creator

by evanfang0054

创建生产级 Node.js CLI 工具的完整解决方案,包含 15+ 个优化点和 104KB 专业模板。当用户需要构建命令行工具时使用:(1)创建新的 CLI 项目,(2)选择合适的框架和依赖,(3)实现完整 CLI 功能(配置管理、进度条、版本检查、输出格式化等),(4)配置测试和打包,(5)应用最佳实践(POSIX 兼容、TTY/CI 检测、错误处理、Shell 补全)

CLI Tools 1 4mo ago
drillan

mixseek-evaluator-config

by drillan

MixSeekの評価設定ファイル(evaluator.toml、judgment.toml)を生成します。「評価設定を作成」「スコアリング設定」「判定設定を作って」「メトリクスを設定」といった依頼で使用してください。Submissionの評価基準と最終判定ロジックを定義します。

Prompts 1 4mo ago
baotoq

architecture-domain-analysis

by baotoq

Identifies subdomains and suggests bounded contexts in any codebase following DDD Strategic Design. Use when analyzing domain boundaries, identifying business subdomains, assessing domain cohesion, mapping bounded contexts, or when the user asks about DDD strategic design, domain analysis, or subdomain classification.

i18n 1 3mo ago
k1lgor

ci-config-helper

by k1lgor

Use this when the user needs help with CI/CD configurations, GitHub Actions, GitLab CI, or generic automation scripts. Keep configs simple, readable, and secure.

CI/CD 1 4mo ago
peterknezek

storybook-interactions

by peterknezek

Use when creating Storybook play functions, writing interaction tests in stories, or reviewing play function code in pull requests. Ensures consistent structure, proper query priorities, correct async handling, and best practices for Storybook interaction testing.

Debugging 1 3mo ago
xmx0632

test-gen

by xmx0632

为 Service 层方法生成单元测试。补充测试用例时使用。

Code Gen 1 4mo ago
CAPHTECH

eld-model

by CAPHTECH

Deprecated: /eld-spec を使用してください。 このスキルは後方互換のためのエイリアスです。すべての呼び出しは /eld-spec に転送されます。

Legal 1 3mo ago
simonlee2

ios-build-test

by simonlee2

Use when user asks to "build iOS app", "run on simulator", "test iOS", "record simulator video", "reset app", "reset onboarding", or needs Xcode builds and simulator management.

CLI Tools 1 4mo ago
lgariv-dn

e2e-ci-debug

by lgariv-dn

Debug CI E2E failures from pull requests by inspecting GitHub checks, downloading Playwright reports, and mapping failures to local Nx commands. Use when debugging failed E2E tests in PR workflows.

Agents 1 4mo ago
theepan

business-naming

by theepan

Generate and evaluate names for companies, products, brands, and features using a structured three-phase process (Identify, Invent, Implement) based on David Placek's Lexicon Branding methodology. Use when a user asks to name a company, name a product, brainstorm brand names, evaluate a shortlist of names, rename something, build a creative brief for naming, or find a name for a startup, app, or service. Accepts a description of the business, product, or brand to be named.

Code Gen 1 3mo ago