MCP Prompts

Generated automatically at build time from the madtea repository - do not edit here. Source: docs/reference/prompts.md.

madtea registers its golden-path workflows as MCP prompts. A client that supports prompts (such as Claude Code) surfaces each one as a slash command — invoke it as /mcp__madtea__<name> followed by the prompt’s arguments.

PromptInvocationTitleArguments
file-issue/mcp__madtea__file-issueFile a well-formed issuetitle (required): concise issue title; body (optional): issue body: context, expected vs actual, repro steps (optional)
finish-branch/mcp__madtea__finish-branchFinish the current branchsummary (required): what changed and why (PR body); closes (optional): comma-separated issue numbers to close on merge (optional; e.g. 42,57)
reconcile/mcp__madtea__reconcileReconcile a conflicted pull requestnumber (required): the pull request number to reconcile (e.g. 42)
release/mcp__madtea__releaseCheck release cadence and cut a release
review/mcp__madtea__reviewReview a pull requestnumber (required): the pull request number to review (e.g. 42)
standup/mcp__madtea__standupRecent activity summarydays (optional): how many days back to summarize (optional; default 7)
start-feature/mcp__madtea__start-featureStart a feature branchname (required): branch/feature name (e.g. fix-login or issue-42-rate-limit)
triage/mcp__madtea__triageTriage the open backlogtarget (optional): what to rank: omit for the current repo, or pass owner/repo, or a bare owner to aggregate a whole org

Canonical source: docs/reference/prompts.md in the madtea repo.