superpowers-review

对代码变更进行多维度质量审查,覆盖功能正确性、边界条件处理、测试完备性、安全风险、性能隐患、可读性及文档完整性,按严重程度分级标注问题并提供改进建议,确保交付前达到生产就绪标准。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add anthonylee991/gemini-superpowers-antigravity --skill "superpowers-review"

Review Skill

When to use this skill

  • before delivering final code changes
  • after implementing a planned set of steps
  • before merging or shipping

Severity levels

  • Blocker: wrong behavior, security issue, data loss risk, broken tests/build
  • Major: likely bug, missing edge cases, poor reliability
  • Minor: style, clarity, small maintainability issues
  • Nit: optional polish

Checklist

  1. Correctness vs requirements
  2. Edge cases & error handling
  3. Tests (adequate coverage, meaningful assertions)
  4. Security (secrets, auth, injection, unsafe defaults)
  5. Performance (obvious hotspots, N+1, unnecessary work)
  6. Readability & maintainability
  7. Docs / comments updated if needed

Output format

  • Blockers
  • Majors
  • Minors
  • Nits
  • Overall summary + next actions