pharn-dev

Pharn Dev Verify — Testing skill for Claude Code

Testing community

Verify the feature was built CORRECTLY through two cleanly-separated layers.

How to install Pharn Dev Verify

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

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

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

What Pharn Dev Verify does


description: "Verify the feature was built CORRECTLY through two cleanly-separated layers. FLOOR layer: re-run the existing deterministic gates (npm test, floor/validate GREEN, check-structural over the feature's committed evals, lint) — these OWN the verdict (deterministic exit-code threshold, pharn/floor/check-verify.mjs). ADVISORY layer: role: verifier capabilities judge what a deterministic check cannot — they ANNOTATE, they NEVER flip the verdict (fix #3). Zero verifiers exist today (P7

Alternatives in Testing

Full documentation available on GitHub

View Source Repository