verification

Evaluate a subject against defined criteria and return per-criterion results.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill verification-mkalkere
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/validation/verification
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill verification-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Outputs often miss required criteria or quality standards; this skill provides a structured, repeatable approach to verify artifacts against explicit criteria, reducing defects and rework.

Core Features & Use Cases

  • Structured verification: Systematically evaluate completeness, correctness, consistency, conformance, or criteria-match using a defined checklist.
  • Audit-ready reports: Generates per-criterion results, an overall verdict, and actionable remediation guidance for failures.
  • Agent-guided evaluation: The skill can be used by autonomous agents to perform verification without backing code.

Quick Start

Invoke the verification workflow by providing a subject and a set of criteria to obtain a formal verification report.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I verify outputs against a defined checklist of criteria?▼

You can verify outputs by providing a subject and a set of criteria to generate a formal verification report. This process evaluates completeness, correctness, consistency, conformance, and criteria-match, returning per-criterion results and an overall verdict.

What is the best way to automate quality assurance audits for project deliverables?▼

Automating quality assurance audits is achieved through an agent-guided evaluation process that systematically checks artifacts. It generates audit-ready reports with actionable remediation guidance for any failures, reducing defects and rework.

Can I perform an assessment if the verification criteria are not explicitly provided?▼

Yes, you can perform an assessment even without explicit criteria. The verification process can derive the necessary evaluation standards directly from the subject artifact itself to ensure a comprehensive evaluation.

How do I generate remediation guidance for failed quality checks?▼

To generate remediation guidance, apply the structured verification workflow to your subject. It automatically identifies failures against your checklist and produces actionable remediation steps alongside per-criterion results and an overall verdict.

Does the structured verification process work for analyzing artifacts across different projects?▼

Yes, the structured verification process is designed to apply to deliverables, analyses, or artifacts across various projects. It systematically evaluates completeness, correctness, and conformance regardless of the specific project context.

Why do I need a structured verification process for quality assurance?▼

A structured verification process is needed because outputs often miss required quality standards. It provides a repeatable approach to verify artifacts against explicit criteria, ensuring consistency and reducing defects and rework.