spec-review

Verify acceptance criteria have corresponding code and tests during PR reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kynetic-ai/kynetic-bot --skill spec-review-kynetic-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spec-review
Source: https://github.com/kynetic-ai/kynetic-bot/tree/main/.claude/skills/spec-review
Command: npx skills add https://github.com/kynetic-ai/kynetic-bot --skill spec-review-kynetic-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that a given spec's acceptance criteria have corresponding implementation and tests, and highlights gaps between the spec and the codebase to prevent incomplete features.

Core Features & Use Cases

  • Automates verification of acceptance criteria coverage by locating implementation and test references.
  • Performs gap analysis to surface missing functionality, edge cases, or insufficient tests.
  • Generates concise, PR-ready reports to help engineers, reviewers, and product managers confirm spec alignment.
  • Supports integration into existing review workflows to catch issues early in the development cycle.

Quick Start

Run the spec-review workflow on a PR to verify acceptance criteria coverage and surface gaps.

Frequently Asked Questions about spec-review

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

FAQPage Schema
How do I verify acceptance criteria coverage during a PR review?▼

Verify acceptance criteria coverage by running an automated spec-review workflow on the PR, which locates implementation and test references for each criterion and generates a structured verification report.

What is spec gap analysis and how does it prevent incomplete features?▼

Spec gap analysis checks that each acceptance criterion has corresponding code and tests, surfacing missing functionality, edge cases, or insufficient tests to prevent incomplete features from merging.

How do I automate checking that my codebase aligns with my spec?▼

Automate spec alignment by applying a verification workflow that reads acceptance criteria, locates implementation and tests in the codebase, and generates a concise report highlighting any gaps between spec and code.

Can I integrate spec verification into my existing code review workflow?▼

Yes, spec verification supports integration into existing review workflows to catch issues early in the development cycle, producing PR-ready reports that help engineers, reviewers, and product managers confirm spec alignment.

What's the best way to surface missing tests for acceptance criteria?▼

The best way to surface missing tests is to run an automated gap analysis that reads acceptance criteria, locates corresponding implementation and test references, and generates a structured report identifying insufficient or absent test coverage.