Unit Test banner
mistrypragnesh40 mistrypragnesh40

Unit Test

Testing community

Description

--- name: Expand Unit Tests description: Generate unit tests for C# ViewModels, Services, and logic allowed-tools: Bash(dotnet test:*), Bash(dotnet build:*) tags: testing, coverage, unit-tests --- # Expand Unit Tests for .NET MAUI Generate unit tests for the project using NUnit or xUnit: 1. **Analyze coverage**: Identify untested ViewModels, Services, and helpers 2. **Identify gaps**: Look for untested logic branches, error paths, null inputs, edge cases 3. **Write tests** using project's tes

Installation

Installs to ~/.claude/skills/mistrypragnesh40-claude-maui-config-unit-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistrypragnesh40-claude-maui-config-unit-test && curl -fsSL https://raw.githubusercontent.com/mistrypragnesh40/claude-maui-config/HEAD/commands/unit-test.md -o ~/.claude/skills/mistrypragnesh40-claude-maui-config-unit-test/SKILL.md

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

Full documentation available on GitHub

View Source Repository