autonomous-pr

Solid

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.

AI & Automation 519 stars 44 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
90
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ``` 1. BRANCH → Feature branch olustur 2. IMPLEMENT → Kodu yaz (kraken/spark) 3. VERIFY → Lokal test + lint + build 4. PR CREATE → gh pr create 5. CI WAIT → CI pipeline'i bekle 6. CI FIX → Basarisizsa duzelt, tekrar push (max 3) 7. REVIEW → Review feedback bekle 8. APPLY → Feedback'i uygula 9. READY → Merge'e hazir bildir ``` ## Kullanim ### Basit: Tek PR ```bash # Claude'a otonom PR olusturttir claude -p " Feature: kullanici profil sayfasi ekle Branch: feat/user-profile PR target: main Pipeline: 1. Branch olustur 2. Implement et 3. Test yaz 4. PR olustur 5. CI bekle ve fix et 6. 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 " ``` ## CI Fix Dongusu ``` CI BASARISIZ │ ├─ Build hatasi? │ └─ build-error-resolver agent cagir │ └─ Fix → Push → CI tekrar bekle │ ├─ Test basarisiz? │ └─ Hata mesajini oku │ ├─ Test kodu hatali → Test'i duzelt │ └─ Implementation hatali...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
4 months ago
Last Updated
1 weeks ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

autonomous-pr-driver

Autonomously drive a pull request to merge-ready — opening or attaching to it, then resolving automated code review (triage findings, fix the valid, reject the invalid, push, loop) and pinging a human to merge. Knows when to STOP: at diminishing returns (niche/trivial/contradictory findings, severity trending down, or review budget accruing) it declares the PR good-to-merge on substance and pauses rather than auto-looping to chase a bot to zero comments — resuming only if the user insists or a genuinely important finding appears. Use when asked to 'drive / ship / land this PR', 'get the PR green', 'resolve the PR review comments', 'address the CodeRabbit / Cursor / Bugbot / Codex findings', 'fix the code review and push', 'stop over-fixing / merge it', or to loop on PR reviews until checks pass.

2 Updated 1 weeks ago
stealth-engine
AI & Automation Featured

skill-finish-branch

Wrap up a branch — run tests, create PR, merge or discard — use when implementation is done

3,891 Updated today
nyldn
AI & Automation Solid

pr-autofix

When the user has PR review feedback to address, CI failures to fix, or wants to automatically resolve common PR issues. Use when the user says "fix the PR," "address review comments," "CI is failing," "fix the build," "autofix," "pr feedback," "resolve comments," "fix merge conflicts," or when a PR needs updates before merge. Reads the review comments, diagnoses issues, and applies fixes.

4 Updated 4 days ago
irfad7