GGua REFERENCE日本語GitHub ↗
DOCS / CONTRIBUTING

Audit repository changes with reproducible evidence

Gua includes a read-only bug-hunting skill, an automatic post-change gate, and a cumulative pull-request audit harness.

Automatic gate after edits

Repository instructions require one focused validation pass followed by exactly one gua_auditor pass after files change. Its scope includes the cumulative branch diff and relevant untracked files. A final pass is allowed only after audit-led fixes.

Deliberate pull-request-wide audit

Review the cumulative diff from mainpowershell
git fetch origin main
./scripts/run-local-pr-audit.ps1 -Base origin/main

Add -Fix to let the parent validate supported findings, apply in-scope fixes, run focused checks, and repeat for at most four passes. Use -Sequential on a host that cannot sustain the concurrent review lanes.

See the repository audit guide for bounded delegation examples and exact behavior.