#228 · Primary category: AI Coding Assistants
shippie
extendable code review and QA agent 🚢
Project last updated:08/12/26
GitHub Stars
2.5K
Forks
243
Contributors
42
License
MIT
Why we included this project
Shippie puts an AI reviewer on every pull request. It reads your diff, explores the surrounding codebase with real developer tools, and posts review comments that catch the same class of mistake a human reviewer would, like exposed secrets, slow code, and unhandled edge cases. You can wire it into a GitHub Action with a few lines of YAML, run it locally against your staged changes, or comment /shippie review on a PR to trigger it on demand. It works with Anthropic, OpenAI, OpenRouter, or Cloudflare Workers AI out of the box, and because it acts as an MCP client, teams can extend the review with browser automation, observability, or documentation tools.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.