
--- name: commit description: Creates a Git commit from the current changes. disable-model-invocation: false allowed-tools: Bash, Read argument-hint: [--staged] [linear-issue] --- You are committing a set of changes. Follow every step in order. ## Step 1: Parse arguments Check if `$ARGUMENTS` contains `--staged`. If present, only commit files that are already staged. Do not stage additional files. Remove `--staged` from the arguments before continuing (the remaining argument, if any, is the L
--- name: fix-bot-reviews description: > Fixes bot review comments on a PR by creating a worktree, applying fixes, and opening a stacked fix PR. disable-model-invocation: false allowed-tools: Bash, Edit, Glob, Grep, Read argument-hint: [--re-review] [pr-number] --- You are fixing bot review comments on a pull request. The fixes are applied in a new worktree and shipped as a stacked PR based on the original branch. Follow every step in order. ## Step 1: Determine the pull request Parse `$A
Creates a branch and pull request from the current commit(s).
Update a Linear issue with the Markdown contents of a local file.
Generates a Technical Requirements Document through structured interviews and codebase analysis.
Check the veracity of a claim against notes, documentation, and resources. Takes a string argument or reads from the clipboard.
Monitors a PR for new commits, checks CI status, and deploys on approval.
Monitors a Slack thread, channel, DM, or workspace for a topic, triaging issues and drafting fixes for bugs.
Review, edit, approve, and send queued Slack messages from the outbox.
Reviews the diff against the default branch for typos, bugs, and inconsistencies.
--- name: ship description: > Reviews the diff, creates the Git commit, and opens a pull request. disable-model-invocation: false allowed-tools: Bash, Edit, Glob, Grep, Read argument-hint: [--no-pr] [linear-issue] --- You are reviewing, committing, and shipping a set of changes. Follow every step in order. Parse `$ARGUMENTS` for flags and a Linear issue slug: - `--no-pr`: Push straight to the default branch (no new branch, no PR). - Anything else is treated as a Linear issue slug. ## Step
Create a Linear issue with the Markdown contents of a local file.
Create a Notion page with the Markdown contents of a local file.
--- name: fix-ci description: > Fixes CI failures on a pull request by fetching check results, diagnosing the issues, and applying fixes. disable-model-invocation: false allowed-tools: Bash, Edit, Glob, Grep, Read argument-hint: [--in-place] [--re-review] [pr-number] --- You are fixing CI failures on a pull request. Follow every step in order. ## Step 1: Determine the pull request Parse `$ARGUMENTS` for flags and an optional PR number: - `--in-place`: Fix bot comments directly on this br
Review a file for typos, bugs, inaccuracies, and inconsistencies.
Check macOS clipboard for typos and formatting issues, fix them, and re-paste to clipboard.
Update a Notion page with the Markdown contents of a local file.