review-all

Original🇺🇸 English
Translated

Run Codex, Claude Code, and Gemini CLI reviews against the current branch concurrently, deduplicate the findings, and report only the review comments that are still valid for the current codebase.

11installs
Added on

NPX Install

npx skill4agent add willbooster/agent-skills review-all

Tags

Translated version includes tags in frontmatter

Review workflow

  1. Run the following command from the repository root with 1 hour timeout:
    bunx @willbooster/agent-skills@latest review --agent all
  2. Treat the combined output as the candidate comment set returned by Codex, Claude Code, and Gemini CLI running concurrently.
  3. Merge the returned review results into a single candidate comment set, deduplicating comments that point to the same underlying issue.
  4. Judge whether each candidate comment is still valid in the current codebase.
  5. Report only the comments you judged valid. If none remain, respond with exactly:
    There is no concern.