issue-progress-tracking

Installation
SKILL.md

Issue Progress Tracking

Ceremony guide for tracking GitHub issue progress via gh CLI. Ensures issues stay updated as work progresses from start to PR.

Quick Start

/ork:issue-progress-tracking 123

Phase 1: Start Work

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"
Related skills

More from yonatangross/skillforge-claude-plugin

Installs
34
GitHub Stars
170
First Seen
Jan 21, 2026