review-to-tasks
Retrieve PR review comments and convert them into tasks. Use when review responses or checking PR comments are required.
taskforce-coding-buddy
Run the coding taskforce buddy workflow: implement with codex-ultra, run unit tests with gpt-5.1-codex-mini, triage results, and iterate fixes using the same session_id. Use when asked to follow taskforce_coding_buddy.md or to orchestrate this multi-step coding workflow.
taskforce-review-report
Run the taskforce review workflow: perform AI-driven code reviews using mcp__acm__run (codex-ultra by default; add gemini-ultra when multiple reviews are required) and then produce a review report with STATUS and DESCRIPTION. Use this when asked to follow taskforce_review_report.md or to orchestrate review plus report generation.
taskforce-coding-team
Run the taskforce coding team workflow: execute the taskforce-coding-buddy skill with codex-ultra, execute the taskforce-review-report skill with gemini-ultra, and loop based on the report STATUS. Use when asked to follow taskforce_coding_team.md or to orchestrate this coding+review loop.