Skip to content

Commands Overview

mra ships 31 commands organised by purpose.

Cross-Repo Development

CommandPurpose
mra <project...> [--with-deps]Launch Claude orchestrator with specified projects
mra --allLoad every project in the workspace
mra ask <project> "<question>"One-shot codebase query

Code Review

CommandPurpose
mra review <project>Local terminal review
mra review <project> --pr NPost inline comments on a GitHub PR
mra review <project> --personasRun 5 named domain-expert personas
mra plan <project> "<task>"Multi-expert implementation plan
mra test-audit <project>Kent Beck 11-principles test audit

Knowledge & Context

CommandPurpose
mra analyze <project>Generate Project Knowledge Base
mra export <project>Export project context files

Testing & Docker

CommandPurpose
mra db setupStart DB containers and import dumps
mra test <project>Run tests (auto-detects strategy)
mra watch <project>Auto-test on file change

See the README for the full list.

Released under the MIT License.