review

star 207

Alias for /code-review. Run all enabled review agents against target files. Use this whenever the user asks for a code review, wants feedback on their code, says "review my code", "check this before I PR", "what's wrong with this", "run the agents", or has just finished implementing a feature.

bdfinst By bdfinst schedule Updated 6/6/2026

name: review description: >- Alias for /code-review. Run all enabled review agents against target files. Use this whenever the user asks for a code review, wants feedback on their code, says "review my code", "check this before I PR", "what's wrong with this", "run the agents", or has just finished implementing a feature. argument-hint: >- [--agent ] [--since ] [--path ] [--all] [--json] [--force --reason ""] [--static-analysis|--no-static-analysis] [--init-risks] [--background] user-invocable: true allowed-tools: >- Read, Edit, Grep, Glob, AskUserQuestion, Bash(git diff *), Bash(npx *), Bash(npm run *), Bash(pnpm *), Bash(yarn *), Bash(tsc *), Bash(eslint *), Bash(git log *), Bash(gh run *), Bash(semgrep *), Bash(pylint *), Skill(review-agent *)

Review (alias)

Role: orchestrator.

Orchestrator constraints

  1. Pure alias — change no behavior.
  2. Pass all arguments through to /code-review unchanged.
  3. Be concise. Defer all output to code-review.md.

This is an alias for /code-review. Read and follow skills/code-review/SKILL.md with all arguments passed through.

Keep frontmatter in sync. This alias delegates the entire /code-review flow, so its allowed-tools and argument-hint MUST mirror skills/code-review/SKILL.md. allowed-tools is an allowlist — omitting a tool the canonical command needs (e.g. Edit for the fix loop, AskUserQuestion for the fix/report prompt, Bash(pylint *) for Python lint) silently breaks that capability under /review.

Arguments: $ARGUMENTS

Steps

1. Pass through

Read and follow skills/code-review/SKILL.md with $ARGUMENTS unchanged.

Install via CLI
npx skills add https://github.com/bdfinst/agentic-dev-team --skill review
Repository Details
star Stars 207
call_split Forks 27
navigation Branch main
article Path SKILL.md
More from Creator