Skip to content
Skill

autonomous-pr

by majiayu000

AI Summary

PR'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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
428 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars428
Forks72
Issues0
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code