MIU PR Review
Version updated for https://github.com/vanducng/miu-cr to version v0.81.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.
What’s Changed
miu-cr v0.81.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.81.0
brew install vanducng/tap/miucr
go install github.com/vanducng/miu-cr/cmd/miucr@v0.81.0
GitHub Action:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: vanducng/miu-cr@v0.81.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