From ask-llm
Get a second opinion from a local Ollama LLM on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. No API keys needed. Use when user asks to "review with Ollama", "local code review", or "review offline".
npx claudepluginhub lykhoyda/ask-llm --plugin ask-llmThis skill uses the workspace's default tool permissions.
Review current code changes by delegating to the `ollama-reviewer` agent.
Reviews git diffs with Codex for bugs, security vulnerabilities, style issues, and performance problems. Useful for second opinions after AI edits or pre-commit checks.
Reviews git diffs using Gemini for bugs, security vulnerabilities, style inconsistencies, performance issues, and more. Ideal for second opinions on changes before committing.
Self-review code changes using GitHub-style visual diff viewer (difit). Add comments on specific lines in browser; comments output to Claude for applying edits via git diff.
Share bugs, ideas, or general feedback.
Review current code changes by delegating to the ollama-reviewer agent.
Gather the diff to review:
git diff to get unstaged changesgit diff --cached to get staged changesIf the diff is empty, inform the user there are no changes to review.
Launch the ollama-reviewer agent with the diff content. The agent handles the Ollama prompt structure and output formatting.