by alekspetrov
AI that ships your tickets - autonomous dev pipeline with Claude Code
# Add to your Claude Code skills
git clone https://github.com/alekspetrov/pilotYou have 47 tickets in your backlog. You agonize over which to prioritize. Half are "quick fixes" that somehow take 2 hours each. Your PM asks for status updates. Sound familiar?
Pilot picks up tickets from GitHub, Linear, Jira, or Asana—plans the implementation, writes the code, runs tests, and opens a PR. You review and merge. That's it.
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Ticket │ ───▶ │ Pilot │ ───▶ │ Review │ ───▶ │ Ship │
│ (GitHub) │ │ (AI dev) │ │ (You) │ │ (Merge) │
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
<img width="1758" height="1124" alt="pilot-preview-screenshot" src="https://github.com/user-attachments/assets/faaff57a-a23e-4cee-a08a-b9fa08ae135d" />
No comments yet. Be the first to share your thoughts!
brew tap alekspetrov/pilot
brew install pilot
go install github.com/alekspetrov/pilot/cmd/pilot@latest
git clone https://github.com/alekspetrov/pilot
cd pilot
make build
sudo make install-global
``...