AgentSkillsCN

linear-review-phase

当仅需从Issue上下文中获取审核结果时,使用此技能。

SKILL.md
--- frontmatter
name: linear-review-phase
description: Use this skill when review-only output is needed from issue context.
version: 1.1.0

Issue Review Phase

Use this skill for review-only sessions driven by issue context.

Required workflow

  1. Resolve and read the target issue.
  2. Gather review scope from objective/scope/checklist.
  3. Review for:
    • correctness/regressions
    • security/access-control risks
    • compatibility risks
    • missing tests/verification gaps
  4. Validate critical claims with evidence.
  5. Update issue with findings and verification summary.
  6. If review is passed and required changes are committed, close the issue.
    • confirm acceptance state is explicit (approved/no findings or findings resolved)
    • confirm commit reference(s) are recorded on the issue
    • set issue to a closed/done state in the tracker

Output contract

Always return:

  • issue reference used (DIM-123 and URL)
  • findings ordered by severity (or explicit no-findings)
  • verification evidence summary
  • closure status (closed or left open) with reason
  • residual risks/follow-ups