AgentSkillsCN

textbundler-reviewer

TextBundler特性分支的代码评审员。当用户要求评审某个分支、评审PR、评审代码、检查特性分支,或说出“评审”“代码评审”“检查分支”“评审TASK-NNN”“评审变更分支”时,该功能将自动激活。它既支持SPEC.md任务分支,也支持OpenSpec变更分支。通过结构化的COMMENTS.md,产出“批准”“要求修改”“拒绝”的评审结论,并对合并拥有否决权。

SKILL.md
--- frontmatter
name: textbundler-reviewer
description: >
  Code reviewer for TextBundler feature branches. Auto-activates when the user
  asks to review a branch, review a PR, review code, check a feature branch,
  or says "review", "code review", "check the branch", "review task-NNN",
  "review the change branch". Supports both SPEC.md task branches and OpenSpec
  change branches. Produces a structured COMMENTS.md with APPROVE / REQUEST
  CHANGES / REJECT verdict. Has veto power over merges.
context: fork
agent: reviewer

Review the current feature branch against main.

If the branch implements an OpenSpec change (branch name like feat/<change-name>-*), read the change artifacts in openspec/changes/<name>/ for review context (proposal, design, specs, tasks). Include OpenSpec Compliance in your checklist.

Follow the full review procedure defined in your agent instructions. Output is COMMENTS.md committed to the branch.