clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

11,477 results · page 43 / 479
Skillq 0.46

dotnet-testing-awesome-assertions-guide

使用 AwesomeAssertions 進行流暢且可讀的測試斷言技能。當需要撰寫清晰的斷言、比對物件、驗證集合、處理複雜比對時使用。涵蓋 Should()、BeEquivalentTo()、Contain()、ThrowAsync() 等完整 API。 Make sure to use this skill whenever the user mentions assertions, Should(), BeEquivalentTo, fluent assertions, AwesomeAssertions, or wants more readabl

skillsource-kevintsengtwskill-dotnet-testing-awesome-assertions-guide+11
free
Skillq 0.46

dotnet-testing-autofixture-nsubstitute-integration

AutoFixture 與 NSubstitute 整合指南 - 實現自動模擬 (Auto-Mocking)。當需要自動建立 Mock 物件、簡化複雜相依性注入測試時使用。涵蓋 AutoNSubstituteDataAttribute、Frozen 機制、Greedy 建構策略。包含 IMapper (AutoMapper/Mapster) 等特殊相依性的客製化處理。 Make sure to use this skill whenever the user mentions AutoFixture with NSubstitute, auto-mock

skillsource-kevintsengtwskill-dotnet-testing-autofixture-nsubstitute-integration+11
free
Skillq 0.46

dotnet-testing-autofixture-customization

AutoFixture 進階自訂化技術完整指南。當需要自訂 AutoFixture 建構器或處理特殊型別的測試資料產生規則時使用。涵蓋 DataAnnotations 自動整合、ISpecimenBuilder 實作、優先順序管理。包含 DateTime/數值範圍建構器、泛型化設計與流暢式擴充方法。 Make sure to use this skill whenever the user mentions AutoFixture customization, ISpecimenBuilder, DataAnnotations with AutoFixt

skillsource-kevintsengtwskill-dotnet-testing-autofixture-customization+11
free
Skillq 0.46

dotnet-testing-autofixture-bogus-integration

AutoFixture 與 Bogus 整合完整指南。當需要結合 AutoFixture 與 Bogus 產生兼具匿名性與真實感的測試資料時使用。涵蓋 SpecimenBuilder 整合、混合產生器、測試資料工廠與循環參考處理。 Make sure to use this skill whenever the user mentions AutoFixture with Bogus, Faker integration, realistic test data, semantic test data, or HybridTestDataGenerato

skillsource-kevintsengtwskill-dotnet-testing-autofixture-bogus-integration+11
free
Skillq 0.46

dotnet-testing-autofixture-basics

使用 AutoFixture 自動產生測試資料的基礎技能。當需要快速產生測試物件、減少樣板程式碼、實現匿名測試時使用。涵蓋 Fixture.Create、CreateMany、循環參考處理、與 xUnit 整合等。 Make sure to use this skill whenever the user mentions AutoFixture, fixture.Create, anonymous testing, auto-generating test data, or reducing test boilerplate, even if they

skillsource-kevintsengtwskill-dotnet-testing-autofixture-basics+11
free
Skillq 0.46

dotnet-testing-autodata-xunit-integration

AutoFixture 與 xUnit 整合完整指南。當需要使用 AutoData 或 InlineAutoData 簡化 xUnit 參數化測試資料準備時使用。涵蓋自訂 Customization 與測試資料屬性,提升測試可讀性與維護性。 Make sure to use this skill whenever the user mentions AutoData, InlineAutoData, MemberAutoData, AutoFixture xUnit integration, or parameterized test data attr

skillsource-kevintsengtwskill-dotnet-testing-autodata-xunit-integration+11
free
Skillq 0.46

dotnet-testing-advanced

.NET 進階測試技能總覽與引導中心。當使用者詢問「整合測試」、「API 測試」、「容器化測試」、「微服務測試」、「測試框架遷移」、「Testcontainers」、「Aspire 測試」等進階測試需求時觸發。會根據具體需求推薦適合的子技能組合,涵蓋整合測試、Testcontainers、Aspire 測試、框架升級等 8 個進階技能。 Make sure to use this skill whenever the user mentions integration testing, API testing, Testcontainers, .NET

skillsource-kevintsengtwskill-dotnet-testing-advanced+11
free
Skillq 0.46

dotnet-testing-advanced-xunit-upgrade-guide

xUnit 2.9.x 到 3.x 升級完整指南。當需要將 xUnit v2 升級至 v3 或了解 xUnit v3 新功能與破壞性變更時使用。涵蓋套件更新、async void 修正、IAsyncLifetime 調整。包含新功能介紹: Assert.Skip、Explicit Tests、Matrix Theory、Assembly Fixtures。 Make sure to use this skill whenever the user mentions xUnit upgrade, xUnit v3, xUnit migration, xUn

skillsource-kevintsengtwskill-dotnet-testing-advanced-xunit-upgrade-guide+11
free
Skillq 0.46

dotnet-testing-advanced-webapi-integration-testing

ASP.NET Core WebApi 整合測試完整指南。當需要對 WebApi 端點進行整合測試或驗證 ProblemDetails 錯誤格式時使用。涵蓋 WebApplicationFactory、IExceptionHandler、Testcontainers 多容器編排、Flurl URL 建構與 AwesomeAssertions HTTP 驗證。 Make sure to use this skill whenever the user mentions WebApi integration testing, ProblemDetails,

skillsource-kevintsengtwskill-dotnet-testing-advanced-webapi-integration-testing+11
free
Skillq 0.46

dotnet-testing-advanced-tunit-fundamentals

TUnit 新世代測試框架入門完整指南。當需要使用 TUnit 建立測試專案或從 xUnit 遷移至 TUnit 時使用。涵蓋 Source Generator 驅動測試發現、AOT 編譯支援、流暢式非同步斷言。包含專案建立、[Test] 屬性、生命週期管理、並行控制與 xUnit 語法對照。 Make sure to use this skill whenever the user mentions TUnit, Source Generator testing, AOT test framework, TUnit vs xUnit, or migra

skillsource-kevintsengtwskill-dotnet-testing-advanced-tunit-fundamentals+11
free
Skillq 0.46

dotnet-testing-advanced-tunit-advanced

TUnit 進階應用完整指南。當需要使用 TUnit 進行資料驅動測試、依賴注入或整合測試時使用。涵蓋 MethodDataSource、ClassDataSource、Matrix Tests、Properties 過濾。包含 Retry/Timeout 控制、WebApplicationFactory 整合、Testcontainers 多服務編排。 Make sure to use this skill whenever the user mentions TUnit advanced, MethodDataSource, ClassDataSou

skillsource-kevintsengtwskill-dotnet-testing-advanced-tunit-advanced+11
free
Skillq 0.46

dotnet-testing-advanced-testcontainers-nosql

Testcontainers NoSQL 整合測試完整指南。當需要對 MongoDB 或 Redis 進行容器化整合測試時使用。涵蓋 MongoDB 文件操作、Redis 五種資料結構、Collection Fixture 模式。包含 BSON 序列化、索引效能測試、資料隔離策略與容器生命週期管理。 Make sure to use this skill whenever the user mentions Testcontainers MongoDB, Testcontainers Redis, NoSQL integration test, BSON

skillsource-kevintsengtwskill-dotnet-testing-advanced-testcontainers-nosql+11
free
Skillq 0.46

dotnet-testing-advanced-testcontainers-database

使用 Testcontainers 進行容器化資料庫測試的專門技能。當需要測試真實資料庫行為、使用 SQL Server/PostgreSQL/MySQL 容器、測試 EF Core/Dapper 時使用。涵蓋容器啟動、資料庫遷移、測試隔離、容器共享等。 Make sure to use this skill whenever the user mentions Testcontainers database, SQL Server container, PostgreSQL container, EF Core integration test, Da

skillsource-kevintsengtwskill-dotnet-testing-advanced-testcontainers-database+11
free
Skillq 0.46

dotnet-testing-advanced-aspnet-integration-testing

ASP.NET Core 整合測試的專門技能。當需要測試 Web API 端點、HTTP 請求/回應、中介軟體、依賴注入時使用。涵蓋 WebApplicationFactory、TestServer、HttpClient 測試、記憶體資料庫配置等。 Make sure to use this skill whenever the user mentions ASP.NET Core integration testing, WebApplicationFactory, TestServer, HTTP endpoint testing, or middl

skillsource-kevintsengtwskill-dotnet-testing-advanced-aspnet-integration-testing+11
free
Skillq 0.46

dotnet-testing-advanced-aspire-testing

.NET Aspire Testing 整合測試框架完整指南。當需要測試 .NET Aspire 分散式應用程式、設定 AppHost 測試或從 Testcontainers 遷移至 Aspire 測試時使用。涵蓋 DistributedApplicationTestingBuilder、容器生命週期管理、多服務編排、Respawn 配置與時間可測試性設計。 Make sure to use this skill whenever the user mentions .NET Aspire, AppHost testing, DistributedApp

skillsource-kevintsengtwskill-dotnet-testing-advanced-aspire-testing+11
free
Skillq 0.46

zyte-api

Zyte API integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zyte API data.

skillsource-membranedevskill-zyte-api+5
free
Skillq 0.46

zype

Zype integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zype data.

skillsource-membranedevskill-zype+5
free
Skillq 0.46

zuplo

Zuplo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zuplo data.

skillsource-membranedevskill-zuplo+5
free
Skillq 0.46

zuora-billing

Zuora Billing integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zuora Billing data.

skillsource-membranedevskill-zuora-billing+5
free
Skillq 0.46

zulip

Zulip integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zulip data.

skillsource-membranedevskill-zulip+5
free
Skillq 0.46

zooz

ZOOZ integration. Manage data, records, and automate workflows. Use when the user wants to interact with ZOOZ data.

skillsource-membranedevskill-zooz+5
free
Skillq 0.46

zoom

Zoom integration. Manage Users. Use when the user wants to interact with Zoom data.

skillsource-membranedevskill-zoom+5
free
Skillq 0.46

zonka-feedback

Zonka Feedback integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zonka Feedback data.

skillsource-membranedevskill-zonka-feedback+5
free
Skillq 0.46

zoho-workdrive

Zoho WorkDrive integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zoho WorkDrive data.

skillsource-membranedevskill-zoho-workdrive+5
free