adversarial-review
Run an Ollama-backed adversarial review that challenges the implementation approach and design choices, not just defects. Mirrors /codex:adversarial-review but routes through the user's local LLM.
Run a code review on local git state using a local Ollama-served model via the Claude Code headless harness. Mirrors /codex:review but routes through the user's local LLM.
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "review" with this command: npx skills add 941design/skillsmp-941design-941design-review
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Run an Ollama-backed adversarial review that challenges the implementation approach and design choices, not just defects. Mirrors /codex:adversarial-review but routes through the user's local LLM.
Internal helper contract for calling the ollama-companion runtime from Claude Code
Verify the Ollama daemon is reachable, the configured review model is pulled, the Anthropic-compatibility endpoint responds, and the Claude CLI is wired up for local-LLM review. Run this before /ollama:review or /ollama:adversarial-review.
Internal guidance for presenting ollama-companion output back to the user