cyberneticlibrary

Automate code review pipeline

dev-workflowworkflowsetup L30
owainlewis/claude-code-workflows
What it does

Plan, implement, review, and deploy code

Best for

Orchestrating end-to-end ticket-to-PR cycles with parallel code review and automated fix loops.

Inputs
  • · Ticket ID or task description
Outputs
  • · PR URL
  • · Implementation summary
Requires
  • · git
Preconditions

Required crates/files exist; Git repo initialized

Failure modes
  • · Tests fail after implementation
  • · Review findings unaddressable
  • · PR conflicts on push
Trust signals
  • · 2-vote parallel review
  • · Tests-before-PR gating