github-project-board

仓库创建 2026年7月2日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

填补自动化项目板创建与一致性配置的空白,便于统一看板视图与字段。

▸ 风险提示

会调用 GitHub API/gh CLI 并修改项目,需项目权限和相应 token。

这个 Skill 做什么

创建并标准化 GitHub Projects v2 看板与字段配置为规范化仪表板。

自动创建或把现有的 GitHub Projects v2 看板标准化为团队约定的看板配置(Status/Priority/Size/Start/Target 字段,Table/Kanban/Roadmap 视图)。通常用来给后续的 issue、delegate 等技能提供统一的仪表盘;如果没有看板会帮你开一个,变更前会先询问确认。重点是把项目面板和字段选项统一起来,方便后续自动化消费。

▸ 展开 SKILL.md 英文原文

Create and standardize a GitHub Projects v2 board to the toolkit's canonical Kanban config (Status/Priority/Size/Start/Target fields; Table/Kanban/Roadmap views). Provisions a board when none exists and reconciles missing fields/options on an existing one — always asking before it creates or mutates. Used to bootstrap the board the issue, delegate, and github-project-management skills then consume.

开发编程GitHub 项目Board 配置Kanban通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/github-project-board/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/github-project-board/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub Project Board — provision & standardize

The other board-touching skills only **consume** an existing Projects v2 board — `delegate`
syncs Kanban status, `issue` files new items to "Backlog", and `github-project-management`
holds the read/update GraphQL catalog. None of them **create** or **standardize** a board.
This skill fills that gap: it provisions a board to the toolkit's **standard spec** when none
exists, and reconciles a partial board up to it — **never silently**. It always asks before it
creates a board or mutates an existing one.

Use it once, at setup, to bootstrap the board the consumer skills then rely on. For the full
read/update-item query catalog (statuses, dates, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有