End-to-End Verifier

Verify software workflows via tests, documentation, milestones, hooks, and PR checks.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jimmymalhan/codereview-pilot --skill end-to-end-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: End-to-End Verifier
Source: https://github.com/jimmymalhan/codereview-pilot/tree/main/.claude/skills/end-to-end-verifier
Command: npx skills add https://github.com/jimmymalhan/codereview-pilot --skill end-to-end-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that entire workflows are completed correctly and that all components align with their intended outcomes, going beyond simple unit tests.

Core Features & Use Cases

  • Comprehensive Verification: Checks unit tests, integration tests, documentation accuracy, milestone alignment, skill-behavior consistency, hook enforcement, and critical user workflows.
  • Automated Quality Assurance: Acts as a final gatekeeper before code merge or task completion.
  • Use Case: After a developer completes a new feature, this Skill can be triggered to automatically run all tests, verify that the documentation reflects the new functionality, and confirm that any associated GitHub milestones are updated correctly.

Quick Start

Use the End-to-End Verifier skill to verify the completion of task 'TASK-123' which modified files 'src/app.js' and 'docs/readme.md'.

Frequently Asked Questions about End-to-End Verifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify software development workflow completion before merging code?

To verify software development workflow completion, run unit tests, integration tests, and precheck hooks to validate documentation accuracy, milestone alignment, and critical user workflows before merging.

What is comprehensive end-to-end verification in continuous integration?

Comprehensive end-to-end verification in continuous integration checks unit tests, integration tests, documentation accuracy, milestone alignment, skill-behavior consistency, and hook enforcement as a final quality assurance gatekeeper.

How do I check documentation accuracy and milestone alignment after completing a feature?

Check documentation accuracy and milestone alignment by verifying that project documentation reflects new functionality and confirming associated GitHub milestones are updated correctly through automated git diff checks.

Do I need npm test and git diff to validate task completion?

Yes, validating task completion requires npm test, bash precheck hooks, git diff, and gh pr checks to confirm evidence and adherence to project standards before proceeding with workflow completion.

Can I use automated quality assurance to enforce hook compliance in CI/CD pipelines?

You can use automated quality assurance to enforce hook compliance in CI/CD pipelines by running commit-precheck scripts and gh pr checks to confirm all changes adhere to project standards.

What's the best way to validate critical user workflows beyond simple unit tests?

The best way to validate critical user workflows beyond simple unit tests is to perform comprehensive verification that checks integration tests, documentation accuracy, milestone alignment, and skill-behavior consistency.