gh-issue-sync

Sync GitHub issues with local Markdown files for offline editing.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/goofansu/skills --skill gh-issue-sync-goofansu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issue-sync
Source: https://github.com/goofansu/skills/tree/main/gh-issue-sync
Command: npx skills add https://github.com/goofansu/skills --skill gh-issue-sync-goofansu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage GitHub issues locally as Markdown files, enabling offline triage, searching, editing, and creating issues without leaving your editor or terminal.

Core Features & Use Cases

  • Offline Issue Management: Work with issues in Markdown files under .issues/open/ and .issues/closed/.
  • Two-Way Sync: Pull remote issues and push local changes back to GitHub.
  • Workflow Integration: Seamlessly integrate with your existing Git workflows and CI checks.

Quick Start

Initialize in your repository with gh-issue-sync init, fetch open issues with gh-issue-sync pull, edit locally, and push with gh-issue-sync push.