build-backend

Installation
SKILL.md

Build Backend Skill

Use this skill to validate that all backend C# projects compile successfully without errors.

What This Skill Does

  1. Runs dotnet build to compile all .NET projects in the solution
  2. Captures and parses compilation errors
  3. Reports errors with file and line number references
  4. Exits with failure status if any compilation errors are found

When to Use

  • After implementing backend features in the Api project, Application project, or Worker project
  • To validate that dependencies and package versions are correct
  • Before running tests or other downstream validation steps
  • To catch syntax errors or type mismatches early

How the Agent Should Use This Skill

Related skills

More from marcelmichau/fake-survey-generator

Installs
25
GitHub Stars
86
First Seen
Jan 24, 2026