workflows.fit
Back to n8n workflows
n8n templateFreeBy Rully Saputra

Ai-powered bug tracking with GitHub issues and Telegram alerts using Gemini

Create GitHub issues from webhook input and send alerts to Telegram This workflow streamlines bug tracking by using a webhook to collect issue reports, automatically classifying and summarizing them with Gemini AI, th...

DevelopmentCommunicationHITLAILangchainCore NodesWebhookLm Chat Google Gemini
Loading interactive preview...

Template notes

Create GitHub issues from webhook input and send alerts to Telegram

This workflow streamlines bug tracking by using a webhook to collect issue reports, automatically classifying and summarizing them with Gemini AI, then sending critical issues to GitHub and real-time notifications to Telegram. Optional manager approval is built in for low-priority reports.

🧑‍💻 Who’s it for This workflow is ideal for: - Engineering teams needing automated issue tracking from multiple systems - QA testers or customer support agents who log bugs via custom tools - DevOps teams monitoring logs or error reports in real time - Teams using GitHub for issue tracking and Telegram (or any messenger) for notifications

⚙️ How it works Webhook Trigger – Listens for incoming POST requests containing bug or task data.

AI-Powered Classification – Uses the Gemini model to classify bugs as High or Low severity.

Optional Approval – If severity is Low, it waits for a manager’s approval before proceeding.

Bug Summary Generation – Passes through a filter and sends the input to Gemini to generate a clean summary.

Create GitHub Issue – Submits the summarized issue to your GitHub repository.