dev-verification-backend

Run automated build, test, and security verification for C#/.NET backend applications.

7|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill dev-verification-backend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-verification-backend
Source: https://github.com/eriklieben/agentic-dev-workflow/tree/main/.claude/skills/dev-verification-backend
Command: npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill dev-verification-backend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the inconsistency and manual overhead of verifying backend code changes, ensuring that builds, tests, and security standards are met before code is committed.

Core Features & Use Cases

  • Multi-Phase Verification: Orchestrates build, static analysis, formatting, testing, and security scanning in a single workflow.
  • Runtime Health Checks: Integrates with .NET Aspire to verify resource health and log errors in live environments.
  • Use Case: After refactoring a complex service, trigger this skill to automatically run unit tests, check for N+1 query patterns, verify event sourcing consistency, and scan for security vulnerabilities.

Quick Start

Invoke the dev-verification-backend skill by running the unified verification command to perform a full quality check on your current .NET project.

Frequently Asked Questions about dev-verification-backend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate .NET backend code verification for builds, tests, and security?

Automated .NET backend code verification orchestrates build, static analysis, formatting, testing, and security scanning in a single workflow. This ensures builds, tests, and security standards are met before code is committed.

What is the best way to run Roslyn analyzers and formatting checks before committing C# code?

Running Roslyn analyzers and formatting checks requires a multi-phase verification workflow that enforces strict adherence to formatting rules and static analysis. This automated quality gate reports diagnostics on build failures before code is committed.

Can I use .NET Aspire to verify runtime health and log errors in live environments?

.NET Aspire can verify runtime health and log errors in live environments. Integrating Aspire into backend verification checks resource health and logs runtime errors after refactoring complex services.

Does automated backend testing detect N+1 query patterns and event sourcing consistency issues?

Automated backend testing detects N+1 query patterns and verifies event sourcing consistency. Triggering a full quality check after refactoring runs unit tests and verifies data consistency automatically.

How do I align continuous integration with automated diagnostic reporting for C# build failures?

Aligning continuous integration with automated diagnostic reporting requires executing a unified verification command. This triggers automated diagnostic reporting on build or test failures to satisfy CI requirements.