review-council

Installation
SKILL.md
Contains Shell Commands

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

  1. Determine the review target:
    • If $ARGUMENTS is a PR number, pass it to each reviewer.
    • If $ARGUMENTS is a file path or set of changes, pass those directly.
    • If $ARGUMENTS is empty, each reviewer should review the current branch compared to the base branch.

Step 1: Discover available review skills

Related skills
Installs
8
GitHub Stars
4
First Seen
Mar 8, 2026