What problem does it solve? Running a development pipeline manually requires constantly checking which PRs need review responses, which PRs await review, and which Issues are ready for implementation. This Skill removes that triage burden by autonomously picking the single highest-priority task and executing it end-to-end without asking for human confirmation. ## Core Features & Use Cases - Priority-Based Task Selection: Scans open PRs and Issues in a fixed order (review-comment resolution → PR review → Issue implementation → Issue triage) using GitHub CLI label queries, and locks onto the first match. - Fully Autonomous Execution: Runs with Human Out of The Loop — no confirmation prompts, no needs-info labels; it verifies decisions against the codebase, Issue history, and web search instead. - Resolved-Issue Cleanup: Closes already-resolved Issues it encounters, always with a documented rationale referencing commits, PRs, or file paths. - Use Case: You tell the agent "run the dev pipeline autonomously" before a break; it updates main, finds the oldest PR with unresolved review comments, invokes the corresponding dev skill to resolve and merge it, then reports the outcome. ## Quick Start Tell the agent to run the dev pipeline autonomously and it will update main, pick the highest-priority PR or Issue, and complete one task end-to-end.