pharn-dev

Pharn Verify — Testing skill for Claude Code

Testing community

Verify a built feature CORRECTLY in the USER's codebase through two cleanly-separated layers — the sixth product-pipeline stage (spec → plan → grill → build → regress → verify → ship).

How to install Pharn Verify

Installs to ~/.claude/commands/pharn-dev-pharn-oss-pharn-verify.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pharn-dev/pharn-oss/HEAD/.claude/commands/pharn-verify.md -o ~/.claude/commands/pharn-dev-pharn-oss-pharn-verify.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pharn Verify does


description: "Verify a built feature CORRECTLY in the USER's codebase through two cleanly-separated layers — the sixth product-pipeline stage (spec → plan → grill → build → regress → verify → ship). FLOOR layer: re-run the PROJECT's OWN deterministic gates (its tests / lint / type-check / build, discovered generically), ONCE at HEAD, plus one structural: gate per committed eval pair the feature ships — these OWN the verdict by an ABSOLUTE exit-code threshold (pharn/floor/check-veri

Alternatives in Testing

  • OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
  • Gsd To Autoforge Spec — Convert GSD codebase mapping to AutoForge app_spec.txt 1.8k ★
  • Grill — Sharpen a fuzzy idea into §G/§C before spec 1.1k ★

Full documentation available on GitHub

View Source Repository