artgraph-graph-primitive-impact

Analyze artgraph graph primitive changes with a 24-point impact check.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents silent regressions in the artgraph dependency graph by identifying hidden downstream impacts before code changes are implemented.

Core Features & Use Cases

  • Impact Analysis: Executes a 24-point check to map how changes to graph primitives (BFS, edge semantics, ID resolution) affect CLI commands and gate paths.
  • Risk Mitigation: Identifies silent breakage points in graph-core functions that standard grep cannot detect.
  • Use Case: When planning a PR that modifies src/graph/traverse.ts, use this Skill to generate a ranked list of potentially broken paths to ensure all affected CLI commands and tests are accounted for.

Quick Start

Use the artgraph-graph-primitive-impact skill to perform a shift-left impact investigation for the proposed changes to the graph traversal logic.

Frequently Asked Questions about artgraph-graph-primitive-impact

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

FAQPage Schema
How do I detect silent regressions when modifying graph traversal logic?

Shift-left impact analysis detects silent regressions by running a 24-point check that maps modifications to graph primitives like BFS and edge semantics against affected CLI commands and gate paths, identifying hidden downstream breakage standard grep misses.

What is shift-left impact analysis for graph core dependencies?

Shift-left impact analysis is a preventive check that maps how modifications to graph traversal, edge semantics, or ID resolution affect CLI commands and tests, identifying hidden downstream impacts before code changes are implemented.

How do I perform an impact investigation for a PR modifying edge semantics?

Apply strict cross-file grep protocols and gate path verification to the modified edge semantics to generate a ranked list of potentially broken paths, ensuring all affected CLI commands and tests are fully accounted for.

Why does standard grep miss breakage points in graph-core functions?

Standard grep misses breakage points in graph-core functions because it cannot trace silent regression paths through complex graph traversal logic and ID resolution, requiring a dedicated 24-point analysis for complete CLI and test dependency coverage.

When do I need to run a 24-point impact analysis on graph primitives?

Run a 24-point impact analysis when planning a PR that modifies src/graph/traverse.ts, edge semantics, or core function signatures, ensuring complete coverage of CLI and test dependencies before implementing code changes.