gh-issue-sync: sync GitHub issues locally and back
`gh-issue-sync` is a command line tool that syncs GitHub issues to local
Markdown files for offline editing, batch updates, and integration with
coding agents.
Pull issues locally, refine them until you are satisfied, and sync changes
back. Also useful for offline access to your issues.
## Why?
When refining many issues at once, editing them on GitHub can be tedious.
It is easier to make changes locally and push them all at once. This is
particularly useful when using Claude Code or similar tools to refine
issues iteratively.
Agents can work with issues locally until you are ready to push. The tool
also supports creating new issues locally with temporary IDs that get
replaced with real issue numbers after pushing.