A collection of reusable GitHub configurations, scripts, and workflows
designed to streamline repository management.
Table of Contents
Click to expand
| Module | Description |
|---|---|
| github-roadmap-sync | Keep your ROADMAP.md checkboxes in sync with GitHub Issues automatically — auto-creates issues, manages labels, and closes tasks on push. |
| project-issues-sync | Automation to automatically synchronize the status of GitHub Issues (Opened, Closed, or Labeled) with the columns of a Kanban board. |
Click to expand
Each module is self-contained. Pick the one you need, copy its files into your repository, and follow the setup instructions in its own README.
Example structure:
xgh/
└── .github/
├── scripts/ ← automation scripts
└── workflows/ ← GitHub Actions triggers
No external dependencies beyond the GitHub CLI (gh) and Python.
Click to expand
For more information on how to participate, get help, or understand the repository policies, please refer to the following documents: