adherence-check

Validate artifacts against specifications and generate structured adherence reports.

9|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dazzaji/interlateral_agents --skill adherence-check
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adherence-check
Source: https://github.com/dazzaji/interlateral_agents/tree/main/.claude/skills/adherence-check
Command: npx skills add https://github.com/dazzaji/interlateral_agents --skill adherence-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that a specific artifact adheres to a given specification, then report any violations using the add-comments workspace format.

Core Features & Use Cases

  • Repo-agnostic validation that works on code, docs, or plans when inputs are provided.
  • Generates a structured adherence report with PASS, FAIL, and WARN tallies and per-item details.
  • Integrates with the add-comments workflow to append the results to a central audit log.

Quick Start

Provide artifact_path, spec_path, and report_path to run an adherence check and append the results to the report.

Frequently Asked Questions about adherence-check

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

FAQPage Schema
How do I validate code against a specification and generate a report?▼

You can validate artifacts against specifications by supplying the artifact path and spec path to generate a structured adherence report with PASS, FAIL, and WARN tallies and per-item details.

Can I use spec validation for documentation and plans, not just code?▼

Spec validation is repo-agnostic and works on any artifact type including documentation and plans, verifying prerequisites and producing PASS, FAIL, or WARN results based on the provided inputs.

What is a structured adherence report and how does it work?▼

A structured adherence report logs whether an artifact conforms to a given specification by generating PASS, FAIL, and WARN tallies with per-item details, preparing a summary suitable for an audit log workflow.

How do I automate QA reporting and append validation results to an audit log?▼

Automate QA reporting by running an adherence check with the required artifact, spec, and report paths, which produces a summary that integrates with the add-comments workflow to append results to a central audit log.

Do I need any dependencies to run an adherence check on my artifacts?▼

No dependencies are required to run an adherence check, but you must provide the artifact path, spec path, and report path to verify prerequisites and generate the validation output.