Claude-skill-registry gh-creating-project-drafts
Creates a draft issue item in a GitHub Project. Use for items that don't yet have a corresponding repository issue.
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-creating-project-drafts" ~/.claude/skills/majiayu000-claude-skill-registry-gh-creating-project-drafts && rm -rf "$T"
manifest:
skills/data/gh-creating-project-drafts/SKILL.mdsource content
Creating Project Drafts
Purpose
Adds a draft item to a project using the
gh project item-create command.
1. Safety & Verification
- Content: Requires a title and optionally a body.
2. Common Workflows
Workflow: Create Simple Draft
Adds a note or placeholder to a board.
Command:
gh project item-create <project-number> --owner <owner> --title "Draft Title" --body "Draft Body"