# Elsa Verify Codebase

> Verify the Elsa codebase against selected constitution gates by inspecting references, extension-point catalogs, packages, tests, docs, stubs, and generated maps. Use when a user asks whether code complies with the constitution or wants a verification report.

- Skill: `elsa-workflows/elsa-verify-codebase` (Agent Skill)
- Install (CLI): `npx skillmds@latest add elsa-workflows/elsa-verify-codebase`
- Raw SKILL.md: https://api.skillmd.com/api/skills/elsa-workflows/elsa-verify-codebase/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: elsa-workflows (https://skillmd.com/u/elsa-workflows)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/elsa-workflows/elsa-verify-codebase

---


## User Input

```text
$ARGUMENTS
```

## Outline

1. Read `docs/skills/catalog.md#verify-codebase-against-constitution`.
2. Choose the relevant constitution gates and read both constitution layers when needed.
3. Inspect generated maps first, then source files only where maps are insufficient or freshness is uncertain.
4. Check project references, extension-point catalogs, package references, tests, source markers, and docs.
5. Classify each finding as code drift, doc drift, missing test, unclear gate, deferred implementation, or known exception.
6. Produce a report-shaped answer that can become a work unit.

Prefer producing or updating a report before proposing code changes.

