Fix Cluster banner
bryancollins99 bryancollins99

Fix Cluster

Testing community

Description

Fixes a cluster of related GitHub issues as a single pull request. Issue bodies are the spec. Args: issue numbers (`#22 #26 #39`) or a label (`trust`, `p0 trust`). ## Purpose Five small related bugs handled as five separate sessions costs five context loads, five branches and five reviews, and each fix is made without sight of the other four. This groups them: one root cause, one branch, one PR, one review. It is the execute half of a capture-and-execute pair. `/log-issue` puts findings in; t

Installation

Installs to ~/.claude/skills/bryancollins99-agent-skills-fix-cluster/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bryancollins99-agent-skills-fix-cluster && curl -fsSL https://raw.githubusercontent.com/bryancollins99/agent-skills/HEAD/skills/fix-cluster.md -o ~/.claude/skills/bryancollins99-agent-skills-fix-cluster/SKILL.md

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

Full documentation available on GitHub

View Source Repository