AI-powered GitHub issue triage dashboard with parallel agent tooling for isolated worktree development.
GitHubIssueTriager is worth checking the docs before setup with trust notes worth reviewing. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view coleam00/GitHubIssueTriager --webOpen the official repository or website.
Check the README for package manager, auth, and platform requirements.
Try it in a small test task inside your agent workflow.
Repository setup guidance
Looks usable, but maintenance, license, or security notes deserve a closer look.
Last commit was about 141 days ago.
24 GitHub stars indicate community interest.
10 open issues signal maintenance load.
A CLI tool to create and hide GitHub comments using the GitHub REST API.
Local GitHub Actions runner for AI agents — test CI/CD workflows locally before pushing.
AI-powered GitHub automation for issue triage, PR review, labeling, and security scanning.
This tool automatically classifies, embeds, and plans implementation for GitHub issues using AI. It also provides scripts to create isolated development environments using git worktrees and Neon database branches, enabling multiple AI coding agents to work in parallel without conflicts.
GitHubIssueTriager is a full-stack application built with Next.js 15, React 19, Neon Postgres with pgvector, and the OpenAI SDK. It syncs issues from any GitHub repository, classifies them by category, priority, and complexity, generates embeddings for cosine-similarity search, and creates implementation plans on demand. The app includes a rule-based fallback classifier and deterministic hash embedding for offline use. Beyond the core triage functionality, the repository provides a parallel-agent toolkit that automates git worktree creation, provisions isolated Neon database branches, assigns collision-free development ports, and orchestrates multi-agent workflows where planning, implementation, and review are handled by separate AI sessions. This architecture catches more bugs by preventing context sharing between agents. The toolkit is self-contained in shell scripts and slash commands, making it easy to port to other projects.
AI-powered GitHub issue triage dashboard with parallel agent tooling for isolated worktree development.
Open-source maintainers who want to automate issue triage and planning., Developers experimenting with multi-agent AI coding workflows., Teams using Claude Code or similar agents who need isolated parallel development environments.
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
The tool uses OpenAI API; ensure API keys are stored securely and not exposed in code. Database credentials in .env files should be kept secret and never committed.
Similar or complementary options to evaluate include github-comment, Agent-CI, aptu.
Aug 20, 2026
No license detected; review before production use.
3 security/trust notes recorded.
Setup difficulty is 3/5.
24
Stars
14
Forks
10
Issues