ten-pass-verification

Execute a 10-pass verification workflow on pull request code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures thorough code review by implementing a rigorous 10-pass verification process, preventing code from being merged without adequate scrutiny and reducing the time PRs spend in review.

Core Features & Use Cases

  • Multi-faceted Review: Employs 10 distinct verification passes, each with a specific focus (e.g., code style, API contract, evidence validation, testing).
  • Parallel Execution: Runs verification passes concurrently to minimize overall review time.
  • Mandatory Feedback: Requires each pass to comment on the Pull Request, providing specific feedback or confirmation.
  • Prompt Merging: Facilitates rapid merging once all 10 passes are successfully completed and commented.
  • Use Case: A developer submits a Pull Request. The ten-pass verification skill automatically triggers 10 different checks in parallel. Each check comments on the PR with its findings. Once all 10 checks have commented and passed, the PR is automatically merged.

Quick Start

Initiate the ten-pass verification process for the current pull request.

Frequently Asked Questions about ten-pass-verification

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

FAQPage Schema
How do I automate code review for a pull request to speed up merges?

Automating code review involves running a multi-pass verification workflow on pull requests, executing checks for code style, API validation, and testing concurrently. Each pass comments directly on the PR, enabling prompt merging once all checks pass successfully.

What does multi-pass code verification check for in a CI/CD pipeline?

Multi-pass code verification in a CI/CD pipeline checks code style, API contracts, evidence integrity, and test execution. It coordinates multiple agents to mandate comments on the pull request from each pass, preventing code from being merged without adequate scrutiny.

How do I ensure all pull request checks pass before automatic merging?

Ensure all pull request checks pass by requiring mandatory feedback comments from each verification pass, including code style and test execution. Once all 10 checks have commented and passed, the pull request is automatically merged to achieve faster review cycles.

Can I run multiple code quality checks in parallel on a pull request?

Yes, you can run multiple code quality checks in parallel on a pull request using a coordinated verification workflow. This parallel execution minimizes overall review time while ensuring each check provides mandatory comments before merging.

Does automated pull request verification work without adding external dependencies?

Automated pull request verification works without external dependencies by coordinating internal agents to execute checks for API validation and evidence integrity. It mandates comments on the pull request from each pass to ensure thorough review prior to merging.