Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

auto-dev

النجوم١٤
التفرعات٢
آخر تحديث٢٥ يوليو ٢٠٢٦ في ١٩:٠٢

Autonomously burn down a GitHub issue backlog with a FLEET of N parallel sub-agents — each takes one issue through its whole lifecycle (`ai-migration-kit:implement-issue` → `ai-migration-kit:merge-pr` → report) then picks up the next, so N issues are always in flight. The orchestrator ABOVE `ai-migration-kit:implement-issue`/`ai-migration-kit:merge-pr`/`ai-migration-kit:create-issue`: surveys open issues, orders them (small effort first, then medium), assigns each worker a NON-overlapping code area to avoid conflicts, keeps exactly N running (retires a worker the moment its PR merges and dispatches a replacement), has workers file off-scope finds as fresh issues, and verifies real merge state itself (workers tend to idle at "PR ready" without landing). ALWAYS use it when the user wants to work through MANY issues hands-off with parallelism — "implement issues small first then medium with 3 agents", "keep N agents continuously implementing and merging issues", "burn down the backlog", "run the auto-dev loop",

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
5 ملفات
SKILL.md
readonly