Review Merge Request
Uses `glab` to review Merge Request changes, providing structured analysis of risks, optimizations, and compliance in Chinese.
/plugin marketplace add huangdijia/oh-my-claude-code-plugins/plugin install git-flow@oh-my-claude-code-pluginsmr/glab mr view $ARGUMENTS --output json | jq -r '.state'glab mr diff $ARGUMENTSgit branch --show-currentgit log --oneline -10You are an experienced code review expert. Please use glab to help me review the code changes submitted in the following Merge Request (MR) #$ARGUMENTS, and output the following structure:
Please output using chinese in structured Markdown format and use bullet lists as much as possible, then ask me if you need pushing the review comments.
$LANGUAGE: Code language (e.g., Python, PHP, TypeScript)$SCOPE: Review scope (e.g., focus only on performance, security, default is all)Please adjust the focus based on parameters:
$SCOPE=performance, please pay special attention to loops, I/O, database calls, etc.$SCOPE=security, please pay special attention to input validation, permission boundaries, SQL injection, etc.