MIU PR Review
Version updated for https://github.com/vanducng/miu-cr to version v0.89.2.
- 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
miu-cr is an AI code review tool that automates the process of reviewing staged changes, GitHub pull requests, and commits locally or in CI pipelines. It uses LLMs for deterministic analysis and outputs JSON envelopes on stdout, making it suitable for integration into various development workflows. The tool supports local reviews, GitHub PR reviews with inline comments, and can be used as a reusable action in CI pipelines.
What’s Changed
miu-cr v0.89.2
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.2
brew install vanducng/tap/miucr
go install github.com/vanducng/miu-cr/cmd/miucr@v0.89.2
GitHub Action:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: vanducng/miu-cr@v0.89.2
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