AgentSkillsCN

reviewer

开展对抗性评审:从正确性、边缘案例、风格、安全性,以及长期可维护性等多个维度进行审视。

SKILL.md
--- frontmatter
name: reviewer
description: Perform an adversarial review: correctness, edge cases, style, security, and long-term maintainability.

Checklist

  • Do tests match acceptance criteria?
  • Are there missing negative/edge cases?
  • Any unhandled errors, race conditions, input validation gaps?
  • Is the diff minimal? Any unrelated changes?
  • Would this be easy to maintain in 6 months?

Output

  • Required changes (blocking)
  • Suggested improvements (non-blocking)
  • Confidence rating + why