Slack-GitHub Threads – Post Slack Thread Replies as GitHub Comments

1 markhallen 1 8/5/2025, 12:49:35 PM github.com ↗

Comments (1)

markhallen · 4m ago
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.