artgraph-verify

Detect drift between requirements, code, and tests in git repositories.

12|2|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/mori-shin-x/artgraph --skill artgraph-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artgraph-verify
Source: https://github.com/mori-shin-x/artgraph/tree/main/.cursor/skills/artgraph-verify
Command: npx skills add https://github.com/mori-shin-x/artgraph --skill artgraph-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents technical debt and logic drift by automatically detecting discrepancies between your requirement specifications, implementation code, and verification tests.

Core Features & Use Cases

  • Drift Detection: Identifies when code implementations diverge from their linked requirement specifications.
  • Orphan & Coverage Analysis: Detects unused requirement tags and identifies requirements that lack corresponding implementation or test coverage.
  • Use Case: Run this skill before submitting a pull request to ensure that all recent changes align with the project requirements and that no new drift has been introduced.

Quick Start

Invoke the artgraph-verify skill to perform a consistency check on your current workspace changes.

Frequently Asked Questions about artgraph-verify

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

FAQPage Schema
How do I detect drift between requirement specifications and implementation code?

Detect drift between requirement specifications and implementation code by hashing linked symbols and verifying consistency against defined requirement IDs. This approach identifies orphans, uncovered requirements, and implementation mismatches within local git repositories.

What is requirement coverage analysis and how does it find orphan tags?

Requirement coverage analysis finds orphan tags by detecting unused requirement tags and identifying requirements lacking corresponding implementation or test coverage. It validates project integrity by hashing linked symbols without using LLMs.

Do I need an artgraph environment to check spec and test consistency?

Yes, you need a configured artgraph environment to check spec and test consistency. The verification operates on local git repositories to validate project integrity against defined requirement IDs without relying on LLMs.

How do I ensure code and test consistency before submitting a pull request?

Ensure code and test consistency before submitting a pull request by running a consistency check on your current workspace changes. This detects technical debt and logic drift by identifying discrepancies between specifications, code, and tests.

Can I verify compliance and specifications without using an LLM?

Yes, you can verify compliance and specifications without using an LLM. The consistency check operates deterministically by hashing linked symbols and comparing them across requirement specs, implementation code, and tests in local git repositories.