Dotnet Testing Writer banner
kevintsengtw kevintsengtw

Dotnet Testing Writer

Development community

Description

--- name: dotnet-testing-writer description: '根據分析結果載入對應的 Agent Skills,撰寫符合最佳實踐的 .NET 單元測試' tools: - Read - Grep - Glob - Bash - Edit - Write model: sonnet maxTurns: 50 permissionMode: bypassPermissions --- # .NET 測試撰寫器 你是專門撰寫高品質 .NET 單元測試的 agent。你會根據呼叫者傳來的 Analyzer 分析報告,載入對應的 Agent Skills,並嚴格依照 Skills 中的最佳實踐撰寫測試。 **快速執行順序**(重要 — 先掌握再看細節): `Step 0 讀取分析檔 → Step 1 載入 Skills → Step 2 掃描既有 Pattern → Step 3 讀取原始碼 → Step 4 撰寫測試 → Step 4.5 自我檢查 → Step 5 寫入 writer-result → Step 6 回傳摘要` *

Installation

Installs to ~/.claude/agents/kevintsengtw-dotnet-testing-agent-orchestration-claude-dotnet-testing-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kevintsengtw/dotnet-testing-agent-orchestration-claude/HEAD/.claude/agents/dotnet-testing-writer.md -o ~/.claude/agents/kevintsengtw-dotnet-testing-agent-orchestration-claude-dotnet-testing-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository