Back to browse
Mo – checks GitHub PRs against decisions approved in Slack

Mo – checks GitHub PRs against decisions approved in Slack

by oscarcaldera·Apr 7, 2026·2 points·0 comments

AI Analysis

MidSolve My ProblemNiche Gem

Slack-to-PR decision tracking, but landing page shows a different product entirely.

Strengths
  • Captures team decisions in Slack before they get lost in thread history
  • Prevents scope drift by validating code against agreed requirements
  • Built from real agency pain, not theoretical use case
Weaknesses
  • Landing page displays proposal scope checker, not the Slack PR tool described
  • Narrow workflow only applies to teams using both Slack and GitHub
Target Audience

Software agencies and dev teams using Slack + GitHub

Similar To

Linear · Jira · Slack bots

Post Description

Built this after a recurring frustration at our agency: the team would agree on something in Slack ("only admins can export users"), someone would open a PR two weeks later that quietly broke it, and nobody caught it until QA or after deploy.

Mo watches a Slack channel for decisions. When someone tags @mo to approve something, it stores it. When a PR opens, Mo checks the diff against the approved decisions and flags conflicts before merge.

It doesn't review code quality. It only cares whether the code matches what the team actually agreed to.

Would love feedback, especially from anyone who's been burned by this exact problem.

Similar Projects

Developer Tools●●Solid

Sniptail – Turn Slack into a team interface for AI coding agents

You can mention a bot in Slack or Discord and have it queue a job that clones an approved repo, runs a coding agent via the Codex/Copilot CLI, and posts a Markdown report or a PR link back in-thread — that conversational-to-PR flow is the project's strongest move. The architecture (bot → Redis queue → worker → agent → repo-scoped PRs) and repo catalog make it practical for teams who want to keep AI-driven edits auditable and self-hosted; just be mindful of the security model since the worker runs code against repos.

Ship ItNiche Gem
Justkog
203mo ago