Claude-skill-registry gh-issues-milestones-prs

Write GitHub Issues/PRs and manage milestones for this repo. Use for issue/PR content conventions and gh CLI workflow (including milestones).

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-issues-milestones-prs" ~/.claude/skills/majiayu000-claude-skill-registry-gh-issues-milestones-prs && rm -rf "$T"
manifest: skills/data/gh-issues-milestones-prs/SKILL.md
source content

GitHub Issues and PRs

Workflow

  • Use templates in
    .github/ISSUE_TEMPLATE/task.md
    and
    .github/PULL_REQUEST_TEMPLATE.md
    .
  • Use
    gh
    with
    --body-file
    to avoid shell quoting problems.
  • For milestones, use
    gh milestone --help
    and follow the standard GitHub milestone workflow.

Content conventions

  • Be literal, unambiguous, and clear.
  • Include required readings so future agents pick them up.
  • Use numbered/lettered lists for stable references.
  • Calibrated confidence: distinguish must‑haves vs speculative ideas.
  • Add skimmable extra commentary for the owner.

Identity note

  • All agents share the project owner’s GitHub identity; clarify authorship/assignee in body text or footers.