230-review_for_enhancements

230-review_for_enhancements is a cursor rule for Cursor from pblagoje/mcp-ollama-python. It costs 231 tokens per session, scanned A, original, MIT.

A code-review rule requiring a final pass over code changed during a task. The pass looks for small, low-risk improvements such as clearer names, less duplication, and alignment with nearby code.

In plain words
What is it for?
Use it after code edits to refine the touched files and thin wrappers while keeping the change focused.
Why use it?
It catches avoidable clutter and inconsistencies before the work is handed back without expanding into unrelated redesigns.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it after code edits to refine the touched files and thin wrappers while keeping the change focused.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/pblagoje/mcp-ollama-python/230-review_for_enhancements
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/pblagoje/mcp-ollama-python

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 230-review_for_enhancements

README.md
[![agentmods](https://agentmods.dev/badge/rules/pblagoje/mcp-ollama-python/230-review_for_enhancements/github.svg)](https://agentmods.dev/rules/pblagoje/mcp-ollama-python/230-review_for_enhancements)
Your own site
<a href="https://agentmods.dev/rules/pblagoje/mcp-ollama-python/230-review_for_enhancements"><img src="https://agentmods.dev/badge/rules/pblagoje/mcp-ollama-python/230-review_for_enhancements/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 230-review_for_enhancements

Your own site · 80×15
<a href="https://agentmods.dev/rules/pblagoje/mcp-ollama-python/230-review_for_enhancements"><img src="https://agentmods.dev/badge/rules/pblagoje/mcp-ollama-python/230-review_for_enhancements.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 231 This file is loaded in full into every session.
When invoked 231 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00231 $0.00231
Opus 5 $0.00115 $0.00115
Sonnet 5 $0.00046 $0.00046
Haiku 4.5 $0.00023 $0.00023

Measured 9d ago against content hash 8958cc6f697c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

230-review_for_enhancements scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/230-review_for_enhancements.mdc · 20 lines

What it actually says

030 — Review for enhancements before return

After any code change, and before the final reply to the user:

  1. Review only the code you touched (and thin wrappers you added) for clear improvements.
  2. Apply improvements when they are local, low-risk, and clearly better:
    • Remove duplication introduced by the change
    • Tighten names, types, and docstrings to match behavior
    • Prefer existing project helpers over one-off copies
    • Reduce noise (redundant checks, dead code you added)
    • Align with nearby style and patterns in the same module
  3. Do not expand into drive-by refactors of unrelated files or speculative redesigns.
  4. Do not add features, abstractions, or tests the user did not ask for unless needed to keep the change correct/safe.
  5. If a larger enhancement is worth doing later, mention it briefly; do not implement it in the same pass unless it is a small fix-up of the current change.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 20 lines · 231 tokens per session scan A 8958cc6f697c

Subscribe to this mod's changes

230-review_for_enhancements is a cursor rule published in the GitHub repository pblagoje/mcp-ollama-python (5 stars, last pushed 18d ago), licensed MIT. It adds 231 tokens to every session, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.