Constatar Verify banner
JairoTorregrosa JairoTorregrosa

Constatar Verify

Development community

Description

--- description: Verify a unit of work with grounded evidence via constatar argument-hint: "<unit-name> -- <oracle commands...>" --- Run ad-hoc rung-1 verification through the constatar engine so the evidence is journaled and grounded (never self-assessed). 1. Parse `$ARGUMENTS`: unit name, then oracle commands (split on `--`; if the user gave none, derive the project's canonical gate: test + lint + build commands from the repo's tooling). 2. `constatar verify --unit <name> --run-dir .constata

Installation

Installs to ~/.claude/skills/jairotorregrosa-jaiskills-constatar-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jairotorregrosa-jaiskills-constatar-verify && curl -fsSL https://raw.githubusercontent.com/JairoTorregrosa/jaiskills/HEAD/commands/constatar-verify.md -o ~/.claude/skills/jairotorregrosa-jaiskills-constatar-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository