What problem does it solve?
The maintainer's daily console for the auto-dev pipeline surfaces everything currently blocked on you (the open automated PR awaiting review/merge, plans awaiting approval, questions and park proposals awaiting an answer, parked issues to revisit, and brand-new untriaged issues), presents it as a one-line worklist, then loops: you reply with an item number and your decision, the skill executes that decision against the auto:* state machine as you (never with the auto-dev marker), and re-presents the shrinking list until the queue is drained or you say you're done. Use when the user says "review the pipeline", "what needs my input", "review the issue queue", "process the auto-dev queue", "check what auto-dev is waiting on", "let's do the daily review", "approve/answer/park #N", or similar. Never merges on its own. Never builds issues — it only feeds your decisions back to the pipeline.
Core Features & Use Cases
- The human half of the auto-dev pipeline surfaces blocked items and requires your decisions to progress.
- Executes decisions against the auto:* state machine while ensuring human oversight and prohibiting automatic merges.
- Maintains safety invariants: you are the human, never auto-merge, and decisions are posted as your input.
Quick Start
Start by listing the current queue, then reply with decisions for each item (e.g., '#663 approved' or 'park #641'), and the skill will apply your choices and refresh the worklist.