builder-verification

Manages software development verification workflow and blocks tasks until checks pass.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mdmagnuson-creator/helm-ade-toolkit --skill builder-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builder-verification
Source: https://github.com/mdmagnuson-creator/helm-ade-toolkit/tree/main/skills/builder-verification
Command: npx skills add https://github.com/mdmagnuson-creator/helm-ade-toolkit --skill builder-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the verification process for software development, ensuring that code changes meet quality standards and user expectations before they are finalized. It handles various verification states, prerequisite failures, and environmental issues that can block development.

Core Features & Use Cases

  • Verification Status Handling: Manages states like verified, unverified, and skipped, blocking progress when UI verification is incomplete.
  • Prerequisite Failure Detection: Differentiates between failures in test prerequisites and failures in the feature itself, guiding the appropriate fix strategy.
  • Environment Issue Recovery: Identifies and attempts to resolve environmental conflicts (e.g., port conflicts, process issues) using dedicated recovery skills.
  • Skill Creation Request: Facilitates the creation of new skills for unhandled environment issues.

Quick Start

Use the builder-verification skill to handle a verification-incomplete status for the task "Implement user profile page".

Frequently Asked Questions about builder-verification

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

FAQPage Schema
How do I enforce quality gates and block task completion when UI verification is incomplete?

This verification workflow enforces quality gates by managing states like verified, unverified, and skipped, blocking task completion until UI verification is successfully passed or explicitly overridden.

What is the best way to handle prerequisite failures during software testing?

Handling prerequisite failures requires clear classification to differentiate between test environment setup issues and actual feature defects, which guides the appropriate fix strategy and remediation path for development tasks.

How do I recover from environmental issues like port conflicts blocking my development workflow?

Recovering from environmental issues involves identifying conflicts like port or process conflicts and attempting automated resolution using dedicated recovery mechanisms before requesting new skills for unhandled environment issues.

When do I need to classify verification failures in my development workflow?

You need to classify verification failures when addressing incomplete UI verification, prerequisite failures, or environmental issues, as clear classification directly guides the appropriate remediation and fix strategy for the task.

Can I skip code quality verification for a specific development task?

You can skip code quality verification for a specific task through an explicit override, although the workflow enforces quality gates by default and blocks progress when UI verification remains incomplete.

Why does my development task remain unverified after passing initial tests?

A task remains unverified when the workflow detects incomplete UI verification, prerequisite failures, or environmental issues, blocking progress until the verification failure is clearly classified and resolved or explicitly overridden.