evidence-shape-check

Validate artifact structure and detect missing or unresolved evidence.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/insightwavesmith/BRICK --skill evidence-shape-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-shape-check
Source: https://github.com/insightwavesmith/BRICK/tree/main/brick_protocol/agent/skills/evidence-shape-check
Command: npx skills add https://github.com/insightwavesmith/BRICK --skill evidence-shape-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that artifacts adhere to their declared structure and identifies missing or unresolved evidence, unresolved questions, remaining delta, and not proven items.

Core Features & Use Cases

  • Structure Validation: Checks if an artifact follows its declared structure.
  • Gap Detection: Identifies missing or unresolved evidence, open questions, and not proven items.
  • Observation Lenses: Utilizes observation lenses for code-change evidence reading, evidence-first QA, and design depth inspection.
  • Use Case: When reviewing a codebase or a design document, use this Skill to validate the structure and identify any gaps or issues.

Quick Start

Run the evidence-shape-check skill on the latest code commit to ensure all required evidence is present and the structure is correct.

Frequently Asked Questions about evidence-shape-check

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

FAQPage Schema
How do I validate artifact structure and identify missing evidence during a code review?

You can validate artifact structure and identify missing evidence by running Python-based analysis scripts that check artifacts against their declared structures and report unresolved questions, remaining delta, or not proven items.

What is evidence-first QA and how does it detect gaps in design validation?

Evidence-first QA is a quality assurance approach that applies observation lenses to inspect design depth, ensuring artifacts contain required proof while flagging unresolved questions or missing structural elements during validation.

Do I need Python to run structure validation and gap detection on artifacts?

Yes, you need Python installed because the analysis and reporting logic for structure validation and gap detection is implemented through Python scripts included in the skill components.

What's the best way to check for unresolved questions and not proven items in a codebase?

The best way to check for unresolved questions and not proven items in a codebase is to apply observation lenses that read code-change evidence and validate it against the artifact's declared structure using automated scripts.

When should I use design depth inspection for quality assurance?

You should use design depth inspection for quality assurance when reviewing design documents or code commits to ensure all required evidence is present and the artifact correctly follows its declared structure.