openspec-review

Automate code and specification reviews for OpenSpec workflows.

17|7|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/gqcn/openspec-practice --skill openspec-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-review
Source: https://github.com/gqcn/openspec-practice/tree/main/.agents/skills/openspec-review
Command: npx skills add https://github.com/gqcn/openspec-practice --skill openspec-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec Review centralizes and automates the code and specification review process for the OpenSpec workflow. It reduces manual coordination, ensures consistency with CLAUDE.md, and accelerates validation before archiving changes.

Core Features & Use Cases

  • Automates scope-based reviews triggered by change events in the OpenSpec workflow (apply, feedback, and archive).
  • Loads and validates all specifications from CLAUDE.md as the single source of truth.
  • Performs backend, API, and E2E review checks and generates a structured review report.
  • Supports manual invocation to review a current change or to re-check specific areas.

Quick Start

Execute a review by issuing a request for OpenSpec Review on the current change.

Frequently Asked Questions about openspec-review

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

FAQPage Schema
How do I automate code and specification reviews for OpenSpec workflows?

You can automate code and specification reviews by triggering OpenSpec Review after task completion in apply, feedback, and archive events, or by manually invoking it to check current changes. It validates against CLAUDE.md and produces a structured review report.

What is the best way to validate changes against CLAUDE.md before archiving?

The best way to validate changes against CLAUDE.md before archiving is using OpenSpec Review, which loads all specifications as the single source of truth and performs scope-driven checks automatically before the archive step.

Can I manually trigger an API and E2E review for my current code changes?

Yes, you can manually trigger API and E2E reviews for your current code changes by explicitly requesting a review, such as typing 'review this code' or invoking the OpenSpec Review command directly on your active task.

Does OpenSpec workflow review cover backend, API, and E2E testing checks?

Yes, OpenSpec workflow review covers backend, API, and E2E testing checks. It implements scope-driven validation against your loaded specifications and generates a structured report detailing the results of each review step.

Why should I use automated specification reviews instead of manual code checks?

Automated specification reviews reduce manual coordination and ensure consistency with CLAUDE.md. By centralizing backend, API, and E2E checks into a structured report, it accelerates validation and prevents human error before archiving changes.