Review File banner
hynix666 hynix666

Review File

AI community

Description

--- description: Review specific files by path with the local Ollama model --- Review the file(s) named in $ARGUMENTS. If none are named, ask which files, or offer the most recently modified source files as candidates. ```bash python ~/.claude/skills/ollama-reviewer/scripts/cli.py review --file $ARGUMENTS ``` Add `--focus security,tests` if the user asked to narrow the review, and `--instructions "..."` to steer it at a specific function or concern. Then follow `~/.claude/skills/ollama-revie

Installation

Installs to ~/.claude/skills/hynix666-ollama-reviewer-review-file/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hynix666-ollama-reviewer-review-file && curl -fsSL https://raw.githubusercontent.com/hynix666/ollama-reviewer/HEAD/commands/review-file.md -o ~/.claude/skills/hynix666-ollama-reviewer-review-file/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository