Home Get started Platforms Docs GitHub
Italiano English
For vibe coders

What is Issuebeam

Issuebeam is an open-source skeleton that wires AI agents to GitHub Issues — Cursor, Claude Code, Copilot, and more. It addresses a real vibe-coding pain: bugs and tasks discussed in conversation and then forgotten. The fix is a lightweight Python CLI plus agent instructions that run it automatically.

No heavy dependencies, no gh CLI, no PowerShell scripts (often blocked by antivirus). Just stdlib, a token, and the official backlog on GitHub.

issuebeam at a glance
[CLI] scripts/github_issue.py
[AGENTS] AGENTS.md · CLAUDE.md · Copilot · Cursor
[LABELS] tracker/labels.yml
[ADOPT] scripts/adopt.py → other repos
> chat → tracked issue

Origin

From Qwibo, generalized

Issuebeam is a generalized extract of the tracking system used in the Qwibo project (audio transcription + LLM summarization). Product-specific labels and templates were removed; what remains is the architecture that works with any AI agent on Windows, macOS, and Linux: runnable Python CLI, flexible token setup (env, .env, .secrets), import manifest with Legacy ID, multi-platform instructions.

The name Issuebeam evokes a beam connecting chat to the tracker — a direct bridge between conversation and the official backlog.

MIT License

Copyright (c) 2026 Antonio Trento. Use, modify, and adopt freely — with attribution.

Read LICENSE