gh-issue-sync
Sync GitHub issues to local Markdown files
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install gh-issue-sync?โผ
Run `npx skills add mitsuhiko/gh-issue-sync --all -g -y` in your terminal to install the skill globally for your agent.
How to edit GitHub issues offline?โผ
Run `gh-issue-sync pull` to download issues as Markdown files into a local `.issues/` folder, edit them in any editor, then run `gh-issue-sync push` to sync changes back.
Can I create GitHub issues locally before publishing?โผ
Yes. Create issues with temporary IDs like T1 using `gh-issue-sync new`, and they receive real issue numbers automatically when you push.
Does gh-issue-sync work with Claude Code and Codex?โผ
Yes. Run `gh-issue-sync write-skill --agent claude` or `--agent codex` to install the skill file so your agent knows how to use the tool.
What happens if an issue changes both locally and on GitHub?โผ
The tool uses three-way comparison to detect conflicts and skips conflicting issues with a warning, so no edits are silently lost.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core