Back to reviews
Mo

Mo

GitHub bot that flags PRs conflicting with decisions made in Slack

Mo is a GitHub PR governance bot with a genuinely narrow and original focus: it enforces team decisions made in Slack, not code quality. The workflow is simple — tag @mo in any Slack thread to approve a decision, and Mo stores it. When a PR opens, Mo diffs the changes against every stored team decision and flags conflicts directly in the PR review. It ignores style, linting, security, and complexity — just alignment with what the team actually agreed to build. The problem it solves is real and under-addressed: engineering teams make architectural and product decisions in Slack threads that evaporate from institutional memory within days. Six months later, a new engineer ships something that contradicts a decision nobody remembers. Mo creates a lightweight, searchable decision audit trail and connects it to the code review gate where it can actually matter. Built by Oscar Caldera (ex-agency founder, Motionode), Mo topped Product Hunt's developer tools chart on April 8 with 85 upvotes. It occupies a genuinely different niche from GitHub Copilot, Reviewpad, and other review automation tools — none of which track team decisions as a first-class concept.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

The scope is exactly right: one job, done well. Architectural drift from forgotten Slack decisions is a real and expensive problem. A bot that sits in the merge gate and catches those conflicts before they ship is worth setting up in any team above five engineers.

The Skeptic

The Skeptic

Reality Check

Skip

Decision quality is only as good as the decisions teams choose to log. In practice, tagging @mo for every meaningful decision requires behavior change that most teams won't sustain. And diff-based conflict detection on natural language decisions is prone to false positives that create noise and get ignored.

The Futurist

The Futurist

Big Picture

Ship

Team memory as a first-class software engineering concept is underbuilt. Most of our tooling is around code review, not decision review. Mo is an early prototype of what 'organizational memory infrastructure' looks like when it's native to the workflow rather than a wiki nobody reads.

The Creator

The Creator

Content & Design

Ship

For design-engineering teams, this solves a constant pain point: design decisions made in Figma comments or Slack that get overridden in implementation. If Mo can log those decisions and catch conflicts at PR time, it's worth integrating.

Community Sentiment

Overall285 mentions
74% positive19% neutral7% negative
Product Hunt85 mentions
80%15%5%

Slack-to-GitHub decision enforcement

Twitter/X140 mentions
72%20%8%

Team decision governance, PR conflicts

Hacker News60 mentions
68%24%8%

Institutional memory for engineering decisions