← ClaudeAtlas

six-corner-auditlisted

Независимый аудит ОДНОГО финализированного артефакта ПО ФАКТУ перед пушем/мерджем: 6 углов + отдельный скептик, actor≠verifier, находки с file:line/SHA, GATED-вердикт — необратимое за оператором. Триггеры: «6-corner», «шесть углов», «скептик», «audit this PR/diff», «проверь/sanity-check чужую работу».
VibeEngineering-LLC/agent-ops-doctrine · ★ 0 · Data & Documents · score 72
Install: claude install-skill VibeEngineering-LLC/agent-ops-doctrine
# 6-Corner + Skeptic: Independent Audit by Fact A methodology for auditing ONE finalized artifact and returning an evidence-cited, gated verdict. The auditor judges and recommends; the operator decides the irreversible action. Use it for code PRs/diffs, docs, research claims, and data-extraction output — any artifact someone wants vetted before they trust or ship it. ## Three principles (read these first — they govern everything below) 1. **actor ≠ verifier.** The auditor must be independent of whoever produced the artifact. *Why:* a producer is blind to their own assumptions — they verify the thing they meant to build, not the thing they built. If THIS session wrote the artifact, you are not a valid auditor of it: delegate the audit to a fresh agent, or at minimum run the skeptic pass (Phase 3) as a separate independent verifier. On material / irreversible / security-relevant work this separation is mandatory, not optional. 2. **Anti-hallucination — every finding cites concrete evidence.** A verdict is only as good as the evidence under it: `file:line`, a commit SHA, a URL, a log offset, or a quoted source line. *Why:* "usually X" and "probably Y" are how a confident wrong audit launders a hallucination into an approval. If a fact cannot be located in the source, the honest verdict is **"не нашёл / not found in source"** — that is a finding, not a gap to paper over. 3. **Gate the ACTION.** Automate the *verdict*; gate the *action*. *Why: