ix-infrastructure

Ix Impact — Testing skill for Claude Code

Testing community

Change risk analysis — blast radius, affected systems, and what to test.

How to install Ix Impact

Installs to ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-impact/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-impact && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-opencode-plugin/HEAD/commands/ix-impact.md -o ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-impact/SKILL.md

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

What Ix Impact does


name: ix-impact description: Change risk analysis — blast radius, affected systems, and what to test. Depth scales with risk level; low-risk targets stop early. argument-hint:

Check `command -v ix` first. If unavailable, use Grep to find all usages and estimate impact manually.

Pro check (optional)

Run once at the start:

ix briefing --format llm 2>&1

If it returns JSON with a `revision` field, Pro is available. Extract `openBugs` for use in Pro steps be

Alternatives in Testing

  • Pua — Use when the user invokes /pua or asks for PUA mode, try-harder/retry help, change-approach coaching, completi 19.5k ★
  • Fixtests — Systematic test failure analysis and remediation 849 ★
  • Test After Change Diagnostics.V1 — If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error) 272 ★

Full documentation available on GitHub

View Source Repository