---
name: Factory Verify
slug: factory-verify
category: Quality
description: Factory Verify independently checks a factory pull request, including fail-closed gates, negative test proof, scope, and load-bearing review. Use it when you need to verify changes against the factory contract and charter.
github: "https://github.com/addyosmani/factory/tree/main/template/.agents/skills/factory-verify"
language: Shell
stars: 174
forks: 13
install: "npx degit https://github.com/addyosmani/factory/tree/main/template/.agents/skills/factory-verify ~/.claude/skills/factory-verify"
installs_to: ~/.claude/skills/factory-verify
source_path: template/.agents/skills/factory-verify/SKILL.md
collection_size: 12
category_size: 1817
collection_url: "https://dirskills.com/collections/addyosmani/factory"
added: 2026-09-07T05:22:06.921Z
last_synced: 2026-09-07T05:22:06.921Z
canonical_url: "https://dirskills.com/skills/factory-verify"
---

# Factory Verify

Factory Verify independently checks a factory pull request, including fail-closed gates, negative test proof, scope, and load-bearing review. Use it when you need to verify changes against the factory contract and charter.

**Install:**

```bash
npx degit https://github.com/addyosmani/factory/tree/main/template/.agents/skills/factory-verify ~/.claude/skills/factory-verify
```

## README

# Factory PR verification for Codex

Read `docs/factory/CONTRACT.md`, `docs/factory/CHARTER.md`, and then the canonical workflow
in `.claude/skills/factory-verify/SKILL.md`. Use a fresh subagent for any critic pass and the
shared `.factory/scripts/prove-test.sh` procedure for negative test proof.
