speckit-staff-review-run

Automate staff-level code review for correctness, security, performance, and spec compliance.

60|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-staff-review-run-ahmedemad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-staff-review-run
Source: https://github.com/ahmedemad3/super-ai-agency-framework/tree/main/.agent/skills/speckit-staff-review-run
Command: npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-staff-review-run-ahmedemad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a staff-level review of code changes to verify correctness, security, performance, and spec compliance.

Core Features & Use Cases

  • Thoroughly analyzes implementation changes against spec-kit constraints and project conventions.
  • Produces a structured, read-only review report suitable for gatekeeping before shipping.
  • Provides actionable findings with severity, recommended fixes, and coverage tracking.

Quick Start

Summarize the latest changes and generate a structured staff review report.

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-level code review for spec compliance?

You can automate code review by applying this Skill to Spec-Kit projects with a .specify directory. It reads spec.md, plan.md, and tasks.md to assess changes and produce a read-only findings report with severity and spec coverage.

What does automated spec compliance review check for in my code?

The review thoroughly analyzes implementation changes against spec-kit constraints and project conventions, providing actionable findings with severity levels, recommended fixes, and coverage tracking.

Does automated spec review work with my Spec-Kit project setup?

Yes, it enforces prerequisites by requiring a .specify directory containing spec.md, plan.md, and tasks.md to bound scope and accurately assess changes against your project conventions.

How do I generate a structured code review report before shipping?

Summarize your latest changes and run the review to generate a structured staff review report. This read-only output provides actionable findings with severity, recommended fixes, and coverage tracking for gatekeeping before shipping.

What are the limitations of automating code review with spec-kit?

The approach is limited to Spec-Kit projects containing a .specify directory. It enforces prerequisites, bounds scope to spec.md, plan.md, and tasks.md, and outputs a strictly read-only findings report without applying fixes.