dotnet-test
✓This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.
Installation
SKILL.md
Run .NET tests selectively using a build-first, test-targeted workflow optimized for development speed.
Build the entire solution with minimal output to catch compile errors early:
Run tests for the specific test project with --no-build to skip redundant compilation:
This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus. Source: nikiforovall/github-copilot-rules.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/nikiforovall/github-copilot-rules --skill dotnet-test- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dotnet-test?
This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus. Source: nikiforovall/github-copilot-rules.
How do I install dotnet-test?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nikiforovall/github-copilot-rules --skill dotnet-test Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/nikiforovall/github-copilot-rules
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01