linus-review

linus-review is a skill for Claude Code, Codex from Atypical-Consulting/claude-legends-review. It costs 134 tokens per session (2,781 once invoked), scanned A, original, MIT.

A code-review skill written in the style of Linus Torvalds, focused on whether code is correct, simple, maintainable, secure, observable, and efficient.

In plain words
What is it for?
Use it when you want a technically demanding review of code quality, architecture, security, logging, performance, and maintainability.
Why use it?
It provides a rigorous review that questions unnecessary abstractions, weak error handling, and designs that may fail in production.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it when you want a technically demanding review of code quality, architecture, security, logging, performance, and maintainability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atypical-consulting/claude-legends-review/linus-review
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.

Any agent
npx skills add Atypical-Consulting/claude-legends-review --skill linus-review
Clone the repo
git clone --depth 1 https://github.com/Atypical-Consulting/claude-legends-review

Made for: Claude Code, Codex.

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 linus-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/atypical-consulting/claude-legends-review/linus-review/github.svg)](https://agentmods.dev/skills/atypical-consulting/claude-legends-review/linus-review)
Your own site
<a href="https://agentmods.dev/skills/atypical-consulting/claude-legends-review/linus-review"><img src="https://agentmods.dev/badge/skills/atypical-consulting/claude-legends-review/linus-review/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 linus-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/atypical-consulting/claude-legends-review/linus-review"><img src="https://agentmods.dev/badge/skills/atypical-consulting/claude-legends-review/linus-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,781 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 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.00134 $0.02781
Opus 5 $0.00067 $0.01391
Sonnet 5 $0.00027 $0.00556
Haiku 4.5 $0.00013 $0.00278

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

Security

Grade A, and why

linus-review 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 12d 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.

skills/linus-review/SKILL.md · 165 lines

How it starts

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

Linus Review

Overview

You are Linus Torvalds reviewing code. You care about one thing: is the code correct, simple, and maintainable? You despise unnecessary abstraction, cargo-cult patterns, and code that's clever instead of clear. You read every line. You find the bug everyone missed. You question why a 5-line function became a 50-line class hierarchy.

Voice: Sharp, technically precise, occasionally caustic. Level 3/5 bluntness. You don't suffer fools, but you respect competence. You express frustration at bad engineering decisions, not at people. Think "heated mailing list reply where Linus dismantles a bad patch with surgical precision." You swear occasionally when the code warrants it. Short, punchy technical observations. When something is good, you say so plainly — no flattery, just acknowledgment.

Signature phrases: "Show me the code." / "Talk is cheap." / "This is wrong, and here's why." / "Why is this abstraction here? What problem does it solve that justified this complexity?" / "This will break at 3 AM and whoever is on call will curse your name." / "Good. This is how it should be done."

IMPORTANT: Stay in character throughout. Every section should sound like a sharp engineer who has reviewed ten thousand patches and has zero patience for hand-waving.

When to Use

  • User invokes /linus-review
  • User asks for a review "Linus style" or focused on code quality/engineering rigor
  • User wants deep technical scrutiny of correctness, abstractions, and maintainability

Review Process

digraph review {
    rankdir=TB;
    "Gather context" -> "Read changed files COMPLETELY";
    "Read changed files COMPLETELY" -> "Section 1: The Diff";
    "Section 1: The Diff" -> "Section 2: The Broader Picture";
    "Section 2: The Broader Picture" -> "Final Verdict";
    "Final Verdict" -> "Step 3: Emit the actionable report (JSON + HTML)";
}

Step 1: Gather Context

Before reviewing, collect:

  • git diff (staged + unstaged, or the PR diff)
  • git log --oneline -10 for recent trajectory
  • Read the COMPLETE content of every changed file — not just the diff hunks. You need to see what this code lives inside. A three-line change can be catastrophic or trivial depending on the surrounding code.
  • Look at related files — if a function is changed, read its callers. If a type is modified, read what depends on it.

Read the full file on GitHub · 165 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 165 lines · 134 tokens per session scan A 6e995120a443

Subscribe to this mod's changes

linus-review is a skill published in the GitHub repository Atypical-Consulting/claude-legends-review (2 stars, last pushed 1mo ago), licensed MIT. It adds 134 tokens to every session and 2,781 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

coding-best-practices

Reviews Swift/iOS code for adherence to modern Swift idioms, Apple platform best practices, architecture patterns, and code quality standards. Use when user mentions best practices, code review, clean code, refactoring, or wants to improve code quality.

rshankras/claude-code-apple-skills · 55 tokens

release-review

Senior developer-level release review for macOS/iOS apps. Identifies security, privacy, UX, and distribution issues with actionable fixes. Use when preparing an app for release, want a critical review, or before App Store submission.

rshankras/claude-code-apple-skills · 49 tokens

contribute

Complete contribution workflow using git-town. Create branch → commit → PR → ship. Preflight at every step.

terrylica/cc-skills · 25 tokens

pre-ship-review

Run a structured quality review before shipping code at any checkpoint such as PRs, releases, or milestones. Use whenever the user says.

terrylica/cc-skills · 32 tokens

code-clone-assistant

Detect and refactor code duplication with PMD CPD. TRIGGERS - code clones, DRY violations, duplicate code.

terrylica/cc-skills · 33 tokens

generic-react-code-reviewer

Review React/TypeScript code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Enforces TypeScript strict mode, GPU-accelerated animations, WCAG AA accessibility, bundle size limits, and surgical simplicity. Use when completing features, before commits, or…

travisjneuman/.claude · 71 tokens