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
Sourcewillbooster/agent-skills
Added on
NPX Install
npx skill4agent add willbooster/agent-skills review-allTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Review workflow
- Run the following command from the repository root with 1 hour timeout:
bunx @willbooster/agent-skills@latest review --agent all - Treat the combined output as the candidate comment set returned by Codex, Claude Code, and Gemini CLI running concurrently.
- Merge the returned review results into a single candidate comment set, deduplicating comments that point to the same underlying issue.
- Judge whether each candidate comment is still valid in the current codebase.
- Report only the comments you judged valid. If none remain, respond with exactly:
There is no concern.