git:load-issues

Fetches all open GitHub issues and saves them as markdown files.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill git-load-issues-luicabref97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git:load-issues
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/git-load-issues
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill git-load-issues-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exporting open issues from GitHub into a portable, human-readable format is often needed for offline review, documentation, or reporting. This Skill automates the retrieval of all open issues from the current repository and saves them as individual Markdown files under ./specs/issues, preserving key metadata and a consistent structure.

Core Features & Use Cases

  • Bulk export: fetches all open issues and writes one Markdown file per issue with a consistent naming scheme.
  • Rich metadata: includes number, title, state, createdAt, updatedAt, author, labels, assignees, and URL.
  • Archival and reporting: ideal for offline access, audits, or sharing issue status with non-GitHub users.

Quick Start

Run the git-load-issues skill to export all open issues to ./specs/issues.

Frequently Asked Questions about git:load-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export GitHub issues to Markdown files?

You can export GitHub issues to Markdown files by running a skill that fetches all open issues via the gh CLI and saves each one as a separate file under ./specs/issues. This enables offline review, reporting, and documentation without manual copying.

What metadata is included when exporting GitHub issues to Markdown?

Exporting GitHub issues to Markdown includes rich metadata such as the issue number, title, state, createdAt, updatedAt, author, labels, assignees, and URL. This ensures the exported files are comprehensive enough for audits and sharing with non-GitHub users.

Do I need the gh CLI to download GitHub issues for offline documentation?

Yes, you need the gh CLI to download GitHub issues for offline documentation. The skill relies on the gh CLI and standard shell commands to query repository issues, create directories, render per-issue metadata, and generate a summary report.

Can I bulk export all open GitHub issues for reporting?

Yes, you can bulk export all open GitHub issues for reporting. The skill retrieves every open issue from the current repository and generates one Markdown file per issue with a consistent naming scheme, making it ideal for offline access and status sharing.

What is the best way to archive GitHub issues into a portable format?

The best way to archive GitHub issues into a portable format is to export them as human-readable Markdown files. This approach preserves key issue metadata in a consistent directory structure under ./specs/issues, allowing non-GitHub users to review the data directly.