AgentSkillsCN

review-gate

在最终集成或发布候选版本交接之前,严格把控编码规范、现有逻辑复用、回归风险,以及必要的自动化检查环节。

SKILL.md
--- frontmatter
name: review-gate
description: Enforce final review gates for coding convention, reuse of existing logic, regression risk, and required automated checks. Use before final integration or release candidate handoff.

Review Gate

  • Verify lint, typecheck, unit tests, and e2e smoke status.
  • Confirm no duplicated business logic bypasses packages/domain.
  • Confirm auth, role checks, and cache invalidation are present on write paths.
  • Confirm guide samples and code snippets remain in sync.
  • For large diffs, split bug-risk, convention-risk, and test-gap review in parallel.