Architecture Impact

Turns a PR diff into a before/after architecture doc for PMs, with an honest risk section.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · c74e6cf

Ran it live on cli/cli PR #13864 (add a Grok agent-host entry): the skill correctly classified the change as non-architectural and routed to a one-line brief note instead of forcing manufactured before/after diagrams onto a trivial table addition -- exactly the discipline a naive prompt wouldn't show.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 4/5

What Architecture Impact does

Reads a GitHub PR (via gh CLI), classifies changes as architectural vs. implementation, and only produces diagrams/write-up when the change is genuinely structural. Triggers on requests to explain a PR's architectural before/after, what it enables, and what risk it introduces; skips straight to a one-line brief note for non-architectural PRs instead of manufacturing diagrams.

How to install Architecture Impact

git clone https://github.com/AlemTuzlak/skills.git
cd skills
mkdir -p ~/.claude/skills
cp -r skills/architecture-impact ~/.claude/skills/architecture-impact

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Architecture Impact

  • /architecture-impact Turns a PR diff into a before/after architecture doc for PMs, with an honest risk section.

It also activates on plain-language prompts like these:

  • What's the architectural before-and-after story for PR #482?
  • Can you assess the structural risk this diff introduces before merge?
  • Write a PM-friendly summary of what this pull request changes architecturally

Frequently asked questions

Is the Architecture Impact skill free?
Yes. The skill itself is free from AlemTuzlak/skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Architecture Impact work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran it live on cli/cli PR #13864 (add a Grok agent-host entry): the skill correctly classified the change as non-architectural and routed to a one-line brief note instead of forcing manufactured before/after diagrams onto a trivial table addition -- exactly the discipline a naive prompt wouldn't show.
What is the Architecture Impact SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
How do I install Architecture Impact?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Architecture Impact with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.