I built a small open-source Sinatra app that connects Slack and GitHub. It lets you use a slash command to post an entire Slack thread as a formatted comment on a GitHub issue.
It’s useful for teams who discuss bugs or features in Slack but want to archive that context on GitHub without copying and pasting.
- GitHub repo: https://github.com/markhallen/slack-github-threads
- There’s a short demo video in the repo README
- Lightweight Ruby Sinatra app, no database required
- Uses Slack’s Events API + GitHub API
- Easy to deploy to any server
Pull requests are welcome! Would love feedback or ideas from anyone who’s solved similar workflow problems.
I built a small open-source Sinatra app that connects Slack and GitHub. It lets you use a slash command to post an entire Slack thread as a formatted comment on a GitHub issue.
It’s useful for teams who discuss bugs or features in Slack but want to archive that context on GitHub without copying and pasting.
- GitHub repo: https://github.com/markhallen/slack-github-threads - There’s a short demo video in the repo README - Lightweight Ruby Sinatra app, no database required - Uses Slack’s Events API + GitHub API - Easy to deploy to any server
Pull requests are welcome! Would love feedback or ideas from anyone who’s solved similar workflow problems.