supervisor
Supervisor
Single-loop orchestrator that runs the full AI pipeline each cycle. Instead of three separate /loop commands, this runs all phases sequentially in one session, saving API cost and context.
Cycle Order
Each cycle clears the pipeline from the end first:
- Merge — land
ai-approvedPRs (clears the way) - Review — review
needs-ai-reviewPRs (producesai-approved) - Feedback — address
ai-changes-requestedPRs (producesneeds-ai-review) - Implement — pick up the next
ai-readyissue (produces new PRs)
Comment Authorship
Every comment posted by AI MUST start with **[AI]**. When reading comments:
- Starts with
**[AI]**→ AI (previous runs) - Does NOT start with
**[AI]**→ human
More from hifisaputra/skills
brainstorm-to-issues
Interactive brainstorming session that refines an idea into a PRD and breaks it into GitHub issues labeled ai-ready. Use when user wants to brainstorm, plan a feature, has an idea to discuss, says "brainstorm", "let's plan", "I have an idea", or wants to break work into issues.
15code-review
Thorough code review of a PR — checks correctness, security, performance, style consistency, test coverage, and verifies the PR addresses its linked issue. Use when user says "review this PR", "check this PR", "look at this diff", or any request to review code changes.
11process-issues
Autonomous loop that picks up ai-ready GitHub issues, handles PR feedback, and asks clarifying questions when blocked. Use when user says "work issues", "start working", "process backlog", or wants AI to autonomously implement GitHub issues.
9process-reviews
Autonomous loop that finds PRs needing AI review and delegates to the code-review skill. Use when user says "review PRs", "start reviewing", "check for PRs to review", "process reviews", or wants AI to continuously monitor and review PRs.
9code-implementation
Implements a code task using a structured plan-first approach with TDD when tests exist, or direct implementation for docs/config changes. Use when user says "implement this", "build this feature", "fix this bug", or any request to write code for a well-defined task.
9work-issues
Autonomous loop that implements ai-ready GitHub issues, handles PR feedback, and asks clarifying questions when blocked. Use when user says "work issues", "start working", "process backlog", or wants AI to autonomously implement GitHub issues.
5