Skip to main content
Run any Skill in Manus
with one click
kevintsengtw
GitHub creator profile

kevintsengtw

Repository-level view of 33 collected skills across 2 GitHub repositories, including approximate occupation coverage.

skills collected
33
repositories
2
occupation fields
1
updated
2026-04-27
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
dotnet-testing-agent-skills
29 skills264updated 2026-03-31
88% of creator
dotnet-testing-advanced-aspire-testing
Software Quality Assurance Analysts & Testers

.NET Aspire Testing 整合測試框架完整指南。當需要測試 .NET Aspire 分散式應用程式、設定 AppHost 測試或從 Testcontainers 遷移至 Aspire 測試時使用。涵蓋 DistributedApplicationTestingBuilder、容器生命週期管理、多服務編排、Respawn 配置與時間可測試性設計。 Make sure to use this skill whenever the user mentions .NET Aspire, AppHost testing, DistributedApplicationTestingBuilder, cloud-native testing, or migrating from Testcontainers to Aspire, even if they don't explicitly ask for Aspire testing guidance. Keywords: aspire testing, .NET Aspire, DistributedApplicationTestingBuilder, AppHost testing, 分散式測試, AspireAppFixture, IAsyncLifetime, ContainerLifetime.Session, 雲原生測試, 多服務整合, Aspire.Hosting.Testing, Respawn

2026-03-31
dotnet-testing-advanced-aspnet-integration-testing
Software Quality Assurance Analysts & Testers

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 middleware testing, even if they don't explicitly ask for integration testing guidance. Keywords: integration testing, 整合測試, web api testing, WebApplicationFactory, TestServer, HttpClient testing, controller testing, endpoint testing, 端點測試, RESTful API testing, Microsoft.AspNetCore.Mvc.Testing, CreateClient, ConfigureWebHost, AwesomeAssertions.Web, Be200Ok, Be404NotFound, middleware testing, 中介軟體測試, dependency injection testing

2026-03-31
dotnet-testing-advanced
Software Quality Assurance Analysts & Testers

.NET 進階測試技能總覽與引導中心。當使用者詢問「整合測試」、「API 測試」、「容器化測試」、「微服務測試」、「測試框架遷移」、「Testcontainers」、「Aspire 測試」等進階測試需求時觸發。會根據具體需求推薦適合的子技能組合,涵蓋整合測試、Testcontainers、Aspire 測試、框架升級等 8 個進階技能。 Make sure to use this skill whenever the user mentions integration testing, API testing, Testcontainers, .NET Aspire testing, WebApplicationFactory, or xUnit/TUnit migration, even if they don't explicitly ask for advanced testing guidance. Keywords: integration testing, 整合測試, API testing, advanced testing, 進階測試, testcontainers, aspire testing, WebApplicationFactory, TestServer, database test, 資料庫測試, EF Core test, MongoDB test, Redis test, Docker test, 容器測試, microservice test, 微服務測試, .NET Aspire, xUnit upgrade, TUnit, framework migration

2026-03-31
dotnet-testing-advanced-testcontainers-database
Software Quality Assurance Analysts & Testers

使用 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, Dapper testing, or Collection Fixture, even if they don't explicitly ask for container-based database testing. Keywords: testcontainers, 容器測試, container testing, database testing, 資料庫測試, MsSqlContainer, PostgreSqlContainer, MySqlContainer, EF Core testing, Dapper testing, Testcontainers.MsSql, Testcontainers.PostgreSql, GetConnectionString, IAsyncLifetime, CollectionFixture

2026-03-31
dotnet-testing-advanced-testcontainers-nosql
Software Quality Assurance Analysts & Testers

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 serialization, or Redis data structure testing, even if they don't explicitly ask for NoSQL container testing. Keywords: testcontainers mongodb, testcontainers redis, mongodb integration test, redis integration test, nosql testing, MongoDbContainer, RedisContainer, IMongoDatabase, IConnectionMultiplexer, BSON serialization, BsonDocument, 文件模型測試, 快取測試, Collection Fixture

2026-03-31
dotnet-testing-advanced-tunit-advanced
Software Quality Assurance Analysts & Testers

TUnit 進階應用完整指南。當需要使用 TUnit 進行資料驅動測試、依賴注入或整合測試時使用。涵蓋 MethodDataSource、ClassDataSource、Matrix Tests、Properties 過濾。包含 Retry/Timeout 控制、WebApplicationFactory 整合、Testcontainers 多服務編排。 Make sure to use this skill whenever the user mentions TUnit advanced, MethodDataSource, ClassDataSource, Matrix Tests, TUnit dependency injection, TUnit Retry/Timeout, or TUnit WebApplicationFactory, even if they don't explicitly ask for TUnit advanced features. Keywords: TUnit advanced, TUnit 進階, MethodDataSource, ClassDataSource, Matrix Tests, MatrixDataSource, MicrosoftDependencyInjectionDataSource, Property, Retry, Timeout, 資料驅動測試, 測試過濾, WebApplicationFactory TUnit, 多容器編排

2026-03-31
dotnet-testing-advanced-tunit-fundamentals
Software Quality Assurance Analysts & Testers

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 migrating to TUnit, even if they don't explicitly ask for TUnit fundamentals. Keywords: TUnit, tunit testing, source generator testing, AOT testing, 新世代測試框架, [Test], [Arguments], TUnit.Assertions, Assert.That, Before(Test), After(Test), NotInParallel, TUnit.Templates, Microsoft.Testing.Platform, TUnit vs xUnit, 並行執行

2026-03-31
dotnet-testing-advanced-webapi-integration-testing
Software Quality Assurance Analysts & Testers

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, IExceptionHandler, Flurl, Respawn, or multi-container test orchestration, even if they don't explicitly ask for WebApi testing guidance. Keywords: webapi integration testing, WebApplicationFactory, asp.net core integration test, webapi 整合測試, IExceptionHandler, ProblemDetails, ValidationProblemDetails, AwesomeAssertions, Flurl, Respawn, Be201Created, Be400BadRequest, 多容器測試, Collection Fixture, 全域例外處理

2026-03-31
Showing top 8 of 29 collected skills in this repository.
#002
dotnet-testing-agent-orchestration-claude
4 skills00updated 2026-04-27
12% of creator
dotnet-testing-orchestrator-aspire
Software Quality Assurance Analysts & Testers

.NET Aspire 整合測試指揮中心 — 分析 AppHost Resource 結構、啟動 subagent 撰寫、執行與審查 Aspire 整合測試。 當使用者要求為 .NET Aspire 應用程式撰寫整合測試時使用此 skill。 輸入範例:「Aspire.AppHost 中 webapi 服務的所有 API 端點」 Keywords: Aspire 測試, aspire testing, AppHost 測試, 分散式測試, dotnet-testing-orchestrator-aspire

2026-04-27
dotnet-testing-orchestrator-integration
Software Quality Assurance Analysts & Testers

.NET 整合測試指揮中心 — 分析 WebAPI 端點結構、啟動 subagent 撰寫、執行與審查整合測試。 當使用者要求為 .NET WebAPI 撰寫整合測試時使用此 skill。 輸入範例:「ProductsController 的所有 CRUD 端點」 Keywords: 整合測試, integration test, WebAPI 測試, 端點測試, dotnet-testing-orchestrator-integration

2026-04-27
dotnet-testing-orchestrator-tunit
Software Quality Assurance Analysts & Testers

TUnit 測試指揮中心 — 分析被測試目標、決定 TUnit 技術組合、啟動 subagent 撰寫、執行與審查 TUnit 測試。 當使用者要求使用 TUnit 框架撰寫測試時使用此 skill。 輸入範例:「ProductService 的 Calculate 和 Validate 方法,使用 TUnit 框架」 Keywords: TUnit 測試, tunit test, TUnit 框架, Source Generator 測試, dotnet-testing-orchestrator-tunit

2026-04-27
dotnet-testing-orchestrator-unit
Software Quality Assurance Analysts & Testers

.NET 單元測試指揮中心 — 分析被測試目標、決定技術組合、啟動 subagent 撰寫、執行與審查測試。 當使用者要求為 .NET 類別撰寫單元測試時使用此 skill。 輸入範例:「為 ProductService 撰寫單元測試」 Keywords: 單元測試, unit test, 寫測試, 撰寫測試, dotnet-testing-orchestrator

2026-04-27
Showing 2 of 2 repositories
All repositories loaded
kevintsengtw GitHub Skills | SkillsMP