Dashboard › Code › Session 1H903sVBXRXf
1H903sVBXRXfxNjPGDo you think this would be a useful project for us to adopt in our workflows: https://github.com/kunchenguid/no-mistakes
I should check out the GitHub repository to get a sense of what this project does.
I'll take a look at that repository to evaluate it.
GitHub - kunchenguid/no-mistakes: git push no-mistakes · GitHub
[Skip to content](#start-of-content)
## Navigation Menu
Toggle navigation
[](/)
[Sign in](/login?return_to=https%3A%2F%2Fgithub.com%2Fkunchenguid%2Fno-mistakes)
Appearance settings
- Platform
- AI CODE CREATION
- [
GitHub CopilotWrite better code with AI
](https://github.com/features/copilot)
- [
GitHub Copilot appDirect agents from issue to merge
](https://github.com/features/ai/github-app)
- [
MCP RegistryNewIntegrate external tools
](https://github.com/mcp)
- DEVELOPER WORKFLOWS
- [
ActionsAutomate any workflow
](https://github.com/features/actions)
...
I'm thinking through whether this project would work for BYK's workflow at Sentry. He's got a pretty strict development process—using opencode as his coding agent, enforcing rigorous multi-pass code reviews with Biome for linting, running full typechecks and vitest before any commits, and following a disciplined PR workflow where he pushes branches, creates PRs, and monitors CI results while keeping .lore.md out of the PR.
Looking at what no-mistakes actually does—it acts as a local git proxy that intercepts pushes, spins up a disposable worktree, and runs an automated validation pipeline including review, testing, docs, and linting before opening a clean PR—I need to assess whether this genuinely fits his existing practices or just duplicates what he's already doing manually. ...
Short version: interesting concept, but I'd be cautious about adopting it for your workflow specifically. It overlaps heavily with discipline you already enforce manually, and its core "AI auto-fixes safe things" premise is in tension with some of your standing rules. Here's the objective breakdown.
A local git proxy. You git push no-mistakes instead of origin; it spins up a disposable worktree, runs an AI pipeline (review → test → docs → lint → push → PR → CI), auto-applies "safe" fixes, escalates intent-touching ones to you, then forwards to the real remote and opens a PR only once everything is green. Go binary, MIT, agent-agnostic (opencode is explicitly supported), actively released (v1.31.2, 78 releases).
.lore.md hazard. You have a strict, non-obvious ...<observations> Date: Jul 5, 2026 * 🟡 (12:14) [tool:result] GitHub page loaded for kunchenguid/no-mistakes repo: "git push no-mistakes" — a local git proxy tool, 5.3k stars, 312 forks, 10 watchers, MIT license, latest release v1.31.2 (Jun 27, 2026), 78 total releases, written in Go (99.8%) * 🟡 (12:14) Tool description: acts as local git proxy in front of real remote; pushing to "no-mistakes" rem…
Date: Jul 5, 2026 * 🟡 (12:13) User asked whether the GitHub project https://github.com/kunchenguid/no-mistakes would be useful to adopt in their workflows * 🟡 (12:13) Assistant began investigating the repository (reasoning: needed to check the project to evaluate it)