From Michael Holley's Dev Workflows
Rewrite an existing GitHub issue for the current repository using the GitHub CLI, codebase context, and any matching issue template. Use when the user wants to improve, clarify, normalize, or fully rewrite a GitHub issue by issue number.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflows:rewrite-gh-issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Improve an existing GitHub issue by gathering the current issue content, investigating the local codebase for relevant context, asking focused follow-up questions to fill in missing details, and rewriting the issue in a clearer, more actionable structure. If a matching GitHub issue template exists in the workspace, use its style and structure. Always ask the user for final confirmation before u...
Improve an existing GitHub issue by gathering the current issue content, investigating the local codebase for relevant context, asking focused follow-up questions to fill in missing details, and rewriting the issue in a clearer, more actionable structure. If a matching GitHub issue template exists in the workspace, use its style and structure. Always ask the user for final confirmation before updating the issue title and body.
Expected input from the user:
This skill assumes:
gh is installed and authenticatedCommon template locations to inspect:
.github/ISSUE_TEMPLATE/.github/issue_template/docs/Follow this approach:
gh issue edit.gh issue edit only updates title and body. Note label/assignee suggestions but don't apply them.The rewritten issue should:
Prefer including, where applicable:
npx claudepluginhub michaelholley/cc-plugins --plugin dev-workflowsCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.