AgentSkillsCN

taskforce-review-report

运行任务组评审协作流程:先用 mcp__acm__run(结合 codex-ultra 使用,若需多次评审则可叠加 gemini-ultra)开展 AI 代码评审,随后生成包含 STATUS 与 DESCRIPTION 的评审报告。当用户希望遵循 taskforce_review_report.md 文档,或期待完成“评审+报告”的完整闭环时,此方法便是理想之选。

SKILL.md
--- frontmatter
name: taskforce-review-report
description: "Run the taskforce review workflow: perform AI code reviews with mcp__acm__run (codex-ultra, add gemini-ultra if multiple reviews are needed) and then produce a review report with STATUS and DESCRIPTION. Use when asked to follow taskforce_review_report.md or to orchestrate review + report."
user-invocable: true

Taskforce Review Report

Act as the operator and drive the workflow steps below.

Workflow

  1. AI review

    • Use mcp__acm__run to have the agent perform a code review.
    • Default model: codex-ultra
    • Add gemini-ultra when two or more reviews are required.
  2. Write report

    • Summarize review results and report as the operator.
    • Format:
      • STATUS: APPROVE | CHANGE_REQUEST
      • DESCRIPTION: <description>