validate

Run the full test suite and validate results against the implementation plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/astrosteveo/system-info-api --skill validate-astrosteveo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/astrosteveo/system-info-api/tree/main/.claude/skills/validate
Command: npx skills add https://github.com/astrosteveo/system-info-api --skill validate-astrosteveo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a strict gate that ensures work is only considered complete after running the full test suite, validating against the implementation plan, and surfacing concrete manual verification steps to the user.

Core Features & Use Cases

  • Automated Validation: run the full test suite and verify results against the implementation plan.
  • Plan Validation: check alignment between tasks, tests, and verification steps.
  • Manual Verification: provide concrete verification steps for anything not covered by automated tests.

Quick Start

Run the validation gate before declaring work complete to execute automated tests, plan checks, and guided manual verification.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I automate end-to-end validation before declaring a software task complete?

Plan validation checks alignment between tasks, tests, and verification steps. It ensures the completed work matches the implementation plan and surfaces concrete manual verification steps for anything not covered by automated tests.

What is the best way to enforce manual verification steps in a CI workflow?

Yes, validation applies to software development tasks requiring formal verification. It ensures compliance with automated tests, plan alignment, and explicit verification guidance before declaring completion.

How do I verify completed work against an implementation plan?

No dependencies are required to use this validation gate. It operates independently to run the full test suite, validate against the implementation plan, and provide manual verification steps.

When do I need automated validation for manual verification steps?

The validation gate checks compliance with automated tests, plan alignment, and explicit verification guidance. It ensures work is only complete after running the full test suite and verifying against the implementation plan.