Epic Claim banner
affaan-m affaan-m

Epic Claim

Development community

Description

--- description: Claim an epic issue, stamp coordination state, and sync local ownership. --- # /epic-claim Claim one epic issue as the source of truth for a unit of work. Use the coordination script: ```bash node scripts/github-coordination.js claim <issue-number> --repo <owner/repo> --actor <login> ``` What this does: 1. Loads the issue body and coordination block. 2. Marks the epic as claimed in GitHub issue state. 3. Updates labels and the local SQLite cache. 4. Appends an audit commen

Installation

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

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

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

Full documentation available on GitHub

View Source Repository