speclink-analyze

Analyze Speclink change artifacts for consistency and generate structured reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps in ensuring artifact consistency for Speclink changes by analyzing them, thereby providing confidence in their accuracy and reliability.

Core Features & Use Cases

  • Artifact Consistency Analysis: Automatically checks Speclink changes for consistency, covering various dimensions such as Coverage, Consistency, Ambiguity, and Gaps.
  • Automated Reporting: Generates a structured report with findings and recommendations, which can be used for decision-making.
  • Use Case: It can be invoked directly to analyze a specific change or automatically when all artifacts are complete in a change workflow.

Quick Start

To analyze the consistency of a change, simply run /speclink-analyze <change-name>.

Frequently Asked Questions about speclink-analyze

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

FAQPage Schema
How do I analyze Speclink change artifacts for consistency automatically?

To analyze Speclink change artifacts for consistency, run the command `/speclink-analyze <change-name>`. The tool automatically checks coverage, consistency, ambiguity, and gaps, then generates a structured report with findings and recommendations.

What is artifact consistency analysis for Speclink changes?

Artifact consistency analysis for Speclink changes is an automated process that checks change artifacts across dimensions like coverage, consistency, ambiguity, and gaps. It ensures accuracy and reliability, providing confidence in the changes before they are finalized.

Can I use the speclink-analyze CLI tool for programmatic JSON output?

Yes, the speclink-analyze CLI tool handles structured JSON output specifically for programmatic analysis. This allows developers to programmatically parse the consistency findings and recommendations for downstream decision-making.

When do I need to run artifact consistency checks in a Speclink workflow?

You need to run artifact consistency checks in a Speclink workflow either by invoking the tool directly for a specific change or automatically triggering it when all artifacts are complete. This ensures changes are validated before proceeding.

Does artifact consistency analysis require any specific dependencies or environments?

Artifact consistency analysis requires no external dependencies. It is designed for developers and PMs using the Speclink CLI, operating as a standalone script component to validate change artifacts without additional environment setup.