augur
Assess working-tree, staged, range, or CI change risk and gates with fledge augur.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Assess working-tree, staged, range, or CI change risk and gates with fledge augur.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Validate, route, inspect, or run agent.3md manifests and typed tool templates.
Coordinate CorvidLabs agents through discovery, observation, execution, and verification.
Inspect spec ownership, drift, coverage, review queues, and gaps with fledge atlas.
Verify or record reviewed commit provenance, policy gates, and audit exports with fledge attest.
Keep CI, pre-push verification, and release evidence tied to the current committed revision.
Build, modify, test, review, or release CorvidLabs Swift packages with Fledge-first and Swift 6 discipline.
| name | augur |
| description | Assess working-tree, staged, range, or CI change risk and gates with fledge augur. |
Use Augur for deterministic change-risk evidence (churn, coupling, test gaps, sensitive
paths, ownership, revert history). Verdicts are proceed, review, or block. It
supplements tests and review; it does not approve a change. No API key or LLM required.
Use the Fledge plugin repo CorvidLabs/fledge-plugin-augur (not the standalone augur
kit alone). The public plugin targets macOS 13+. Confirm with fledge augur --help
after install.
fledge plugins install CorvidLabs/fledge-plugin-augur
fledge augur --help
fledge augur help check
fledge augur help gate
fledge augur check -C . --json
fledge augur check -C . --staged --json
fledge augur check -C . --range <base>..<head> --json
fledge augur check -C . --verbose --json
check reports findings but exits successfully. Default scope is the working-tree diff.
Working-tree assessment includes non-ignored untracked files. Staged and range
scopes do not—inventory untracked files separately before relying on a clean staged or
range report.
fledge augur gate -C . --threshold review --json
fledge augur gate -C . --threshold block --json
fledge augur gate -C . --range <base>..<head> --threshold review --json
Thresholds: proceed, review (default), or block. gate exits nonzero when the
verdict meets or exceeds the selected threshold. Record the exact revision and scope with
the result.
To attach Augur output when recording provenance, see the attest skill (--from-augur).