issue-progress-tracking by yonatangross/orchestkit
npx skills add https://github.com/yonatangross/orchestkit --skill issue-progress-tracking通过 gh CLI 追踪 GitHub issue 进度的仪式指南。确保 issue 在工作从开始到 PR 的过程中保持更新。
/ork:issue-progress-tracking 123
标记 issue 并创建功能分支:
# 将 issue 移至进行中状态
gh issue edit $ARGUMENTS[0] --add-label "status:in-progress" --remove-label "status:todo"
gh issue comment $ARGUMENTS[0] --body "Starting work on this issue."
# 创建功能分支
git checkout -b issue/$ARGUMENTS[0]-brief-description
规则:
issue/<number>-<brief-description>在每个逻辑步骤之后提交,而不是在最后。每次提交都引用 issue:
# 每次提交都引用 issue 编号
git commit -m "feat(#$ARGUMENTS[0]): add user model
Co-Authored-By: Claude <noreply@anthropic.com>"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
规则:
type(#N): description对于多步骤的工作,发布进度更新:
gh issue comment $ARGUMENTS[0] --body "Progress update:
- Completed: database schema, API endpoints
- In progress: frontend components
- Remaining: tests, documentation"
何时发布更新:
创建 PR 并更新标签:
# 创建关闭 issue 的 PR
gh pr create \
--title "feat(#$ARGUMENTS[0]): brief description" \
--body "Closes #$ARGUMENTS[0]
## Changes
- Change 1
- Change 2
## Test Plan
- [ ] Unit tests pass
- [ ] Manual verification"
# 更新 issue 状态
gh issue edit $ARGUMENTS[0] --add-label "status:in-review" --remove-label "status:in-progress"
总计:2 个规则,涵盖 2 个类别
| 决策 | 选择 | 理由 |
|---|---|---|
| 标签前缀 | status: | 与 GitHub 惯例保持一致 |
| 分支格式 | issue/<N>-desc | 自动将分支链接到 issue |
| 提交引用 | type(#N): | 约定式提交 + issue 链接 |
| 进度评论 | 手动 | 保持人工参与循环 |
gh issue close手动关闭 issue — issue 仅通过合并 PR 正文中包含 Closes #N 的 PR 来关闭。工作期间,使用 gh issue comment 评论进度;切勿直接关闭。ork:commit — 使用约定格式提交ork:fix-issue — 完整的 issue 解决流程ork:implement — 使用并行代理实现功能ork:create-pr — 创建拉取请求每周安装数
76
仓库
GitHub 星标数
132
首次出现
2026 年 1 月 22 日
安全审计
安装于
opencode71
gemini-cli70
github-copilot69
codex68
claude-code65
cursor65
Ceremony guide for tracking GitHub issue progress via gh CLI. Ensures issues stay updated as work progresses from start to PR.
/ork:issue-progress-tracking 123
Label the issue and create a feature branch:
# Move issue to in-progress
gh issue edit $ARGUMENTS[0] --add-label "status:in-progress" --remove-label "status:todo"
gh issue comment $ARGUMENTS[0] --body "Starting work on this issue."
# Create feature branch
git checkout -b issue/$ARGUMENTS[0]-brief-description
Rules:
issue/<number>-<brief-description>Commit after each logical step, not at the end. Every commit references the issue:
# Each commit references the issue number
git commit -m "feat(#$ARGUMENTS[0]): add user model
Co-Authored-By: Claude <noreply@anthropic.com>"
Rules:
type(#N): descriptionFor multi-step work, post progress updates:
gh issue comment $ARGUMENTS[0] --body "Progress update:
- Completed: database schema, API endpoints
- In progress: frontend components
- Remaining: tests, documentation"
When to post updates:
Create the PR and update labels:
# Create PR that closes the issue
gh pr create \
--title "feat(#$ARGUMENTS[0]): brief description" \
--body "Closes #$ARGUMENTS[0]
## Changes
- Change 1
- Change 2
## Test Plan
- [ ] Unit tests pass
- [ ] Manual verification"
# Update issue status
gh issue edit $ARGUMENTS[0] --add-label "status:in-review" --remove-label "status:in-progress"
| Rule | Impact | What It Covers |
|---|---|---|
| Start Work Ceremony | HIGH | Branch creation, label updates, initial comment |
| Small Commits | HIGH | Atomic commits referencing issues |
Total: 2 rules across 2 categories
| Decision | Choice | Rationale |
|---|---|---|
| Label prefix | status: | Consistent with GitHub conventions |
| Branch format | issue/<N>-desc | Links branch to issue automatically |
| Commit reference | type(#N): | Conventional commits + issue linking |
| Progress comments | Manual | Keeps humans in the loop |
gh issue close — issues are closed ONLY by merging a PR with Closes #N in the body. During work, comment progress with gh issue comment; never close directly.ork:commit — Commit with conventional formatork:fix-issue — Full issue resolution workflowork:implement — Feature implementation with parallel agentsork:create-pr — Create pull requestsWeekly Installs
76
Repository
GitHub Stars
132
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode71
gemini-cli70
github-copilot69
codex68
claude-code65
cursor65
开源项目教练指南 - 诊断问题、制定行动计划、优化开源项目运营
46,800 周安装
使用 shadcn/ui 和 Radix Primitives 构建无障碍 UI 组件库 - CVA 变体与 OKLCH 主题指南
281 周安装
阿里云OSS ossutil 2.0 测试指南:验证AK配置与存储桶操作
278 周安装
ce:plan 技术方案规划工具 - 定义如何构建软件,生成实施方案
71 周安装
Web Browser Skill:极简CDP工具,自动化网页导航、JS执行与Cookie处理
281 周安装
Notion研究文档自动化工具:AI驱动的研究整理与报告生成工作流
279 周安装
Segment CDP 客户数据平台使用指南:Analytics.js与Node.js追踪最佳实践
282 周安装