augur
Assess working-tree, staged, range, or CI change risk and gates with fledge augur.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assess working-tree, staged, range, or CI change risk and gates with fledge augur.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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).