Fetching GitHub issues
Use the repo-to-md CLI tool to fetch GitHub issues and formats them as
LLM-friendly markdown.
Primary usage
repo-to-md issue ISSUE_NUMBER
For example, to get issue #42 from the current repository, run
repo-to-md issue 42
Prerequisites
ghCLI must be installed and authenticatedrepo-to-mdmust be run from within a git repository with a configured remote
Alternative usage
--repo <REPOSITORY>to specify the repository asowner/repo
Examples:
# Fetch issue from a specific repository
repo-to-md issue 123 --repo anthropics/claude-code
Output format
Generates markdown with issue metadata and description:
# Issue #42: Title Here
- **State:** OPEN
- **Author:** @username
- **Created:** 2024-01-15T10:30:00Z
- **Labels:** bug, enhancement
## Description
Issue body content here...
Converted and distributed by TomeVault — claim your Tome and manage your conversions.