Testing

Unit tests, integration tests, test automation

Showing 4489-4512 of 5540 skills
mokbhai

temporal-python-pro

by mokbhai

Master Temporal workflow orchestration using the Python SDK. Use PROACTIVELY for workflow design, microservice orchestration, long-running processes, saga pattern implementation, distributed transactions, or any durable execution patterns. Covers workflows, activities, determinism, testing strategies, and production deployment with Python-specific best practices and common pitfalls.

Agents 1 4mo ago
baladengale

fundamental-trend-analysis

by baladengale

Comprehensive stock analysis combining fundamental scoring (Piotroski F-Score, valuation, growth, financial health) with technical trend signals to produce a 6-tier buy/sell rating from Must Buy to Must Sell.

Processing 1 3mo ago
yellinzero

aico-backend-implement

by yellinzero

Execute backend task implementation with TDD. Read task file, execute steps, verify each, update status. Use this skill when: - User asks to "implement task/plan", "start implementation", "execute plan", or "start coding" - Have task file (story- or standalone-) ready to execute - User asks to "use TDD", "write test first", or "test-driven" - User asks to "write tests", "add tests", "create tests" - Fixing bugs (write failing test first) TDD Iron Law: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST TDD Cycle: RED (failing test) → Verify fails → GREEN (minimal code) → Verify passes → REFACTOR Prerequisites: - Task file in docs/reference/backend/tasks/ (story- or standalone-) - Read constraints.md and design spec before coding Flow: Read Task → Read Constraints → Execute Steps → Verify → Test → Update Status

Automation 1 3mo ago
CAPHTECH

refactoring

by CAPHTECH

Analyze code for refactoring opportunities (complexity, coupling, SOLID violations) and safely execute improvements with test-first verification. Use when auditing code quality, investigating design problems, or performing incremental refactoring with continuous validation. Supports analyze-only mode or full execution with rollback. (project, gitignored)

Code Gen 1 3mo ago
k1lgor

test-genius

by k1lgor

Use this when the user asks to write tests, increase code coverage, or verify functionality.

Auth 1 4mo ago
CAPHTECH

eld-model-term-card

by CAPHTECH

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

Legal 1 3mo ago
evanfang0054

cli-creator

by evanfang0054

创建高质量 Node.js CLI 工具的完整指南。当用户需要构建命令行工具时使用:(1)创建新的 CLI 项目,(2)选择合适的框架和依赖,(3)实现 CLI 功能,(4)配置测试和打包,(5)应用 CLI 最佳实践

CLI Tools 1 4mo ago
crunchdao

crunch-compete

by crunchdao

Use when working with Crunch competitions - setting up workspaces, exploring quickstarters, testing solutions locally, or submitting entries.

CLI Tools 1 3mo ago
CAPHTECH

disposable-spike

by CAPHTECH

Generate a disposable prototype (spike) from requirements. Creates isolated branch, generates code, runs lint/test/coverage, and produces unified metrics. Part of H-DGM (Hybrid Disposable Generation Method) cycle. Use when starting a new disposable prototype, rapid exploration, or throwaway implementation.

Processing 1 3mo ago
SebastiaanWouters

e2e-tester

by SebastiaanWouters

Explores UI via agent-browser, generates CI-ready tests (Playwright or Pest). Triggers on "e2e test", "write e2e tests", "test the UI", "/e2e-tester".

Agents 1 4mo ago
CAPHTECH

eld-model-link-map

by CAPHTECH

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

ML Ops 1 3mo ago
CAPHTECH

disposable-distill

by CAPHTECH

Distill learnings from autopsy report into an improvement specification for the next cycle or production implementation. Extracts constraints, architecture decisions, interface contracts, and rejected options. Part of H-DGM cycle. Use after disposable-autopsy completes.

Code Gen 1 3mo ago
seonghyeonkimm

be-techspec

by seonghyeonkimm

BE TechSpec 문서 작성 템플릿과 패턴. 백엔드 프로젝트의 기술 명세서를 작성할 때 참조. Use when: BE TechSpec 작성, API 설계 문서 생성, Given/When/Then 테스트 케이스 정의, DB 스키마 설계, 서비스 아키텍처 설계 문서 작성 시 사용.

API Dev 1 3mo ago
elliottrjacobs

product-brainstorm

by elliottrjacobs

Guided requirements exploration through structured dialogue. Use when the user says "brainstorm", "explore this idea", "help me think through", or when requirements are fuzzy and need clarification before writing specs.

Debugging 1 3mo ago
CAPHTECH

eld-model-law-discovery

by CAPHTECH

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

Legal 1 3mo ago
amichne

konditional

by amichne

Use this skill when integrating Konditional into a codebase — whether you are a new user defining your first typed namespace or an enterprise team migrating from string-key flag systems. Covers namespace declaration, context modeling, evaluation, remote config loading, gradual rollout, shadow migration, and OpenFeature interoperability.

Database 1 3mo ago
CAPHTECH

test-design-audit

by CAPHTECH

ELD統合版テスト設計監査スキル。Law/Term駆動でテスト設計の抜け漏れを防止する。 モデル化とEvidence Ladderを組み合わせ、法則の接地を体系的に検証する。 Use when: - テスト設計、テスト計画作成、QA開始前 - ELDのGroundフェーズでのテスト設計 - Law/Termの接地検証 - 「テスト漏れがないか不安」と感じた時

Docs Gen 1 3mo ago
Alcyone-Labs

large-file-refactorer

by Alcyone-Labs

Scans codebase for large files and orchestrates refactoring workflows using a test-first protocol

Code Review 1 4mo ago
baotoq

dotnet-backend-patterns

by baotoq

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

Performance 1 3mo ago
HaibaraAiAPTX

adapt-materal-enums

by HaibaraAiAPTX

"Materal-specific enum adaptation workflow: fetch enum values from provider API, let LLM fill suggested_name, then apply patch with aptx-ft to generate final TypeScript models. Use only when Materal naming rules are required."

Processing 1 3mo ago
k1lgor

k8s-orchestrator

by k1lgor

Use this for writing Kubernetes manifests (YAML), setting up Deployments, Services, Ingress, ConfigMaps, and managing Helm charts.

Code Gen 1 4mo ago
CAPHTECH

llm-eval-designer

by CAPHTECH

LLM生成システムの検証設計スキル。assay-kitフレームワークを活用し、LLM特有の失敗モード(幻覚、例への過学習、部分的処理)を考慮した総合的なテストケース設計を支援する。 使用タイミング: - LLMベースのワークフロー/エージェントの評価設計時 - ゴールデンデータセット(golden-dataset.yaml)の設計・拡張時 - 既存テストが特定パターンに過学習していないか検証時 - LLM出力の品質スコアラー設計時 - 「なぜこのテストケースが必要か」の根拠を示す時

Prompts 1 3mo ago
Krosebrook

systematic-debugging

by Krosebrook

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

Code Gen 2 6mo ago
starwreckntx

adaptive-temporal-analysis-integration

by starwreckntx

Integrate adaptive temporal analysis for drift detection.

Code Gen 2 6mo ago