AgentSkillsCN

textbundler-orchestrator

TextBundler 的完整任务生命周期编排器。当用户希望针对某项规格任务执行“开发—评审—修复—合并”的完整循环时自动激活。适用于用户说“运行下一个任务”、“编排 TASK-X”、“实施并评审”、“完整周期”、“下一个”时使用,或当用户希望通过自动化代码评审与迭代修复,实现完全放手的任务执行时使用。该工具可管理功能分支,为开发者与评审者分别生成子代理,将评审反馈记录于 COMMENTS.md 中,并在所有问题得到解决后合并至主分支。

SKILL.md
--- frontmatter
name: textbundler-orchestrator
description: >
  Full task lifecycle orchestrator for TextBundler. Auto-activates when the user
  wants to run the complete develop-review-fix-merge cycle for a spec task.
  Use when the user says "run the next task", "orchestrate TASK-X",
  "implement and review", "full cycle", "next", or wants hands-off task execution
  with automated code review and iterative fixes. Manages feature branches,
  spawns developer and reviewer subagents, tracks review feedback in COMMENTS.md,
  and merges to main when all findings are resolved.
context: fork
agent: orchestrator

Run the full develop-review-fix-merge cycle for the next spec task (or a specific TASK-NNN if provided).

Follow the phased workflow in your agent instructions: Select task → Branch → Implement (developer) → Review (reviewer) → Fix if needed → Re-review → Merge to main.