speckit-staff-review-run

Run multi-pass staff code reviews against Specify spec and plan files.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-staff-review-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-staff-review-run
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-staff-review-run
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-staff-review-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents broken, insecure, or non-compliant changes from reaching release by enforcing a read-only staff-level review against the implementation’s spec and plan.

Core Features & Use Cases

  • Pre-review safety gates: Validates prerequisites via repo scripts and loads review scope (FEATURE_DIR and AVAILABLE_DOCS) using absolute paths.
  • Spec-grounded multi-pass review: Checks correctness, security, performance/scalability, spec compliance/architecture, and test quality.
  • Structured evidence output: Generates a templated review report in FEATURE_DIR/reviews without modifying any source files.

Quick Start

Run the staff review by executing speckit-staff-review-run for the current implementation scope described in your Specify project files.

Frequently Asked Questions about speckit-staff-review-run

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

FAQPage Schema
How do I automate a staff-engineer level code review for spec compliance?

Automate a staff-engineer code review by running speckit-staff-review-run against your Specify project files. It executes a multi-pass review of git diffs, checking correctness, security, performance, and spec compliance, then outputs a structured read-only report under the feature directory's reviews folder.

What is a spec-grounded multi-pass code review and how does it work?

A spec-grounded multi-pass code review validates implementation changes against specification documents. It correlates git diffs or task-scoped files with spec.md, plan.md, and tasks.md to enforce correctness, security, performance, architecture compliance, and testing quality requirements.

Does the staff review process modify my source code files?

No, the staff review process is strictly read-only and does not modify source files. It performs prerequisite checks and generates a templated review report exclusively within the FEATURE_DIR/reviews directory to ensure your implementation remains untouched.

Can I use this spec compliance review tool without a .specify repository structure?

No, this review tool targets Specify-based repositories and requires the .specify structure to function. It depends on reading spec.md, plan.md, tasks.md, and optionally constitution.md to correlate git diffs and validate implementation scope correctly.

What's the best way to generate a security audit and performance report from a git diff?

Generate a security audit and performance report by executing the staff review on your current implementation scope. It analyzes git diffs or task-scoped files across multi-pass requirements, producing a structured evidence report covering security vulnerabilities and performance scalability issues.

Why does my code review fail the prerequisite safety gates before generating a report?

Prerequisite safety gates fail when required repository scripts or specification documents are missing or improperly configured. The review validates prerequisites and loads the review scope using absolute paths before proceeding to the multi-pass analysis and report generation phases.