critic-review
Critic Review
Validate an implementation plan before writing code. Gathers current library docs via Context7 (staleness safeguard), dispatches to multiple models via counselors, and synthesizes findings into a prioritized action list.
Three modes:
- Default — full pipeline: detect stack → Context7 scan → build prompt → counselors dispatch → synthesize
--dry-run— generate a copyable prompt and stop (no dispatch)--feedback="..."or--feedback-file=path— analyze external reviewer input, skip Phases 2-5
Arguments: $ARGUMENTS
Phase 1: Parse arguments + resolve plan
Parse $ARGUMENTS:
- Extract flags:
--dry-run,--feedback="...",--feedback-file=path,--model=x,--models=x,y - If
--feedbackor--feedback-fileis present → skip to Phase 6 (feedback analysis mode)
More from skinnyandbald/fish-skills
simplify-parallel
Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination
38pr-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.
32counselors
Fan out a prompt to multiple AI coding agents in parallel and synthesize their responses.
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