speclink-verify

Verify code implementations against spec artifacts using the Speclink CLI.

1|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/MomoChenisMe/speclink --skill speclink-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speclink-verify
Source: https://github.com/MomoChenisMe/speclink/tree/main/.claude/skills/speclink-verify
Command: npx skills add https://github.com/MomoChenisMe/speclink --skill speclink-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires speclink, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The speclink-verify Skill automates the verification of implementation against spec artifacts in a Spec-Driven Development (SDD) project, ensuring compliance and quality.

Core Features & Use Cases

  • Implementation Verification: Ensures that the implementation aligns with the spec artifacts like tasks, designs, and scenarios.
  • Completeness, Correctness, and Coherence Checks: Verifies the completeness of tasks, correctness of implementation against requirements, and coherence with design decisions.
  • Integration with Speclink CLI: Requires the Speclink CLI to execute verification steps and access project specifications.
  • Use Case: Ideal for developers and project managers in SDD environments to validate code against project specifications, especially for integration testing or pull request verification.

Quick Start

Verify the implementation of the project by running /speclink-verify followed by the change name (e.g., /speclink-verify add-auth).

Frequently Asked Questions about speclink-verify

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

FAQPage Schema
How do I verify code implementation against spec artifacts in Spec-Driven Development?

To verify code implementation against spec artifacts in Spec-Driven Development, you can run a verification skill that parses project specifications and checks code for completeness, correctness, and coherence with design decisions.

How does automated spec-driven development verification work for pull requests?

Spec-driven development verification works by integrating with the Speclink CLI to parse project specifications and run automated checks, ensuring your code aligns with tasks, designs, and scenarios during pull request validation.

Do I need the Speclink CLI to run spec-driven code verification checks?

Yes, you need the Speclink CLI installed to execute spec-driven code verification checks, as the verification process relies on it to access project specifications and run the required validation steps.

What's the best way to check the completeness and correctness of tasks in an SDD project?

The best way to check the completeness and correctness of tasks in an SDD project is to run an implementation verification command like `/speclink-verify` followed by the specific change name.

Can I use spec verification for integration testing in a Spec-Driven Development environment?

Yes, you can use spec verification for integration testing in a Spec-Driven Development environment to validate that your code implementation maintains integrity and complies with project specifications.

Why does spec-driven code verification fail to detect coherence issues with design decisions?

Spec-driven code verification detects coherence issues by parsing spec artifacts like designs and scenarios, but it requires properly structured specifications to accurately verify implementation alignment with those design decisions.