MatrixFounder

Heal Issues — Productivity skill for Claude Code

Productivity community

Read and execute the workflow defined in .agent/workflows/heal-issues.md.

How to install Heal Issues

Installs to ~/.claude/commands/matrixfounder-agentic-development-heal-issues.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/MatrixFounder/Agentic-development/HEAD/.claude/commands/heal-issues.md -o ~/.claude/commands/matrixfounder-agentic-development-heal-issues.md

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

What Heal Issues does

Read and execute the workflow defined in `.agent/workflows/heal-issues.md`.

Follow all steps sequentially — SELECT → REPRODUCE → FIX → VERIFY & FILE → REPORT. Honor every hard rail: branch-only (never commit to the base branch, never push/merge/PR), explicit `auto_fixable: true` opt-in only, bounded iterations and attempts, protected paths, replication protocol, surgical staging. Export `RUN_FEEDBACK_HOOKS=0` for the whole run.

Apply all Global Protocols (skill-session-state).

User's argument

Alternatives in Productivity

Full documentation available on GitHub

View Source Repository