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.mdsource content
GitHub Issues and PRs
Workflow
- Use templates in
and.github/ISSUE_TEMPLATE/task.md
..github/PULL_REQUEST_TEMPLATE.md - Use
withgh
to avoid shell quoting problems.--body-file - For milestones, use
and follow the standard GitHub milestone workflow.gh milestone --help
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.