Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
/plugin marketplace add FortiumPartners/ensemble/plugin install ensemble-full@ensembleThis skill inherits all available tools. When active, it can use any tool Claude has access to.
generate-test.csrun-test.shProvide xUnit test execution and generation for C#/.NET projects.
dotnet run --project generate-test.csproj -- --source=Calculator.cs --output=CalculatorTests.cs --description="Division by zero"
dotnet test --filter=CalculatorTests
JSON with success, passed, failed, total, and failures array.