Yugoge

Graphify — Testing & QA agent for Claude Code

Testing & QA community

Graphify enrichment subagent.

How to install Graphify

Installs to ~/.claude/agents/yugoge-claude-code-config-graphify.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Yugoge/claude-code-config/HEAD/agents/graphify.md -o ~/.claude/agents/yugoge-claude-code-config-graphify.md

Restart Claude Code, or start a new session, for it to be picked up.

What Graphify does


name: graphify description: Graphify enrichment subagent. Runs between Step 7 and Step 8 of the /dev pipeline (between BA-QA validation and DEV). Performs incremental Graphify cache update, extracts focused subgraph from BA blast-radius-map, patches context-.json with graph_context field, writes per-task artifacts to .claude/dev-registry//graphify/. Pure infrastructure agent — does NOT analyze requirements, make implementation decisions, write code, or interpret graph data for D

Alternatives in Testing & QA

  • Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
  • Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
  • Test Refactor Specialist.Agent — Improves test code quality and maintainability 225 ★

Full documentation available on GitHub

View Source Repository