counselors
Counselors — Multi-Agent Review Skill
Fan out a prompt to multiple AI coding agents in parallel and synthesize their responses.
Arguments: $ARGUMENTS
If no arguments provided, ask the user what they want reviewed.
Phase 1: Context Gathering
Parse $ARGUMENTS to understand what the user wants reviewed. Then auto-gather relevant context:
- Files mentioned in the prompt: Use Glob/Grep to find files referenced by name, class, function, or keyword
- Recent changes: Run
git diff HEADandgit diff --stagedto capture recent work - Related code: Search for key terms from the prompt and read the most relevant files (up to 5 files, ~50KB total cap)
Be selective — don't dump the entire codebase. Pick the most relevant code sections.
More from skinnyandbald/fish-skills
simplify-parallel
Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination
38critic-review
Unified plan review — stack detection, Context7 staleness scan, multi-model counselors dispatch, and prioritized triage. Three modes: full pipeline (default), --dry-run (copyable prompt), --feedback (analyze external input).
36pr-resolution
Resolve PR review comments. Use when asked to fix PR feedback, given a PR URL, or on '/pr-resolution'.
34ceo-briefing
Research any topic and produce a structured executive briefing optimized for rapid CEO decision-making.
32capture-learning
Capture comprehensive problem-solving narratives from work sessions, documenting the journey of discovery
32process-meeting-notes
Process Fireflies meeting transcripts with mandatory full transcript analysis (not just Fireflies summary), extract action items from ALL participants, create GitHub issues with smart repo routing, run deterministic verification gates, and generate EOS Level 10 Meeting summaries. Use after team meetings or when the user mentions meetings, Fireflies, L10, or action item extraction.
28