
AI-powered open-source CLI by Stitch for local CI simulation and failure fixing. Uses Claude Code to automatically resolve issues without API keys or configuration.
.github/workflows/ci.yml or .gitlab-ci.yml), runs jobs locally in seconds, and hands any errors to an AI agent (Claude Code or OpenAI Codex) that investigates, patches, and re-tests until green. No API keys, no config files, and no broken PRs pushed to remote.Pre-push CI validation
Run your full CI pipeline locally before pushing to avoid breaking the remote branch.
Fixing lint errors and type mismatches
Catch and auto-fix code quality issues that slip through code review.
Broken test repair
Automatically diagnose and patch failing tests using AI context from the stack trace.
Continuous local validation
Use Watch Mode to re-run CI jobs automatically as you edit files.
Infrastructure job filtering
Skip deploy, publish, and infra jobs automatically so you only run what matters locally.
Rapid iteration without remote queues
Get feedback in seconds instead of waiting for cloud CI runners.
Zero config
Uses your existing `.gitlab-ci.yml` or GitHub Actions config—no setup, no rewrite, no extra YAML.
Local-first execution
Runs jobs on your machine with Docker, timeouts, and isolation; results stream into a live TUI.
AI-powered auto-fix
Failed jobs are handed to Claude Code or OpenAI Codex, which investigates, edits files, and re-runs up to 3 attempts before escalating.
Pluggable AI agents
Supports Claude Code or OpenAI Codex using your existing subscription—zero new API keys to manage.
Interactive TUI
Live terminal UI with progress tracking, job status, and driver activity as Stitch works.
Watch Mode
Continuously re-runs CI jobs when files change for real-time validation.
Smart job filtering
Auto-classifies and skips deploy, publish, and infra jobs—only runs what's relevant locally.
Reversible patches
Every AI patch lands in an isolated commit; `git reset` takes you back exactly where you were.
Full local privacy
The agent reads, runs, and patches entirely on your machine—no code is shipped anywhere without your authorization.
npx stitch-agent run in your terminal from the root of your repository. Stitch automatically reads your CI config, runs jobs locally, and hands failures to the AI agent for patching. No sign-up or API key configuration required—just use your existing Claude Code or OpenAI Codex subscription.AI-powered open-source CLI by Stitch for local CI simulation and failure fixing. Uses Claude Code to automatically resolve issues without API keys or configuration.
Category:Agents
Visit Link:https://stitch-agent.dev/
Tags:cli、open-source、ci-simulation、claude-code、failure-fixing