测试与 QA

测试、调试、验证和质量工作流

134 skills available

Skills List

subagent-driven-development

subagent-driven-development

233Ktesting-qa

Use when executing implementation plans with independent tasks in the current session

obra avatarobra
獲取
verification-before-completion

verification-before-completion

233Ktesting-qa

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

obra avatarobra
獲取
dispatching-parallel-agents

dispatching-parallel-agents

233Ktesting-qa

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

obra avatarobra
獲取
finishing-a-development-branch

finishing-a-development-branch

233Ktesting-qa

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

obra avatarobra
獲取
using-git-worktrees

using-git-worktrees

233Ktesting-qa

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

obra avatarobra
獲取
python-testing

python-testing

230Ktesting-qa

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

affaan-m avataraffaan-m
獲取
strategic-compact

strategic-compact

230Ktesting-qa

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

affaan-m avataraffaan-m
獲取
springboot-tdd

springboot-tdd

230Ktesting-qa

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

affaan-m avataraffaan-m
獲取
e2e-testing

e2e-testing

230Ktesting-qa

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

affaan-m avataraffaan-m
獲取
django-tdd

django-tdd

230Ktesting-qa

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

affaan-m avataraffaan-m
獲取
python-patterns

python-patterns

230Ktesting-qa

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

affaan-m avataraffaan-m
獲取
docker-patterns

docker-patterns

230Ktesting-qa

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

affaan-m avataraffaan-m
獲取
java-coding-standards

java-coding-standards

230Ktesting-qa

Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions.

affaan-m avataraffaan-m
獲取
golang-testing

golang-testing

229Ktesting-qa

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

affaan-m avataraffaan-m
獲取
writing-plans

writing-plans

229Ktesting-qa

Use when you have a spec or requirements for a multi-step task, before touching code

obra avatarobra
獲取
systematic-debugging

systematic-debugging

229Ktesting-qa

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

obra avatarobra
獲取
test-driven-development

test-driven-development

229Ktesting-qa

Use when implementing any feature or bugfix, before writing implementation code

obra avatarobra
獲取
webapp-testing

webapp-testing

153Ktesting-qa

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

anthropics avataranthropics
獲取
gstack

gstack

119Ktesting-qa

Router for the gstack skill suite. (gstack)

garrytan avatargarrytan
獲取
observability-and-instrumentation

observability-and-instrumentation

79Ktesting-qa

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

addyosmani avataraddyosmani
獲取
doubt-driven-development

doubt-driven-development

78Ktesting-qa

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

addyosmani avataraddyosmani
獲取
git-workflow-and-versioning

git-workflow-and-versioning

78Ktesting-qa

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

addyosmani avataraddyosmani
獲取
ci-cd-and-automation

ci-cd-and-automation

78Ktesting-qa

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

addyosmani avataraddyosmani
獲取
shipping-and-launch

shipping-and-launch

78Ktesting-qa

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

addyosmani avataraddyosmani
獲取