EveryDev.ai
Subscribe
Home
Tools

3,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. no-mistakes
    no-mistakes icon

    no-mistakes

    AI Coding Assistants
    Featured

    A local git proxy that runs an AI-driven validation pipeline (review, test, docs, lint) before forwarding your branch and opening a clean PR automatically.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Self-hosted CLI tool.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsCode ReviewAutomated Testing

    Alternatives

    adamsreviewQodo MergeHaystack
    Developer
    Kun ChenKun Chen builds open-source developer tooling focused on AI-…

    Listed Jul 2026

    About no-mistakes

    no-mistakes is an open-source CLI tool built in Go by Kun Chen that acts as a local git proxy in front of your real remote. Instead of pushing directly to origin, you push to no-mistakes, which spins up a disposable worktree, runs an AI-driven validation pipeline, and only forwards the branch after every check passes — then opens a clean PR automatically. It is available under the MIT License and supports macOS, Linux, and Windows.

    What It Is

    no-mistakes addresses a shift in the AI-assisted development workflow: AI agents can generate thousands of lines of code quickly, but the bottleneck has moved to reviewing and validating that output. The tool moves quality infrastructure — rebase, AI code review, test execution, documentation updates, linting, and CI watching — into a local gate that runs before the branch ever reaches the remote. The result is a clean PR raised without manual intervention.

    How the Gate Model Works

    When you run git push no-mistakes, the tool:

    • Creates a disposable worktree so your working directory is never disrupted
    • Runs the pipeline in sequence: review → test → docs → lint → push → PR → CI
    • Applies safe, mechanical fixes automatically (auto-fix findings)
    • Escalates anything that touches intent to the human for approval, fix, or skip
    • Forwards the branch to the configured push target only when every check is green
    • Opens the PR body automatically — no hand-written description needed

    Three Entry Points

    The same pipeline is reachable from three different surfaces depending on how you're working:

    • git push no-mistakes — the explicit Git path; push a committed branch to the gate remote
    • no-mistakes (TUI) — run after making changes (no commit required); a wizard handles branch creation, commit, and push, then attaches to the run; -y flag automates the whole flow
    • /no-mistakes (agent skill) — installed for Claude Code and other agents via no-mistakes init; lets a coding agent do a task and gate it, or gate existing committed work headlessly

    Agent Compatibility

    no-mistakes is designed to be agent-agnostic. The README lists explicit support for claude, codex, rovodev, opencode, pi, copilot, and any ACP-compatible target via acpx. The /no-mistakes skill drives no-mistakes axi, a non-interactive interface to the same approval flow, so agents can run the full pipeline without a human at the keyboard until a judgment call is needed.

    Update: v1.31.2

    The latest release is v1.31.2, published on 2026-06-27. The repository was created in April 2026 and has seen rapid iteration, with the last push recorded on 2026-07-01. The project has accumulated over 4,500 GitHub stars and 259 forks, signaling strong early traction in the AI-assisted development tooling space. Active development is ongoing with 54 open issues tracked at the time of writing.

    no-mistakes - 1

    Community Discussions

    Be the first to start a conversation about no-mistakes

    Share your experience with no-mistakes, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Self-hosted CLI tool.

    • Local AI-driven validation pipeline
    • Automatic PR creation
    • Agent skill for Claude Code and other agents
    • TUI and headless modes
    • macOS, Linux, and Windows support

    Capabilities

    Key Features

    • Local git proxy that intercepts pushes before they reach origin
    • AI-driven code review catches bugs and tech debt early
    • Automated regression and new test execution
    • Documentation kept up to date automatically
    • Linting and formatting applied before push
    • Automatic PR creation with CI watching
    • Disposable worktree keeps your working directory undisturbed
    • Auto-fix for safe mechanical findings; human escalation for intent-touching changes
    • TUI for interactive approval flow
    • Agent skill (/no-mistakes) for headless pipeline execution
    • Support for fork contributions via --fork-url flag
    • Agent-agnostic: works with claude, codex, rovodev, opencode, pi, copilot, acpx

    Integrations

    Claude Code
    OpenAI Codex
    Rovodev
    opencode
    GitHub
    GitHub Actions CI
    ACP-compatible agents (acpx)
    Git
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate no-mistakes and help others make informed decisions.

    Developer

    Kun Chen

    Kun Chen builds open-source developer tooling focused on AI-assisted code quality. The no-mistakes project puts a local AI-driven validation gate in front of git pushes, automating review, testing, docs, and linting before a PR is raised. Chen maintains the project publicly on GitHub under the MIT License and engages with the community via Discord and X.

    Read more about Kun Chen
    WebsiteGitHubX / Twitter
    3 tools in directory

    Similar Tools

    adamsreview icon

    adamsreview

    Multi-stage code review plugin for Claude Code featuring parallel sub-agent detection, automated fix loops, interactive walkthrough, and persistent JSON state.

    Qodo Merge icon

    Qodo Merge

    Qodo Merge is an AI-powered code review platform that automatically reviews pull requests, provides actionable feedback, and helps development teams ship high-quality code faster.

    Haystack icon

    Haystack

    AI-powered code review inbox that triages every pull request, surfaces only the ones that need attention, and automates merges with a built-in merge queue.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    596 tools

    Code Review

    Tools that help review, analyze, and improve code quality.

    87 tools

    Automated Testing

    AI-powered platforms that automate end-to-end testing processes with intelligent test case generation, execution, and reporting for faster, more reliable software delivery.

    102 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions