Use this skill whenever the user asks to write, generate, or add integration tests for C# or .NET code. Trigger on: "write integration tests", "add integration tests", "test this endpoint", "test this API", "integration test for this controller", "test against the database", "write end-to-end tests", "test this repository with a real database", "add integration test coverage". Also trigger when the user shows a controller, repository, or service and asks for tests that require real infrastructure (database, message broker, HTTP, etc.) rather than mocks.
$npx -y skills add jzills/claude-marketplace --skill write-integration-testsInstalls into the current project.
Run `npx skills use "https://github.com/jzills/claude-marketplace" --skill "jzills/claude-marketplace/write-integration-tests"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jzills/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/jzills/claude-marketplace"` and select the relevant skills, then follow their instructions.