test

star 0

Run the test suite using dotnet test. Run this after implementing a new feature or making any logic changes to confirm all tests pass.

2chevskii By 2chevskii schedule Updated 3/5/2026

name: test description: Run the test suite using dotnet test. Run this after implementing a new feature or making any logic changes to confirm all tests pass. argument-hint: [project or --filter expression] allowed-tools: Bash(dotnet test *)

Run the test suite and report results.

Steps

  1. Run:

    dotnet test $ARGUMENTS
    

    If no arguments are provided, run from the repository root to discover all test projects automatically.

  2. If any tests fail, report:

    • Which tests failed and why (failure message + relevant stack trace)
    • Do NOT mark the feature complete or move on until all tests pass
  3. If all tests pass, confirm with the summary line (passed: N, failed: 0).

Arguments

$ARGUMENTS — optional path to a specific test project, a --filter expression, or any other dotnet test flags.

Install via CLI
npx skills add https://github.com/2chevskii/Nitpick.Functional.Unit --skill test
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator