Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate those changes into your feature branch.
Initialize work on a Jira ticket. Creates a new branch with conventional commit prefix based on the ticket type. Use when starting work on a new ticket.
Detect whether a beads installation needs migration from classic format (SQLite/JSONL) to Dolt.
Start a recurring PR status dashboard — polls every 5 minutes until end of day. Shortcut for `/loop 5m /pr-status`.
Integrate Trello boards with Beads — pull triage cards into beads, sync closed beads back to Trello. Use for project management bridging between Trello and Beads.
Morning catch-up view — assigned Jira tickets, open PRs, current working copy state, and (if present) in-progress and ready beads in one glance. Run at session start to orient.
Complete an in-progress task by running clean-code, staging, committing, and closing the bead. Use after /verify-task.
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…
Verify that a task's implementation meets its requirements and has adequate test coverage (happy path, sad path, edge cases). Use before /complete-task.
View the latest EAS build status and errors. Fetches build details, extracts failure logs, and suggests fixes for common iOS/Android build issues.
Opinionated craft review of your own changes — flags rushed code, missed reuse, misplaced symbols, weak test coverage deltas, and drift from project consensus.
Portfolio-wide drift sweep across Jira, beads, and GitHub PRs. Cross-references your assigned Jira tickets, in_progress/ready beads, and recent PRs to flag status drift, orphan…
Create a new branch stacked on another PR. Use when you want to start work that depends on an existing PR that hasn't been merged yet.
Show enriched status of your open PRs — CI checks, approvals, and unresolved review threads in one table.
Multi-repo git workflow rules and setup. Provides mgit wrapper for safe permission patterns across independent service repositories.
Take a screenshot of the running web application for visual verification of UI/CSS changes. Use when iterating on frontend changes and need to see the result.
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…
Migrate a beads installation from classic format (SQLite/JSONL on beads-sync worktree branch) to the new Dolt-based format.
Audit health of contract tests across services — staleness, sync gaps, uncommitted pacts, missing tests.