skill-staged-review

Validate spec compliance and code quality through staged multi-LLM review.

1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/mhdxbilal/Ai --skill skill-staged-review-mhdxbilal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-staged-review
Source: https://github.com/mhdxbilal/Ai/tree/main/.claude/skills/skill-staged-review
Command: npx skills add https://github.com/mhdxbilal/Ai --skill skill-staged-review-mhdxbilal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stage the review process to prevent defects by validating both intended outcomes and implementation quality before merging.

Core Features & Use Cases

  • Stage 1 verifies spec compliance against intent contracts and boundaries.
  • Stage 2 performs a comprehensive code quality assessment, including architecture alignment, error handling, and security considerations, with multi-LLM synthesis.
  • Use Case: when preparing a major feature or PR that requires rigorous validation and cross-model review.

Quick Start

Provide a staged review on the current PR to ensure spec compliance precedes code-quality gates.

Frequently Asked Questions about skill-staged-review

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

FAQPage Schema
What is staged code review for PRs?

Staged code review is a validation process that separates spec compliance checks from code quality assessments. By applying sequential review gates, it ensures intended outcomes match implementation boundaries before evaluating architecture, error handling, and security in pull requests.

How do I verify spec compliance before a code quality check?

You verify spec compliance by applying a Stage 1 review gate that loads intent contracts and checks boundaries before proceeding. This ensures the PR fulfills intended outcomes prior to executing Stage 2 code quality assessments like architecture alignment and security analysis.

When do I need multi-LLM synthesis for code review?

You need multi-LLM synthesis for code review when preparing major feature releases or high-risk changes that require rigorous cross-model validation. It delivers a unified quality verdict by aggregating multiple model perspectives on architecture, error handling, and security considerations.

Can I use staged review gates for high-risk feature releases?

Yes, staged review gates apply directly to high-risk feature releases and major PRs. The two-stage process validates intent contracts, detects stubs, and performs boundary checks, making it suitable for rigorous validation across software projects before merging.

What's the best way to detect stubs and check boundaries in a PR?

The best way to detect stubs and check boundaries is applying a Stage 1 review gate that validates spec compliance against intent contracts. This automated boundary check identifies incomplete implementations before advancing to Stage 2 code quality assessment.