بنقرة واحدة
backlog-execute
Autonomous execution skill for tickets (backlog). Use when implementing a ticket (TASK-xxx).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Autonomous execution skill for tickets (backlog). Use when implementing a ticket (TASK-xxx).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audit the last N completed backlog tickets that the autonomous `pi` loop finished, judging the work on Correctness, Conciseness, Clarity, Organization, and Resilience. File any required fixes as tightly-scoped backlog tickets with thorough plans and proper dependencies so the next `pi` round course-corrects. Invoke when checking in on pi's progress, e.g. "review pi's last few tickets".
Use when querying, managing, or automating Actual Budget via the command line — accounts, transactions, budgets, categories, payees, schedules, rules, or AQL queries against an Actual Budget server.
Use acli CLI for Atlassian operations — primarily Jira work item management, project operations, sprint tracking, and board management with JQL search. Also covers Confluence page/space/blog operations and a CQL search fallback (acli has no native Confluence search).
Autonomous planning skill for tickets (backlog). Use when planning implementation for a ticket (TASK-xxx). Spawns research subagents, analyzes dependencies, creates sub-tickets for discrete work, and writes detailed implementation plans.
Write or rewrite content in my authentic voice using my voice DNA profile. Use when drafting technical docs, blog posts, RFCs, proposals, or reviewing/editing prose for voice consistency.
Guidelines and best practices when writing Elixir code. Claude should use this skill whenever asked to modify, evaluate or review Elixir files (.ex or .exs).
| name | backlog-execute |
| description | Autonomous execution skill for tickets (backlog). Use when implementing a ticket (TASK-xxx). |
Execute one ticket: $0
Instructions:
backlog task $0 --plainbacklog task edit $0 -s "In Progress" -a @ralphbacklog task edit $0 -s "To Do", then
exit — do not continue executing a blocked ticket.backlog task edit $0 --append-notes "..."backlog task edit $0 --final-summary "..."backlog task edit $0 -s Donegit commit --amend --no-edit.
Committing the code first and folding the Done flip in afterward means an
interruption between steps 8-10 (e.g. this process being killed) never
leaves a ticket marked Done with its work uncommitted — worst case is a
ticket that's already-committed but still shows its prior status, which a
future run can safely re-check rather than silently losing finished work.Do NOT start work on multiple tickets. Complete exactly ONE ticket then exit.
Additional Information: $ARGUMENTS