code-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCode review
代码审查
Always start by inspecting the changes. If you're on the git branch, typically the (staged) git diff. If you're on a different branch, the committed and uncommitted changes compared to the main branch.
main始终从检查变更内容开始。如果你处于 git分支,通常查看(已暂存的)git diff内容。如果你在其他分支,则对比main分支查看已提交和未提交的变更。
mainMethod
方法
Please dispatch two subagents to carefully review the code changes. Tell them that they're competing with another agent. Make sure they look at both architecture and implementation. Tell them that whomever finds more issues wins honour and glory.
请分派两个子Agent来仔细审查代码变更。告知它们正在与另一个Agent竞争,确保它们同时关注架构设计和具体实现。告诉它们,发现更多问题的一方将获得荣誉与认可。