返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gh-creating-project-drafts

在GitHub项目中创建一个草稿问题项。用于那些还没有相应仓库问题的条目。

person作者: jakexiaohubgithub

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"