project-orchestrator:spec-reviewer

Verify source code implementations against task specifications with file:line references.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-spec-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-orchestrator:spec-reviewer
Source: https://github.com/GigaFyde/project-orchestrator/tree/main/skills/spec-reviewer
Command: npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-spec-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that code changes actually implement the stated task specification by independently reading the changed source files and the living design document instead of relying on the implementer's report.

Core Features & Use Cases

  • Independent Verification: Read task specifications, living state docs, and modified source files to confirm every required behavior is present.
  • Precision Reporting: Produce a checklist-style verdict with file:line references for missing requirements, extra work, and misinterpretations.
  • Project-Aware Checks: Validate API conventions, framework patterns, event schemas, and correct repository/branch targeting according to project CLAUDE.md guidelines.

Quick Start

Ask the spec reviewer to validate an implementation by providing the task specification, the implementer's report, the living state document path, and the list of changed files.

Frequently Asked Questions about project-orchestrator:spec-reviewer

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

FAQPage Schema
How do I verify code changes actually match task specifications?

Verify code changes against task specifications by independently reading modified source files and living state documents to check requirement coverage, rather than relying on the implementer's report. This ensures every required behavior is actually present in the code.

What is independent spec review in software development?

Independent spec review is a verification process that reads changed source files line-by-line to validate implementations against task specifications and living design documents. It detects missing requirements, extra work, and misinterpretations without trusting the implementer's report.

How do I check requirement coverage and find missing behaviors in source files?

Check requirement coverage by reading actual source files line-by-line to confirm every required behavior is present. This produces a checklist-style verdict with file:line references for missing requirements, extra work, and misinterpretations.

Can I validate API conventions and event schemas during code review?

Yes, project-aware checks validate API conventions, framework patterns, event schemas, and correct repository or branch targeting according to project guidelines. This confirms implementation adherence to project-specific contracts.

How do I report implementation discrepancies with precise file references?

Report implementation discrepancies by generating a checklist-style verdict that includes file:line references for each missing requirement, extra work, and misinterpretation found in the changed source files.

What do I need to validate an implementation against its task specification?

Validating an implementation requires providing the task specification, the implementer's report, the living state document path, and the list of changed files. The reviewer reads these to independently confirm requirement coverage.