Veteran engineer turns Claude Code into a PR-driven CI pipeline with 2,000 regression tests
big_like_a_pickle · reddit · 2026-07-21
A veteran engineer describes how he turned multiple Claude Code sessions into a PR-driven CI/CD workflow for a growing SaaS product.
- Each Claude session works in its own branch and worktree, opens PRs back into dev, and then into master after batch changes accumulate.
- GitHub Actions runs fast checks first, then deeper gates on the production branch: database migrations, Playwright click-through tests, secrets checks, complexity checks, and other deterministic safeguards against common LLM failures.
- Cross-session coordination lives in GitHub Issues, where Claude writes handoff notes, opens and closes bug reports, and tracks tasks.
- The author says this removed the chaos of context switching, let him run 3–5 Claude sessions in parallel, and made the product ship with over 2,000 regression tests and around 10 code-quality checks before deploy.
More from coding & agent
- TWSE MCP Server brings Taiwan stock data into natural-language workflows — modelcontextprotocol · 2026-07-21
- The hardest part of agent execution may be permissions, approvals and failure handling — marcelk231 · 2026-07-21
- Business chatbots should add RAG only when answers depend on company-specific documents — recro69 · 2026-07-21
- A privacy email provider is building email for AI agents, with JMAP, PoW signups and 2,000 accounts — Atomic_Ke · 2026-07-21
- Open-source PenEcho AI whiteboard now renders interactive animated explanations — Civil-Direction-6981 · 2026-07-21
- AI agents are making full UI specs obsolete, so teams should build a “baby” app first — haltakov · 2026-07-21