GitHub

AI agents in your CI/CD

Pullsmith

Turn Sentry errors into pull requests. Claude Code investigates the bug, writes the fix, pushes a branch, and opens the PR — all inside your CI.

npm install -g pullsmith

Why we built this

Most production bugs are small, well understood, and tedious to fix by hand. Pullsmith hands those off to an AI agent that runs in your pipeline, so your team stays focused on the work that actually needs a human.

What it does

  • Reads a Sentry-style error title and investigates the root cause.
  • Runs Claude Code inside GitHub Actions with the model and prompt you choose.
  • Commits the fix to a new branch and opens a pull request for review.

Documentation

pullsmith init

Install the CLI and run setup from the root of your GitHub repo. Pullsmith authenticates you, writes a .pullsmith config, and installs a GitHub Actions workflow.

npm install -g pullsmith
pullsmith init

Pricing

Open-source CLI

Free

Apache-2.0 licensed. Install the CLI, connect your repo, and open PRs from CI.