@ryanb · 11 items
Ranked PR review list with dependency trees and filtered line counts.
Interactive rebase workflow.
Walk through PR changes from the user's perspective.
Compare local vs remote branch to detect rebase/merge mistakes.
Run bin/claude-review --print and automatically fix all reported issues, committing each fix individually.
Evaluate unresolved review comments on the current branch's PR and, after user confirmation, address each in a separate sub-agent and separate commit.
Amend a commit further back in history with fixup and auto-rebase.
Summarize work done since the last standup across the user's configured repos — merged PRs, open PR reviews, PRs/commits authored, and a per-repo summary of code changes.
Git bisect to find the first bad commit by running a test command.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Like grill-me, but asks one structured, numbered question at a time with multiple-choice options. Use when the user wants a disciplined interview to stress-test a plan or design, or mentions "interview me".
Evaluate pending (unsubmitted) review comments on the current branch's PR and, after user confirmation, address each in a separate sub-agent and separate commit.