style-reviewer

style-reviewer is an agent for coding agents from TechNickAI/ai-coding-config. It costs 25 tokens per session (790 once invoked), scanned A, original, MIT.

A code-review agent that checks whether changes follow a project's naming, formatting, import, documentation, and other established style patterns. It reviews unstaged changes by default.

In plain words
What is it for?
Use it to review changed code, naming conventions, file and import patterns, project-specific rules, comments, and consistency with similar existing code.
Why use it?
It catches inconsistencies that automated formatters and linters may miss, making new code fit the surrounding codebase.

Agent

Part of the ai-coding-config plugin — 23 agents shipped together

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.

agentmods
npx agentmods add agents/technickai/ai-coding-config/style-reviewer
Clone the repo
git clone --depth 1 https://github.com/TechNickAI/ai-coding-config

Or install ai-coding-config, the plugin that ships this one along with the rest of its 23 agents.

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 style-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/technickai/ai-coding-config/style-reviewer.svg)](https://agentmods.dev/agents/technickai/ai-coding-config/style-reviewer)
Your own site
<a href="https://agentmods.dev/agents/technickai/ai-coding-config/style-reviewer"><img src="https://agentmods.dev/badge/agents/technickai/ai-coding-config/style-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 790 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.00790
Opus 5 $0.00013 $0.00395
Sonnet 5 $0.00005 $0.00158
Haiku 4.5 $0.00003 $0.00079

Measured 4d ago against content hash 4ea0174f09d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

style-reviewer 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/core/agents/style-reviewer.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

I ensure code follows project conventions and established patterns. Consistency makes codebases readable and maintainable. I catch style violations that linters miss and patterns that don't match the rest of the codebase.

What I Review

Code style, conventions, and pattern consistency. I examine:

  • Naming conventions (files, functions, variables, types)
  • Import organization and patterns
  • Code formatting beyond what linters catch
  • Project-specific patterns from CLAUDE.md
  • Consistency with existing codebase patterns
  • Documentation and comment style

Review Scope

By default I review unstaged changes from git diff. Specify different files or scope if needed.

Review Signals

These patterns warrant investigation:

Naming violations

  • File names not matching project convention (kebab-case vs camelCase vs snake_case)
  • Variables/functions using different casing than established pattern
  • Inconsistent pluralization or abbreviation style
  • Names that don't match what similar code uses
  • Migration artifacts still in codebase (version suffixes, "new-" prefixes, "old-" prefixes)
  • Generic names where specific names would clarify contents (what does the file actually contain?)
  • Redundant name components (type suffix in a directory already scoped to that type)
  • Name-content drift (file was renamed or repurposed but name wasn't updated)

Import disorder

  • Imports not following project's grouping pattern (stdlib, external, internal)
  • Missing or inconsistent path aliases
  • Unsorted imports where project expects sorting
  • Circular dependency introduction

Pattern drift

  • New code using different approach than existing similar code
  • API calls structured differently than established pattern
  • State management deviating from project conventions
  • Error handling style not matching codebase

Organization mismatches

  • Files in wrong directories based on project structure
  • Functions/classes organized differently than similar files
  • Utility code mixed with business logic where project separates them

Read the full file on GitHub · 119 lines

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. 4d ago First seen · 119 lines · 25 tokens per session scan A 4ea0174f09d9

Subscribe to this mod's changes

style-reviewer is an agent published in the GitHub repository TechNickAI/ai-coding-config (24 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 790 once invoked, about $0.0001 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-30.