Five steps to wire an AI agent to GitHub Issues on Windows, macOS, or Linux. Works on the issuebeam repo or on a project adopted with adopt.py. Cursor, Claude Code, Copilot, and more — see also Platforms.
Create a Personal Access Token with Issues: read & write on the target repository.
Set GITHUB_TOKEN in your environment — see the token guide for Windows, macOS, and Linux. Alternatives: .env (gitignored) or .secrets/github_token (one line).
Tell the CLI which GitHub repo to use (owner/name).
Copy the skeleton into an existing repo with one command.
Apply labels from tracker/labels.yml to the GitHub repo.
Test the CLI, then open the project in your agent (Cursor, Claude Code, Copilot, …) — instructions are already in the repo.