Pharn Dev Verify — Testing skill for Claude Code
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
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
- Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
- OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
- /test-factory - Test Generated Skills Or Agents — Quick testing helper for generated skills and agents to ensure they work correctly 618 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Pharn Verify
Verify a built feature CORRECTLY in the USER's codebase through two cleanly-separated layers — the sixth produ
Pharn Dev Build
Execute ONE approved PLAN.md increment. Verify the spec content-hash still matches, write each Capability WITH
Running Verification Suite
!npm test 2>&1 true !npm run typecheck 2>&1 true !npm run lint 2>&1 true ---
Testing MCP Tools
Use when adding new MCP tools, modifying existing tools, or changing the TradingView API client. Ensures tools
Verify Spec
Verify that a generated spec document preserves all upstream requirements and has no structural quality issues
Reduce Golang Detections Skill
Claude Code skill for systematically reducing VirusTotal/EDR detection rates on compiled Go binaries via PE st
Related Agents
Backend Eng
Use for the schema, contract, repository, service, and controller layers of Phase A, once a module is in scope
Render QA
Renders a built artboard, records deterministic visual/GIF evidence, and applies render, contrast, seam, motio
Chezmoi Template Validator
Validate that every chezmoi .tmpl file in this repo renders cleanly across all supported machine_type × archit