hexagonal-reviewer

hexagonal-reviewer is an agent for Claude Code from aligundogdu/symfony-hexagonal-skill. It costs 42 tokens per session (1,532 once invoked), scanned A, original, no licence file.

A read-only code reviewer that checks changes against hexagonal architecture, a way of separating business rules from outside systems. It reports each problem as critical, a warning, or information.

In plain words
What is it for?
Use it to review pull requests or planned changes for compliance with four core hexagonal architecture rules and other stated standards.
Why use it?
It helps find architecture violations before they spread through the codebase, without changing files.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to review pull requests or planned changes for compliance with four core hexagonal architecture rules and other stated standards.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/aligundogdu/symfony-hexagonal-skill/hexagonal-reviewer
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/aligundogdu/symfony-hexagonal-skill

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-reviewer.svg)](https://agentmods.dev/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-reviewer)
Your own site
<a href="https://agentmods.dev/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-reviewer"><img src="https://agentmods.dev/badge/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 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,532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00042 $0.01532
Opus 5 $0.00021 $0.00766
Sonnet 5 $0.00008 $0.00306
Haiku 4.5 $0.00004 $0.00153

Measured 8d ago against content hash 75c4ec375e95, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

hexagonal-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 8d 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.

agents/hexagonal-reviewer.md · 192 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 192 lines · 42 tokens per session scan A 75c4ec375e95

Subscribe to this mod's changes

hexagonal-reviewer is an agent published in the GitHub repository aligundogdu/symfony-hexagonal-skill (34 stars, last pushed 5mo ago), with no licence file. It adds 42 tokens to every session and 1,532 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

parallel-reviewer

Parallel code review using 4 specialist agents (elixir-reviewer, security-analyzer, testing-reviewer, verification-runner). Use for thorough review of significant changes.

oliver-kriska/claude-elixir-phoenix · 38 tokens

requirements-verifier

Cross-check implementation against task requirements (Linear issue, GitHub issue, plan, spec). Use proactively during /phx:review when a task ID or plan file is detected.

oliver-kriska/claude-elixir-phoenix · 40 tokens

testing-reviewer

Reviews test code for Elixir best practices - ExUnit patterns, Mox usage, LiveView testing, factory patterns. Use proactively after writing tests or during code review.

oliver-kriska/claude-elixir-phoenix · 38 tokens

codex-reviewer

Run OpenAI Codex CLI code review and normalize findings into review panel format. Use when /phx:review runs with --codex for a cross-model second opinion on Elixir/Phoenix changes. Requires codex CLI; degrades to SKIPPED note.

oliver-kriska/claude-elixir-phoenix · 60 tokens

xref-analyzer

Analyze module dependencies and context boundaries using mix xref. Use proactively before major refactors or when reviewing architectural changes.

oliver-kriska/claude-elixir-phoenix · 27 tokens

data-engineer

Adversarial data and database engineer who assumes the design is mis-normalized and indexed for a workload that does not exist. Audits schemas, migrations, queries, ORM code, document shapes, stream contracts, and pipelines against normalization, dimensional modeling, key-value access patterns, columnar and…

testdouble/han · 216 tokens