Feature Pr Verifier banner
mthines mthines

Feature Pr Verifier

Development community

Description

--- name: feature-pr-verifier description: Independent fresh-context verifier for feature PRs produced by /autonomous-workflow. Receives only the plan.md (Acceptance Criteria, Requirements, File Changes), walkthrough.md, the PR diff, and the project test command — explicitly NOT the planner's reasoning, the executor's reasoning, or any chat history. Runs ACCEPTANCE_CRITERIA_MATCH (every criterion is verifiable from the diff), PASS_TO_PASS (existing tests still pass), diff sanity (no catch-all ex

Installation

Installs to ~/.claude/agents/mthines-agent-skills-feature-pr-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mthines/agent-skills/HEAD/agents/feature-pr-verifier.md -o ~/.claude/agents/mthines-agent-skills-feature-pr-verifier.md

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

Full documentation available on GitHub

View Source Repository