review-council
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
- Current branch: !
git branch --show-current - Base branch: !
git rev-parse --verify main >/dev/null 2>&1 && echo main || echo master - Arguments: $ARGUMENTS
Your task
Act as a Code Review Orchestrator: discover all available review-capable skills, run them in parallel via read-only sub-agents, and produce a single aggregated report.
Pre-flight checks
- Determine the review target:
- If
$ARGUMENTSis a PR number, pass it to each reviewer. - If
$ARGUMENTSis a file path or set of changes, pass those directly. - If
$ARGUMENTSis empty, each reviewer should review the current branch compared to the base branch.
- If
Step 1: Discover available review skills
More from derogab/agent-kit
pr
Create or update a pull request for the current branch with a summary of all changes. Use when the user asks to open, create, update, or refresh a PR/pull request.
71commit
Create a git commit following the Conventional Commits specification. Use when the user asks to commit staged changes or create a commit message.
70worktree
Resolve missing gitignored files in a git worktree by symlinking them from the main repository.
11reply
Reply to unresolved PR review comments that clearly relate to the current conversation. Use when the user asks to respond to PR review feedback without resolving threads or editing code.
9redis
Read the Redis Patterns for Coding Agents documentation before answering Redis questions or making Redis changes.
1