AI SummaryPR'i olusturmaktan merge'e kadar tum sureci otonom yonet. CI basarisiz olursa duzelt, review feedback gelirse uygula, butce asarsa dur.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "autonomous-pr" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/autonomous-pr && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/autonomous-pr/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/agent/autonomous-pr/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/autonomous-pr/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/agent/autonomous-pr/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Otonom PR yasam dongusu. PR olustur, CI bekle, hata varsa duzelt, review feedback'i uygula, merge'e hazirla. Budget ve zaman limiti ile kontrol altinda tutulan tam otonom PR pipeline'i.
Autonomous PR Lifecycle
PR'i olusturmaktan merge'e kadar tum sureci otonom yonet. CI basarisiz olursa duzelt, review feedback gelirse uygula, butce asarsa dur.
PR Pipeline
` • BRANCH → Feature branch olustur • IMPLEMENT → Kodu yaz (kraken/spark) • VERIFY → Lokal test + lint + build • PR CREATE → gh pr create • CI WAIT → CI pipeline'i bekle • CI FIX → Basarisizsa duzelt, tekrar push (max 3) • REVIEW → Review feedback bekle • APPLY → Feedback'i uygula • READY → Merge'e hazir bildir `
Claude'a otonom PR olusturttir
claude -p " Feature: kullanici profil sayfasi ekle Branch: feat/user-profile PR target: main Pipeline: • Branch olustur • Implement et • Test yaz • PR olustur • CI bekle ve fix et • Hazir olunca bildir " `
Gelismis: Budget ve Zaman Limiti
`bash claude -p " Feature: auth middleware refactor Branch: refactor/auth-middleware PR target: main Limitler: --budget 500K tokens # Max token harcama --max-duration 30m # Max sure --max-ci-retries 3 # Max CI fix denemesi --auto-merge false # Merge'i ben onaylayacagim Basarisiz olursa: Draft PR olarak birak, ne yaptigini acikla " `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster