A ceremony guide that enforces GitHub issue hygiene through the gh CLI. It walks you through the full lifecycle: labeling issues as in-progress, creating feature branches with the issue/N-description format, making atomic commits that reference the issue number, posting progress comments for long tasks, and creating PRs with Closes #N to auto-link everything. The value is in the discipline it enforces. Small commits referencing issues, status labels that actually update, and PRs that properly close issues instead of orphaning them. It's opinionated about branch names and commit formats, which is exactly the point. If your team struggles with issue hygiene or you're tired of manually syncing GitHub state with actual work, this codifies the workflow.
npx skills add https://github.com/yonatangross/orchestkit --skill issue-progress-tracking