测试
单元测试、集成测试与测试自动化
Testing Guide
AsiaOstrich
Testing pyramid and test writing standards for UT/IT/ST/E2E. Supports ISTQB and Industry Pyramid frameworks. Use when: writing tests, discussing test coverage, test strategy, or test naming. Keywords: test, unit, integration, e2e, coverage, mock, ISTQB, SIT, 測試, 單元, 整合, 端對端.
discover
AsiaOstrich
"[UDS] Assess project health, architecture, and risks before adding features"
checkin
AsiaOstrich
"[UDS] Pre-commit quality gates verification"
sdd
AsiaOstrich
"[UDS] Create or review specification documents for Spec-Driven Development"
derive
AsiaOstrich
"[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications"
methodology
AsiaOstrich
"[UDS] Manage development methodology workflow"
tdd
AsiaOstrich
"[UDS] Guide through Test-Driven Development workflow"
atdd
AsiaOstrich
"[UDS] Guide through Acceptance Test-Driven Development workflow"
opik-integrations-auditor
vincentkoc
Audit, compare, and document Opik integrations across Python SDK, TypeScript SDK, and OTEL/API backend. Use when adding a new integration, reviewing an existing one, or generating first-pass integration docs and gap analysis.
issue-execute
catlog22
Execute all solutions from issue queue with git commit after each solution. Supports batch processing and execution control.
skill-generator
catlog22
Meta-skill for creating new Claude Code skills with configurable execution modes. Supports sequential (fixed order) and autonomous (stateless) phase patterns. Use for skill scaffolding, skill creation, or building new workflows. Triggers on "create skill", "new skill", "skill generator".
spec-generator
catlog22
Specification generator - 6 phase document chain producing product brief, PRD, architecture, and epics. Triggers on "generate spec", "create specification", "spec generator", "workflow:spec".
team-testing
catlog22
Unified team skill for testing team. All roles invoke this skill with --role arg for role-specific execution. Triggers on "team testing".
team-quality-assurance
catlog22
Unified team skill for quality assurance team. All roles invoke this skill with --role arg for role-specific execution. Triggers on "team quality-assurance", "team qa".
team-lifecycle-v2
catlog22
Unified team skill for full lifecycle - spec/impl/test. All roles invoke this skill with --role arg for role-specific execution. Triggers on "team lifecycle".
workflow-test-fix-cycle
catlog22
End-to-end test-fix workflow generate test sessions with progressive layers (L0-L3), then execute iterative fix cycles until pass rate >= 95%. Combines test-fix-gen and test-cycle-execute into a unified pipeline. Triggers on "workflow:test-fix-cycle".
team-lifecycle
catlog22
Unified team skill for full lifecycle - spec/impl/test. All roles invoke this skill with --role arg for role-specific execution.
workflow-test-fix
catlog22
Unified test-fix pipeline combining test generation (session, context, analysis, task gen) with iterative test-cycle execution (adaptive strategy, progressive testing, CLI fallback). Triggers on "workflow:test-fix-gen", "workflow:test-cycle-execute", "test fix workflow".
workflow-tdd
catlog22
Unified TDD workflow skill combining 6-phase TDD planning with Red-Green-Refactor task chain generation, and 4-phase TDD verification with compliance reporting. Triggers on "workflow:tdd-plan", "workflow:tdd-verify".
testing-flutter
TheBeardedBearSAS
. Use when writing tests, reviewing test coverage, or setting up testing.
testing-react
TheBeardedBearSAS
React Testing Strategy. Use when writing tests, reviewing test coverage, or setting up testing.
testing-python
TheBeardedBearSAS
Regel 07: Testing. Use when writing tests, reviewing test coverage, or setting up testing.
aws-sdk-java-v2-secrets-manager
giuseppe-trisciuoglio
Provides AWS Secrets Manager patterns using AWS SDK for Java 2.x. Use when storing/retrieving secrets (passwords, API keys, tokens), rotating secrets automatically, managing database credentials, or integrating secret management into Spring Boot applications.
spring-boot-event-driven-patterns
giuseppe-trisciuoglio
Provides Event-Driven Architecture (EDA) patterns in Spring Boot using ApplicationEvent, @EventListener, and Kafka. Use when building loosely-coupled microservices with domain events, transactional event listeners, and distributed messaging patterns.