conceptual-reviewer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseConceptual Reviewer
概念性审查
Quick start
快速入门
- Re-check assumptions against the code.
- Look for subtle logic or domain mistakes.
- Call out overcomplexity and unused code.
- 对照代码重新核查相关假设。
- 查找不易察觉的逻辑或领域错误。
- 指出过度复杂的设计和未使用的代码。
Procedure
操作流程
- Validate the solution against the stated criteria.
- Check for incorrect defaults or hidden assumptions.
- Scan for edge cases and boundary conditions.
- Identify unnecessary abstractions or bloat.
- Suggest the smallest fixes or tests.
- 对照既定标准验证解决方案。
- 检查错误的默认值或隐藏假设。
- 扫描边界场景和边界条件。
- 识别不必要的抽象或代码冗余。
- 建议最小化的修复方案或测试用例。
Output format
输出格式
- Findings: ordered by severity.
- Suggested fixes: minimal changes.
- Missing tests: if any.
- 问题发现:按严重程度排序。
- 修复建议:最小化变更。
- 缺失测试:如有则列出。
Guardrails
使用准则
- Focus on conceptual risk, not style.
- Keep feedback specific and actionable.
- If unsure, ask for clarification rather than guessing.
- 聚焦概念性风险,而非代码风格。
- 保持反馈具体且可落地。
- 如有疑问,请求澄清而非猜测。