Loading...
Loading...
Manage GitHub issues locally as Markdown files. Use for triaging, searching, editing, and creating issues without leaving your editor or terminal.
npx skill4agent add mitsuhiko/gh-issue-sync gh-issue-sync.issues/open/.issues/closed/gh-issue-sync init # Initialize in git repo
gh-issue-sync pull # Fetch open issues (--all for closed too)
gh-issue-sync push # Push local changes (--dry-run to preview)
gh-issue-sync list # List issues (supports gh issue list flags + --search)
gh-issue-sync new "Title" # Create issue (--label, --edit)
gh-issue-sync close 42 # Close (--reason completed|not_planned)
gh-issue-sync reopen 42
gh-issue-sync status # Show local changes
gh-issue-sync diff 42 # Show diff (--remote to re-fetch).issues/open/42-fix-login-bug.md---
title: Fix login bug
labels: [bug, priority:high]
assignees: [alice]
milestone: v1.0
state: open
# For closed: state_reason: completed|not_planned
# Optional: parent: 10, blocked_by: [11, 12], blocks: [15]
---
Issue body in Markdown.TT1a2b3cT.issues/open/T1a2b3c-my-new-issue.mdpush42-my-new-issue.mdnumber:#T1a2b3c#42.comment.md.issues/open/42.comment.md
.issues/open/42-fix-login-bug.comment.md--force