dotnet-testing-advanced-testcontainers-nosql
✓Testcontainers NoSQL 整合測試完整指南。 涵蓋 MongoDB 文件操作、Redis 五種資料結構、Collection Fixture 模式。 包含 BSON 序列化、索引效能測試、資料隔離策略與容器生命週期管理。
Installation
SKILL.md
| MongoDB.Driver | 3.0.0 | MongoDB 官方驅動程式,支援最新功能 | | MongoDB.Bson | 3.0.0 | BSON 序列化處理 | | StackExchange.Redis | 2.8.16 | Redis 客戶端,支援 Redis 7.x | | Testcontainers.MongoDb | 4.0.0 | MongoDB 容器管理 | | Testcontainers.Redis | 4.0.0 | Redis 容器管理 |
| Collection Fixture | 容器只啟動一次,節省 80%+ 時間 | | 資料隔離 | 使用唯一 Key/ID 而非清空資料庫 | | 批次操作 | 使用 InsertManyAsync、SetMultipleStringAsync | | 索引建立 | 在 Fixture 初始化時建立索引 |
Testcontainers NoSQL 整合測試完整指南。 涵蓋 MongoDB 文件操作、Redis 五種資料結構、Collection Fixture 模式。 包含 BSON 序列化、索引效能測試、資料隔離策略與容器生命週期管理。 Source: kevintsengtw/dotnet-testing-agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kevintsengtw/dotnet-testing-agent-skills --skill dotnet-testing-advanced-testcontainers-nosql Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kevintsengtw/dotnet-testing-agent-skills --skill dotnet-testing-advanced-testcontainers-nosql- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dotnet-testing-advanced-testcontainers-nosql?
Testcontainers NoSQL 整合測試完整指南。 涵蓋 MongoDB 文件操作、Redis 五種資料結構、Collection Fixture 模式。 包含 BSON 序列化、索引效能測試、資料隔離策略與容器生命週期管理。 Source: kevintsengtw/dotnet-testing-agent-skills.
How do I install dotnet-testing-advanced-testcontainers-nosql?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kevintsengtw/dotnet-testing-agent-skills --skill dotnet-testing-advanced-testcontainers-nosql Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kevintsengtw/dotnet-testing-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01