MIU PR Review
Version updated for https://github.com/vanducng/miu-cr to version v0.89.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The miu-cr GitHub Action automates AI-based code review for CLI, CI, and MCP hosts. It provides features like local review of staged changes, integration with GitHub PRs for inline comments, and support for custom project rules via .miu/cr/rules/*.md files. The action also offers CI/Actions integration through reusable workflows and supports evaluation using miucr eval.
What’s Changed
miu-cr v0.89.0
AI code review for local changes and GitHub pull requests. Use it as a CLI, CI gate, or GitHub Action with your own LLM key.
Install
curl -fsSL https://cr.miu.sh/install.sh | sh -s -- v0.89.0
brew install vanducng/tap/miucr
go install github.com/vanducng/miu-cr/cmd/miucr@v0.89.0
GitHub Action:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: vanducng/miu-cr@v0.89.0
with:
api-key: ${{ secrets.ANTHROPIC_API_KEY }}
Common commands
miucr login --provider openai
miucr review --staged
miucr review --from main --to HEAD --gate high
miucr review --pr owner/repo#123 --post
miucr upgrade
Docs: https://cr.miu.sh