slackTicket
ActiveAI-powered CLI that transforms Slack conversations into structured GitHub issues
Tech Stack
Overview
slack-ticket bridges the gap between your team’s Slack discussions and GitHub issue tracking. When bugs, feature requests, or support tickets surface in Slack, the CLI transforms fragmented conversations into perfectly structured, actionable GitHub issues—in seconds.
Quick Start
# Install globally
npm install -g slack-ticket
# Run interactive setup
slack-ticket setup
# Create a GitHub issue from a Slack thread
slack-ticket create <slack-thread-url>
Key Features
- AI-Powered Issue Generation: Automatically structures Slack threads into proper GitHub issues with titles, summaries, and reproduction steps
- Multi-Provider AI: Works with OpenAI, Anthropic, Google Gemini, or self-hosted Ollama
- Smart Labeling: Auto-applies severity, component, and keyword-based labels
- GitHub Projects: Automatically assigns issues to your project boards
- Two-Way Sync: Keep issues updated as new information surfaces in Slack
Documentation
- Overview — Value proposition and key features
- Setup Guide — Step-by-step configuration
- CLI Commands — Complete command reference
- AI Analysis — How AI processes conversations
- Creation Feature — Deep dive into issue creation