build

star 0

Validate that the .NET solution compiles by running dotnet build. Run this after finishing any task to confirm nothing is broken before moving on.

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

name: build description: Validate that the .NET solution compiles by running dotnet build. Run this after finishing any task to confirm nothing is broken before moving on. argument-hint: [project-or-solution] allowed-tools: Bash(dotnet build *)

Validate that the solution compiles.

Steps

  1. Run from the repository root:

    dotnet build $ARGUMENTS
    

    If $ARGUMENTS is empty, the CLI will locate the solution file automatically.

  2. If the build fails: report the error messages clearly. Do not proceed with other tasks or mark any work complete until the build is green.

  3. If the build succeeds: confirm with the summary line (errors: 0, warnings: N).

Arguments

$ARGUMENTS — optional path to a specific project or solution file. Defaults to the solution in the current directory.

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