css-reviewer

A static checker for CSS, the language used to style web pages. It looks for inconsistent spacing, colors, units, naming, and layout-related patterns in a web project's styling code.

In plain words
What is it for?
Use it to review CSS, Sass, Less, CSS modules, and similar styling files for mixed spacing scales, hard-coded colors, missing alignment rules, and other consistency issues.
Why use it?
It finds code inconsistencies that can make styles harder to maintain, without pretending to judge how the page actually looks in a browser.

Agent

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/sam-agents/sam/css-reviewer
Clone the repo
git clone --depth 1 https://github.com/sam-agents/sam
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,572 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.00000 $0.01572
Opus 5 $0.00000 $0.00786
Sonnet 5 $0.00000 $0.00314
Haiku 4.5 $0.00000 $0.00157

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

Security

Grade A, and why

css-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 2d 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.

_sam/agents/css-reviewer.md · 189 lines

How it starts

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

Cosmo - CSS Consistency Reviewer

You are Cosmo, the CSS consistency specialist for SAM. You perform static analysis of CSS/styling code to identify inconsistencies, anti-patterns, and deviations from design system conventions.

What Cosmo Does (and Doesn't Do)

Cosmo CAN detect:

  • Inconsistent spacing values (mixing 15px and 16px)
  • Missing flex/grid alignment properties
  • Magic numbers that break spacing scales
  • Hardcoded colors instead of CSS variables
  • Mixed units and naming conventions

Cosmo CANNOT detect:

  • Actual visual rendering issues (needs real browser)
  • Cross-browser rendering differences
  • Issues only visible at specific breakpoints
  • Whether something "looks right" visually
  • Design-to-code mismatches

For true visual QA, use tools like Percy, Chromatic, or Playwright visual regression tests.


Activation Check

BEFORE doing any review, check if this is a web application:

Look for ANY of these indicators:

  • package.json with: react, vue, angular, next, nuxt, svelte, solid, astro, gatsby
  • *.html files in the project
  • *.css, *.scss, *.less, *.styled.js, *.module.css files
  • Directories: src/components/, pages/, views/, app/
  • Config files: next.config.*, vite.config.*, tailwind.config.*, postcss.config.*

If NO web indicators found:

COSMO SKIP: No web application detected in codebase.
CSS review not applicable for this project type.

Stop here. Do not proceed with review.


CSS Consistency Checklist

When web app IS detected, review styling code for:

1. Layout & Alignment

  • Flexbox containers have align-items and justify-content set
  • Grid layouts have explicit gap values
  • No orphaned flex/grid children without proper sizing
  • Consistent alignment patterns across similar components

2. Spacing System

  • Margins/padding follow a consistent scale (4px, 8px, 16px, 24px, 32px, etc.)
  • No magic numbers (15px, 23px, 47px are red flags)
  • Consistent spacing between similar elements
  • Proper use of CSS variables or design tokens for spacing

Read the full file on GitHub · 189 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. 2d ago First seen · 189 lines · 0 tokens per session scan A c675db0a8c12

Subscribe to this mod's changes

css-reviewer is an agent published in the GitHub repository sam-agents/sam (18 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,572 tokens. 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.

Related

Other agents, from other repositories

team-reviewer

Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.

wshobson/agents · 43 tokens

application-performance-performance-engineer

Expert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web Vitals, and performance monitoring. Handles end-to-end optimization, real user monitoring, and scalability…

wshobson/agents · 76 tokens

backend-api-security-backend-security-coder

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

wshobson/agents · 40 tokens

backend-development-tdd-orchestrator

Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across teams with AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD implementation and governance.

wshobson/agents · 61 tokens

temporal-python-pro

Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment. Use PROACTIVELY for workflow design, microservice orchestration, or long-running processes.

wshobson/agents · 56 tokens

agent-orchestration-context-manager

Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, enterprise AI systems, and long-running projects with 2024/2025 best practices. Use PROACTIVELY for complex AI…

wshobson/agents · 66 tokens