测试

单元测试、集成测试与测试自动化

显示 985-1008 / 共 5891 个技能
zapier

Work on Ticket

zapier

Fetches Jira ticket details, creates an appropriately named branch, and initiates the task planning workflow. Use when the user says "work on [TICKET_ID]" or similar phrases.

代码生成 389 9个月前
antfu

unocss

antfu

UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules, shortcuts, or working with presets like Wind, Icons, Attributify.

Git 与版本控制 5801 7个月前
ooiyeefei

uat-testing

ooiyeefei

End-to-end User Acceptance Testing for web applications. Analyzes branch changes and specs to generate exhaustive test cases, sets up the local environment, executes tests via Playwright browser automation, and produces a pass/fail results report with screenshots and fix documentation. Use when the user says "run UAT", "test this feature", "UAT testing", "acceptance test", "test my branch", "generate test cases", or wants to verify a feature branch against its spec before merge.

代码生成 480 6个月前
yunshu0909

image-assistant

yunshu0909

配图助手 - 把文章/模块内容转成统一风格、少字高可读的 16:9 信息图提示词;先定“需要几张图+每张讲什么”,再压缩文案与隐喻,最后输出可直接复制的生图提示词并迭代。

文件操作 747 7个月前
xu-xiang

springboot-verification

xu-xiang

Spring Boot 项目的验证循环(Verification loop):包含构建、静态分析、带覆盖率的测试、安全扫描,以及在发布或 PR 前的差异评审(diff review)。

CLI 工具 1912 7个月前
xu-xiang

django-tdd

xu-xiang

使用 pytest-django、测试驱动开发(TDD)方法论、factory_boy、Mock 模拟、覆盖率统计以及 Django REST Framework API 测试的 Django 测试策略。

API 开发 1912 7个月前
xu-xiang

golang-testing

xu-xiang

Go 测试模式,包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循测试驱动开发(TDD)方法论及地道的 Go 语言实践。

API 开发 1912 7个月前
xu-xiang

python-testing

xu-xiang

使用 pytest、TDD 方法论、fixtures、mocking、参数化和代码覆盖率要求的 Python 测试策略。

数据库 1912 7个月前
xu-xiang

tdd-workflow

xu-xiang

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

API 开发 1912 7个月前
xu-xiang

springboot-tdd

xu-xiang

使用 JUnit 5、Mockito、MockMvc、Testcontainers 和 JaCoCo 进行 Spring Boot 的测试驱动开发(TDD)。在添加功能、修复 Bug 或进行重构时使用。

代码生成 1912 7个月前
alinaqi

flutter

alinaqi

Flutter development with Riverpod state management, Freezed, go_router, and mocktail testing

数据处理 705 8个月前
alinaqi

python

alinaqi

Python development with ruff, mypy, pytest - TDD and type safety

Git 与版本控制 705 8个月前
udecode

tdd

udecode

Use when implementing complex logic that needs test coverage - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first; NOT for UI components, simple CRUD, or straightforward code

调试 1153 7个月前
udecode

debug

udecode

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

调试 1153 7个月前
joelhooks

tdd

joelhooks

"Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint"

重构 733 8个月前
alibaba

openspec-verify-change

alibaba

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

文件操作 2.8万 6个月前
alibaba

openspec-bulk-archive-change

alibaba

Archive multiple completed changes at once. Use when archiving several parallel changes.

API 开发 2.8万 6个月前
alibaba

openspec-bulk-archive-change

alibaba

Archive multiple completed changes at once. Use when archiving several parallel changes.

API 开发 2.8万 6个月前
alibaba

openspec-sync-specs

alibaba

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

代码生成 2.8万 6个月前
alibaba

openspec-sync-specs

alibaba

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

代码生成 2.8万 6个月前
alibaba

openspec-verify-change

alibaba

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

文件操作 2.8万 6个月前
olorehq

olore-partyserver-latest

olorehq

Local partyserver documentation reference (latest). Cloudflare PartyKit documentation. Use for real-time collaborative apps, WebSocket servers, PartyServer, multiplayer features, Y.js integration, Durable Objects, RPC, storage, and edge-deployed stateful backends.

认证鉴权 103 6个月前
codewithmukesh

testing

codewithmukesh

Testing strategy for .NET 10 applications. Covers xUnit v3, WebApplicationFactory for integration tests, Testcontainers for real database testing, Verify for snapshot testing, and the AAA pattern. Load this skill when writing tests, setting up test infrastructure, reviewing test coverage, or when the user mentions "test", "xUnit", "WebApplicationFactory", "Testcontainers", "integration test", "unit test", "bUnit", "snapshot test", "Verify", "test coverage", "AAA pattern", "WireMock", or "FakeTimeProvider".

自动化 677 6个月前
codewithmukesh

migration-workflow

codewithmukesh

Safe migration workflows for EF Core database migrations, .NET version upgrades, and NuGet dependency updates. Includes rollback strategies and verification steps. Load when: "migration", "add migration", "ef migration", "update database", "upgrade nuget", "update packages", "dependency update", "version upgrade".

CLI 工具 677 6个月前