with one click
claude_code_setup
claude_code_setup contains 8 collected skills from mkXultra, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Orchestrate a multi-model build-and-review workflow. Use when Codex receives YAML input with a builder model, optional builder session_id, fixed reviewer sessions, a shared review prompt, a reviewer verification prompt, done criteria, and a max loop count, and must run a builder, collect review findings via files, merge and deduplicate findings, resolve contradictions by resuming reviewer sessions, loop the builder until done, and return each agent's final model, session_id, and status.
Orchestrate a multi-model review-and-fix workflow using only ai-cli run and ai-cli wait. Use when Codex receives YAML input with fixed reviewer sessions, a shared review prompt, and a required fixer model/session, and must run codex-ultra, gemini-ultra, and claude-ultra reviews, enforce structured reviewer output, merge and deduplicate findings, resolve contradictions by resuming reviewer sessions, optionally run a fixer, and return each agent's final model, session, and status.
Orchestrate a multi-model review-and-fix workflow using only mcp__acm__run and mcp__acm__wait. Use when Codex receives YAML input with fixed reviewer sessions, a shared review prompt, and a required fixer model/session, and must run codex-ultra, gemini-ultra, and claude-ultra reviews, enforce structured reviewer output, merge and deduplicate findings, resolve contradictions by resuming reviewer sessions, optionally run a fixer, and return each agent's final model, session, and status.
Orchestrate a 3-model parallel review workflow using mcp__acm__run and mcp__acm__wait. Runs codex-ultra, gemini-ultra, and claude-ultra reviews in parallel, enforces structured output, merges and deduplicates findings, resolves contradictions, and returns a final merged review report. No fixer agent is involved.
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.
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.
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.
PRのレビューコメントを取得してタスク化する。レビュー対応やPRのコメント確認が必要な時に使用