review-all
Installation
SKILL.md
Review workflow
- Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION):
bunx @willbooster/agent-skills@latest review --agent all - Treat the combined output as a set of candidate comments 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.
Related skills
More from willbooster/agent-skills
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
61review-gemini
Run Gemini CLI review against the current branch and report only the review comments that are still valid for the current codebase, without applying fixes.
50manage-pr-review-threads
Inspect unresolved review threads for the current pull request, then reply to and resolve them as needed.
49simplify-pr-claude
Use Claude Code to simplify the current pull request by safely reducing unnecessary scope, complexity, and noise while preserving the intended outcome.
47github-pr
Use for GitHub pull request workflows, especially opening PRs, checking GitHub Actions status for the latest workflow results, reviewing unresolved comments, and replying to review threads.
6