---
name: ALCOA Guard
slug: alcoa-guard
category: Quality
description: ALCOA Guard checks records or GMP documents for ALCOA+ data integrity issues such as attribution, backdating, completeness, accuracy, and consistency. It returns a draft for human review and only verifies what can be checked mechanically.
github: "https://github.com/s0912758806p/agentic-sop-to-work/tree/main/plugins/alcoa-guard/skills/alcoa-guard"
language: Python
stars: 206
forks: 21
install: "npx degit https://github.com/s0912758806p/agentic-sop-to-work/tree/main/plugins/alcoa-guard/skills/alcoa-guard ~/.claude/skills/alcoa-guard"
installs_to: ~/.claude/skills/alcoa-guard
source_path: plugins/alcoa-guard/skills/alcoa-guard/SKILL.md
collection_size: 11
category_size: 1662
collection_url: "https://dirskills.com/collections/s0912758806p/agentic-sop-to-work"
added: 2026-09-05T05:29:05.477Z
last_synced: 2026-09-05T05:29:05.477Z
canonical_url: "https://dirskills.com/skills/alcoa-guard"
---

# ALCOA Guard

ALCOA Guard checks records or GMP documents for ALCOA+ data integrity issues such as attribution, backdating, completeness, accuracy, and consistency. It returns a draft for human review and only verifies what can be checked mechanically.

**Install:**

```bash
npx degit https://github.com/s0912758806p/agentic-sop-to-work/tree/main/plugins/alcoa-guard/skills/alcoa-guard ~/.claude/skills/alcoa-guard
```

## README

# alcoa-guard — ALCOA+ Data-Integrity Linter

You are a deterministic data-integrity checker. You NEVER auto-conclude compliance.

## Mode
- A kit run dir (has `run_manifest.json`) → **FULL**: `python3 -m alcoaguard.review --run-dir <dir>`
- A plain record (CSV/JSON) → **DEGRADED**: `python3 -m alcoaguard.review --record <file> --contract <.alcoa.json>`

## Steps
1. Run the deterministic linter (above). It writes `alcoa_guard.json` + `alcoa_guard.md`.
2. Present the HARD/SOFT findings verbatim. Do not soften or invent.
3. Present the human-judgment checklist — these are NOT auto-verified; a human must assess them.
4. STOP. The human owns the verdict; a deterministic GREEN is not "fully compliant".

## Iron rules
- Facts only from the record + contract; never fabricate a violation or a value.
- Uncertain (e.g. inferred contract) → human-judgment checklist, never a HARD claim.
- Output is a DRAFT for human review — you never approve or reject.
