Claude-skill-registry gh-setting-milestones

Associates an issue with a milestone. Use for release planning.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gh-setting-milestones" ~/.claude/skills/majiayu000-claude-skill-registry-gh-setting-milestones && rm -rf "$T"
manifest: skills/data/gh-setting-milestones/SKILL.md
source content

Setting Issue Milestones

Purpose

Updates the milestone of an issue using the

gh issue edit
command.

1. Safety & Verification

  • Milestone Title: Requires the title or number of the milestone.

2. Common Workflows

Workflow: Assign Milestone

Links an issue to a specific release target.

Command:

gh issue edit <issue-number> --milestone "v1.0"