Multipov Code banner
capitalthought capitalthought

Multipov Code

AI community

Description

Run a multi-agent code review on `$ARGUMENTS` (default: current branch changes) via the multipov.ai MCP server. Determine the diff range from arguments: `--staged`, `--unstaged`, or a ref range like `main..HEAD` (default). ## Fallback: Review Last Committed Work Before proceeding, check whether the determined diff range contains changes: ```bash DIFF_OUTPUT=$(git diff --stat $DIFF_RANGE 2>/dev/null) ``` If `$DIFF_OUTPUT` is empty AND there are no staged or unstaged changes: 1. Fall back to

Installation

Installs to ~/.claude/skills/capitalthought-multipov-docs-multipov-code/SKILL.md

Terminal
mkdir -p ~/.claude/skills/capitalthought-multipov-docs-multipov-code && curl -fsSL https://raw.githubusercontent.com/capitalthought/multipov-docs/HEAD/skills/multipov-code.md -o ~/.claude/skills/capitalthought-multipov-docs-multipov-code/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository