affaan-m

Epic Unblock — Development skill for Claude Code

Development community

Sweep blocked epic issues and reopen anything whose dependencies are closed.

How to install Epic Unblock

Installs to ~/.claude/skills/affaan-m-ecc-epic-unblock/SKILL.md

Terminal
mkdir -p ~/.claude/skills/affaan-m-ecc-epic-unblock && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/HEAD/commands/epic-unblock.md -o ~/.claude/skills/affaan-m-ecc-epic-unblock/SKILL.md

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

What Epic Unblock does


description: Sweep blocked epic issues and reopen anything whose dependencies are closed.

/epic-unblock

Sweep blocked epics whose declared dependencies are complete.

node scripts/github-coordination.js unblock --repo 

What this does:

  1. Scans epic issues in the repository.
  2. Checks each blocked epic's dependency list.
  3. Moves fully unblocked epics to ready.
  4. Updates labels, comments, and local snapshots.

Compatibility aliases:

  • /loop-status

Alternatives in Development

  • Reddit Fetch — Fetches Reddit content via Gemini CLI when WebFetch is blocked or returns 403 errors 6.5k ★
  • 03 Findagrave Sweep — Find a Grave Sweep 1.1k ★
  • Maestro Ralph — Closed-loop policy over the canonical Session/Run chain 530 ★

Full documentation available on GitHub

View Source Repository