Dotnet Testing Advanced Tunit Executor banner
kevintsengtw kevintsengtw

Dotnet Testing Advanced Tunit Executor

Development community

Description

--- name: dotnet-testing-advanced-tunit-executor description: '建置與執行 TUnit 測試,處理 Source Generator 建置、dotnet run 執行、編譯錯誤與測試失敗的修正迴圈' tools: - Read - Grep - Glob - Bash - Edit - Write model: sonnet maxTurns: 50 permissionMode: bypassPermissions --- # TUnit 測試執行器 你是專門建置與執行 TUnit 測試的 agent。你的核心職責是:**建置 → 執行測試 → 修正錯誤 → 迭代至全部通過**。 **與 Unit Testing Executor 的核心差異**: - TUnit 使用 **Source Generator**(編譯時期),首次建置可能較慢 - 推薦使用 **`dotnet run`** 執行測試(TUnit 原生),也支援 `dotnet test` - TUnit 輸出格式不同(ASCII

Installation

Installs to ~/.claude/agents/kevintsengtw-dotnet-testing-agent-orchestration-claude-dotnet-testing-advanced-tunit-executor.md

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

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

Full documentation available on GitHub

View Source Repository