Reply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone for humans, terse factual responses for AI bots.
1
AI 92
review-pr
flurdy2/9/2026
Review a pull request by checking the code changes, PR description, and CI status against the linked Jira ticket requirements. Produces an AC checklist and flags concerns.
1
AI 90
beads-check-dolt-migration
flurdy3/11/2026
Detect whether a beads installation needs migration from classic format (SQLite/JSONL) to Dolt.
1
AI 84
triage
flurdy3/19/2026
Create bead(s) from a user prompt. Investigates relevance, checks for duplicates, and may split complex requests into multiple focused beads. Use when given a feature request, bug report, or task desc...
1
next
flurdy1/30/2026
Pick the next bead to work on. Shows ready tasks (no blockers), applies user preferences for ordering (priority, type, recency), and helps select work.
1
AI 95
rebase-merged-parent
flurdy1/30/2026
Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been merged, and you need to rebase onto main while keeping only your commits.
1
rebase-parent
flurdy1/30/2026
Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has been updated (force-pushed after its own rebase or new commits added).