- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
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.
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.
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"
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"
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.
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"
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
react-expert
by evanfang0054
在构建需要组件架构、hooks 模式或状态管理的 React 18+ 应用程序时使用。调用时机包括:Server Components、性能优化、Suspense 边界、React 19 特性。
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.
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.
forge-quick-spec
by fwehrling
FORGE Quick Track — Spec + direct implementation for bug fixes and small changes. Usage: /forge-quick-spec "change description"
app-development-flow
by liushuang393
App 開発の標準フロースキル。 1.基盤作成 → 2.仕様読取 → 3.設計 → 4.実装 → 5.テスト → 不足分析 → 循環 の反復開発プロセスを定義。
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."
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.
cli-creator
by evanfang0054
创建生产级 Node.js CLI 工具的完整解决方案,包含 15+ 个优化点和 104KB 专业模板。当用户需要构建命令行工具时使用:(1)创建新的 CLI 项目,(2)选择合适的框架和依赖,(3)实现完整 CLI 功能(配置管理、进度条、版本检查、输出格式化等),(4)配置测试和打包,(5)应用最佳实践(POSIX 兼容、TTY/CI 检测、错误处理、Shell 补全)
mixseek-evaluator-config
by drillan
MixSeekの評価設定ファイル(evaluator.toml、judgment.toml)を生成します。「評価設定を作成」「スコアリング設定」「判定設定を作って」「メトリクスを設定」といった依頼で使用してください。Submissionの評価基準と最終判定ロジックを定義します。
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.
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.
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.
test-gen
by xmx0632
为 Service 层方法生成单元测试。补充测试用例时使用。
eld-model
by CAPHTECH
Deprecated: /eld-spec ã使ç¨ãã¦ãã ããã ãã®ã¹ãã«ã¯å¾æ¹äºæã®ããã®ã¨ã¤ãªã¢ã¹ã§ãããã¹ã¦ã®å¼ã³åºã㯠/eld-spec ã«è»¢éããã¾ãã
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.
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.
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.