VE
verify-architecture
Run architecture compliance checks for BioETL (quick/full/category modes) before commit or PR.
Install
mkdir -p .claude/skills/verify-architecture && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16573" && unzip -o skill.zip -d .claude/skills/verify-architecture && rm skill.zipInstalls to .claude/skills/verify-architecture
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run architecture compliance checks for BioETL (quick/full/category modes) before commit or PR.94 charsno explicit “when” trigger
About this skill
Verify Architecture
Objective
Execute architecture validation checks and report blocking/non-blocking issues.
Source Of Truth
- Root runtime contract:
../../../AGENTS.md - Project rules:
../../../docs/00-project/RULES.md - Requirements:
../../../docs/01-requirements/REQUIREMENTS.md - Accepted ADRs:
../../../docs/02-architecture/decisions - Normative index:
../../../docs/00-project/NORMATIVE_SOURCES.md - Canonical runtime entrypoint: this
SKILL.md - Memory policy:
../../../docs/00-project/ai/agents/guides/MEMORY_USAGE.md
Workflow
- Follow this skill file as the canonical Codex runtime instructions.
- Use memory plus repo search to locate related architecture tests, ADRs, docs, diagrams, and evidence reports before choosing validation scope.
- Select mode (
quick,full,category) based on request scope. - Adapt command examples to the active shell and installed toolchain.
- Report findings with failing tests/checks and actionable next fixes.
Notes
- Treat this file as canonical for runtime trigger and mode selection.