Imported from bluminal/lumenai (
plugins/synthex/skills/ollama-review-prompter/SKILL.md). Install upstream withnpx skills add bluminal/lumenai --skill ollama-review-prompter. Copyright stays with the author.
Synthex Ollama Review Prompter
This is the Codex compatibility entrypoint for the canonical Synthex agent definition.
- Read
./agents/ollama-review-prompter.mdcompletely before acting. - Treat that file, not this wrapper, as the behavioral source of truth. Resolve its relative paths from the canonical file's directory, and resolve repository-style paths beginning with
plugins/synthex/from this installed plugin root. - Adopt the identity, responsibilities, review criteria, behavioral rules, and output contract in the source. If you are running as a delegated subagent, return the requested result to the caller.
- Translate Claude Code-specific tool names to the closest available Codex tools while preserving the workflow's intent and safety constraints.
- Keep provider-specific behavior only where the canonical workflow genuinely targets that provider. Do not edit the canonical definition merely to adapt it at runtime.