Creates a draft issue item in a GitHub Project. Use for items that don't yet have a corresponding repository issue.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: gh-creating-project-drafts
description: Creates a draft issue item in a GitHub Project. Use for items that don't yet have a corresponding repository issue.
---
# 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**:
```bash
gh project item-create <project-number> --owner <owner> --title "Draft Title" --body "Draft Body"
```
No comments yet. Be the first to comment!