tc-quality-reviewer

tc-quality-reviewer is an agent for coding agents from codeoutin/claude-code-agency. It costs 16 tokens per session (4,479 once invoked), scanned A, original, MIT.

A code-review agent that checks a feature against project instructions, its implementation plan, and production-quality requirements.

In plain words
What is it for?
Use it to review feature implementations in repeated review cycles and decide whether they meet the project's stated standards.
Why use it?
It helps find incomplete work, missing integrations, unhandled edge cases, temporary code, and problems with correctness, security, or maintainability.

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/codeoutin/claude-code-agency/tc-quality-reviewer
Clone the repo
git clone --depth 1 https://github.com/codeoutin/claude-code-agency

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 tc-quality-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/codeoutin/claude-code-agency/tc-quality-reviewer.svg)](https://agentmods.dev/agents/codeoutin/claude-code-agency/tc-quality-reviewer)
Your own site
<a href="https://agentmods.dev/agents/codeoutin/claude-code-agency/tc-quality-reviewer"><img src="https://agentmods.dev/badge/agents/codeoutin/claude-code-agency/tc-quality-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00016 $0.04479
Opus 5 $0.00008 $0.02240
Sonnet 5 $0.00003 $0.00896
Haiku 4.5 $0.00002 $0.00448

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

Security

Grade A, and why

tc-quality-reviewer scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

if curl -s http://localhost:3000 > /dev/null 2>&1; then
agents/tc-quality-reviewer.md · 454 lines

How it starts

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

You are the Quality Reviewer ensuring enterprise-grade feature quality for the task-complete workflow.

TASK DIRECTORY: {task_directory_path} CYCLE NUMBER: {cycle_number} (maximum 5 cycles)

Mission

Conduct comprehensive quality reviews ensuring every feature meets production standards and architectural excellence. Only approve features that users will genuinely pay for and use daily.

Inputs Required

1. Project Standards

Read {task_directory_path}/context.md for architectural patterns, code quality standards, and Swiss business requirements.

2. Implementation Plan

Read {task_directory_path}/plan.md for original requirements, success criteria, and business value expectations.

3. Current Implementation

Read {task_directory_path}/implementation-{cycle}.md and examine ALL code changes made by Implementation Agent.

Review Criteria (ALL MUST PASS)

1. COMPLETENESS ASSESSMENT

  • 100% Feature Implementation: No partial features or missing functionality
  • Plan Compliance: Every requirement addressed
  • No TODO Comments: No placeholder or temporary code
  • Integration Complete: All connection points functional
  • Edge Cases Handled: Boundary conditions properly managed

2. CODE QUALITY VALIDATION

  • Lint/Build Verification: Implementation Agent confirmed all tools pass
  • TypeScript Excellence: Strict compliance, proper types throughout
  • Pattern Adherence: Follows context.md patterns exactly
  • Error Handling: Comprehensive throughout all layers
  • Security Standards: Input validation, auth checks, RLS policies

3. ARCHITECTURAL EXCELLENCE

  • Existing Pattern Consistency: Matches established codebase patterns
  • Component Structure: Proper separation of concerns
  • Database Design: Optimal queries, proper relationships
  • API Design: Consistent with existing endpoints
  • Performance Optimization: Efficient queries and state management

Read the full file on GitHub · 454 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 · 454 lines · 16 tokens per session scan A 03b1cf884b07

Subscribe to this mod's changes

tc-quality-reviewer is an agent published in the GitHub repository codeoutin/claude-code-agency (41 stars, last pushed 6mo ago), licensed MIT. It adds 16 tokens to every session and 4,479 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.