GitHub Issue Importer (gh-issue-import) is a high-performance, open-source command-line tool and programmatic automation interface designed for importing and synchronizing issues between structured YAML/JSON files, remote issue sources, and GitHub repositories. Maintained under the SpaceCorps open-source engineering collective, the project gives developers and autonomous AI agents a standalone, single-binary solution running natively on macOS, Linux, and Windows.
The original prototype was created by Niels Bosma as a .NET tool. While effective for simple sync scripts, modern CI/CD pipelines, DevOps tooling, and autonomous agent loops demand sub-second cold starts, minimal memory footprints, and zero managed runtime overhead. In 2026, SpaceCorps ported the tool to native Rust Edition 2024 with blocking HTTP, deterministic multi-account scoping, and native OS credential storage.
GitHub Issue Importer is engineered around safety, determinism, and speed:
import-log.json) and checked against existing repository issues, preventing duplicate issue spam.--json for deterministic parsing by agent tool loops and jq.GitHub Issue Importer is released under the MIT License and developed openly on GitHub at github.com/SpaceCorps/Github-Issue-Importer.