dev-verify

Automate build, test, lint, and security checks for .NET and Angular projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of running disparate build, test, and linting tools across backend and frontend stacks, ensuring code quality through a unified, interactive verification loop.

Core Features & Use Cases

  • Unified Verification: Automatically detects and runs checks for .NET and Angular projects, including builds, tests, security scans, and formatting.
  • Interactive Fix Menu: Presents a clear report of issues and allows you to selectively or globally apply fixes with a single command.
  • Use Case: After refactoring a shared service, invoke this skill to run all backend and frontend tests, identify linting or build errors, and automatically apply fixes to resolve the issues before committing your changes.

Quick Start

Run the dev-verify skill to check the current project for build errors, test failures, or linting issues and apply fixes where possible.

Frequently Asked Questions about dev-verify

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

FAQPage Schema
How do I automate code verification across .NET and Angular projects?

Automated code verification across .NET and Angular projects runs build, test, lint, and security analysis phases sequentially. This unified process detects quality issues in both stacks and provides an interactive interface to apply selective or global code fixes.

What is the best way to run post-change checks for .NET and Angular code quality?

Post-change checks for .NET and Angular code quality are best handled by a unified verification loop that executes builds, tests, security scans, and formatting automatically. It eliminates manual overhead by presenting detected issues in an interactive menu for immediate remediation.

Do I need local CLI tools to run automated testing and linting for Angular and .NET?

Yes, local CLI tools are required to run automated testing and linting for Angular and .NET. You must have dotnet, ng, and standard linting utilities installed and integrated locally to perform deterministic code fixes and execute the verification phases.

Can I selectively apply fixes when linting or build errors are detected?

Yes, you can selectively apply fixes when linting or build errors are detected. The verification process presents a clear report of identified issues and allows you to selectively or globally apply fixes with a single command through an interactive menu.

How does unified post-change verification handle security analysis for backend and frontend stacks?

Unified post-change verification handles security analysis by executing security scan phases automatically alongside builds, tests, and formatting for backend and frontend stacks. Detected security issues are then routed into the interactive fix menu for remediation.

When should I run automated code quality checks instead of manual linting?

Automated code quality checks should be run after refactoring shared services or before committing changes, replacing manual linting. This ensures deterministic execution of all backend and frontend tests, security scans, and formatting rules across the entire stack simultaneously.