check-impl-against-spec

Compare pull request diffs against spec_context.md to verify implementation adherence.

144|16|Updated May 3, 2026
One-click install
npx skills add https://github.com/Terry-Mao/AICodingFlow --skill check-impl-against-spec-terry-mao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-impl-against-spec
Source: https://github.com/Terry-Mao/AICodingFlow/tree/main/.github/skills/check-impl-against-spec
Command: npx skills add https://github.com/Terry-Mao/AICodingFlow --skill check-impl-against-spec-terry-mao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies whether a pull request's code implementation adheres to the approved specification, aiding in thorough code reviews.

Core Features & Use Cases

  • Spec Alignment: Compare pull request changes against a documented specification to ensure adherence.
  • Material Mismatch Detection: Identify deviations that significantly affect the intended behavior or functionality.
  • Enhanced Code Review: Integrates with review processes to provide insights into code deviations.

Quick Start

Run 'check-impl-against-spec' during PR review to verify implementation against 'spec_context.md'.

Frequently Asked Questions about check-impl-against-spec

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

FAQPage Schema
How do I check if a PR implementation aligns with the approved specification?

To check PR implementation alignment, compare the pull request diff against the documented specification in 'spec_context.md' to identify any deviations from intended behavior.

What is specification alignment in code review?

Specification alignment in code review is the process of verifying that pull request changes adhere to the approved specification, ensuring implementation matches intended functionality.

How do I detect deviations between code changes and documented requirements?

Detect deviations by analyzing the PR diff and comparing it directly against specification content to identify material mismatches that affect intended behavior or functionality.

Can I use this skill for pull request reviews without a spec_context.md file?

No, this skill requires a 'spec_context.md' file to function, as it compares pull request code changes directly against the documented specification content to verify adherence.

Does this skill detect all types of code deviations or just material mismatches?

The skill focuses on detecting material mismatches, identifying deviations that significantly affect the intended behavior or functionality specified in the approved documentation.