Break Into Gh Issues banner
oalders oalders

Break Into Gh Issues

Development community

Description

--- description: Splits big issues into reviewable chunks with tracking issue --- Break down the current feature or work into small, manageable GitHub issues. **Label Management**: Before using any label that may not exist, create it first using `gh label create "<label-name>" --description "<description>" --color "<hex-color>"` (the command succeeds either way: creating the label if it doesn't exist, or printing a message if it does). ## Decision Criteria Choose the appropriate approach bas

Installation

Installs to ~/.claude/skills/oalders-kitchen-sink-break-into-gh-issues/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oalders-kitchen-sink-break-into-gh-issues && curl -fsSL https://raw.githubusercontent.com/oalders/kitchen-sink/HEAD/commands/break-into-gh-issues.md -o ~/.claude/skills/oalders-kitchen-sink-break-into-gh-issues/SKILL.md

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

Full documentation available on GitHub

View Source Repository