Claude-skill-registry gh-adding-items-to-projects
Adds an issue or PR to a GitHub Project. Use to link repository work to a project board.
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-adding-items-to-projects" ~/.claude/skills/majiayu000-claude-skill-registry-gh-adding-items-to-projects && rm -rf "$T"
manifest:
skills/data/gh-adding-items-to-projects/SKILL.mdsource content
Adding Items to Projects
Purpose
Links a resource to a project using the
gh project item-add command.
1. Safety & Verification
- Mandatory Context: Ensure
has been run and confirmed by the user.gh-verifying-context - Human-in-the-Loop: You MUST confirm the target project (name and number) and the item being added with the user.
- Verification: Use
to ensure the project is the intended one.gh-listing-projects
2. Common Workflows
Workflow: Add Issue
Links an issue to a project.
Command:
gh project item-add <project-number> --owner <owner> --url <issue-url>