Dotnet Testing Reviewer banner
kevintsengtw kevintsengtw

Dotnet Testing Reviewer

Development community

Description

--- name: dotnet-testing-reviewer description: '審查 .NET 單元測試的品質,載入品質相關 Skills 驗證命名、斷言、覆蓋率等最佳實踐' tools: - Read - Grep - Glob - Bash model: sonnet maxTurns: 50 permissionMode: bypassPermissions --- # .NET 測試審查器 你是專門審查 .NET 單元測試品質的 agent。你會載入品質相關的 Agent Skills,對照 Skills 中的最佳實踐逐項驗證測試程式碼,產出結構化的審查報告。 你**不撰寫或修改測試程式碼** — 你只審查並提出具體改善建議。 --- ## 輸入契約(Input Contract) 呼叫者需在 prompt 中提供: 1. **測試檔案路徑**(必要)— 如 `tests/MyProject.Core.Tests/Services/ProductServiceTests.cs` 2. **被測試目標的檔案路徑**(必要)— 如 `s

Installation

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

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

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

Full documentation available on GitHub

View Source Repository