SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Request cross-AI peer review of phase plans from external AI CLIs
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
<objective> Invoke external AI CLIs (Gemini, the agent, Codex, OpenCode) to independently review phase plans. Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into planning via /gsd-plan-phase --reviews. **Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md </objective> <execution_context> @.agent/get-shit-done/workflows/review.md </execution_context> <context> Phase number: extracted from $ARGUMENTS (required) **Flags:** - `--gemini` — Include Gemini CLI review - `--claude` — Include the agent CLI review (uses separate session) - `--codex` — Include Codex CLI review - `--opencode` — Include OpenCode review (uses model from user's OpenCode config) - `--all` — Include all available CLIs </context> <process> Execute the review workflow from @.agent/get-shit-done/workflows/review.md end-to-end. </process>