code-review

code-review is a skill for Claude Code, Codex from TasiTech/tasi-harness. It costs 21 tokens per session (141 once invoked), scanned A, original, MIT.

A code-review workflow for inspecting local project files and changes, then reporting the most important risks and suggested fixes.

In plain words
What is it for?
Use it to review a patch or local project, inspect relevant files, run targeted tests or checks, and produce an actionable summary.
Why use it?
It helps reviewers focus first on bugs and security or reliability issues instead of getting lost in style details. It can support findings with exact file paths and focused checks.

Skill for Claude CodeCodex

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 skills/tasitech/tasi-harness/code-review
Any agent
npx skills add TasiTech/tasi-harness --skill code-review
Clone the repo
git clone --depth 1 https://github.com/TasiTech/tasi-harness

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/tasitech/tasi-harness/code-review.svg)](https://agentmods.dev/skills/tasitech/tasi-harness/code-review)
Your own site
<a href="https://agentmods.dev/skills/tasitech/tasi-harness/code-review"><img src="https://agentmods.dev/badge/skills/tasitech/tasi-harness/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 141 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.00021 $0.00141
Opus 5 $0.00010 $0.00071
Sonnet 5 $0.00004 $0.00028
Haiku 4.5 $0.00002 $0.00014

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

Security

Grade A, and why

code-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 5d 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.

resources/skills/developer/code-review/SKILL.md · 18 lines

What it actually says

Code Review

Use this skill when asked to review a local project, inspect source files, or summarize risks in a patch.

Workflow

  1. Use file_list to understand the workspace structure.
  2. Read the smallest relevant files with file_read.
  3. When terminal is enabled, run focused commands such as git diff --stat, npm test, or language-specific checks.
  4. Report correctness bugs first, then security, reliability, maintainability, and style.
  5. Include exact file paths and concise suggested fixes.
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. 5d ago First seen · 18 lines · 21 tokens per session scan A 475f2a115ee0

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository TasiTech/tasi-harness (11 stars, last pushed 5d ago), licensed MIT. It adds 21 tokens to every session and 141 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.

Related

Other skills, from other repositories

test-repo

Use this skill to test strategy changes against a fresh test repository. Invoke when the user asks to "test against a test repo", "validate the changes", or wants to verify session hooks, commits, and checkpoint creation work correctly.

entireio/cli · 50 tokens

agent-integration

Run all three agent integration phases sequentially: research, write-tests, and implement using E2E-first TDD (unit tests written last). For individual phases, use /agent-integration:research, /agent-integration:write-tests, or /agent-integration:implement. Use when the user says "integrate agent", "add agent…

entireio/cli · 89 tokens

changelog

Generate or update the CHANGELOG.md for a new release version. Use when the user says "generate changelog", "update changelog", "write release notes", or asks to prepare a changelog for a version like "changelog for 0.5.3".

entireio/cli · 58 tokens

e2e

Orchestrate E2E test triage and fix implementation: runs triage-ci then implement sequentially. Accepts test names, --agent, artifact path, or CI run reference. For individual phases, use /e2e:triage-ci, /e2e:debug, or /e2e:implement. Use when the user says "triage e2e", "fix e2e failures", or wants the full…

entireio/cli · 101 tokens

developer_guide

Guidance for using Developer Studio tools to inspect, edit, test, and review code workspaces safely.

siddsachar/row-bot · 25 tokens

custom_tool_builder_guide

Guidance for creating reusable Custom Tools from repos or folders.

siddsachar/row-bot · 18 tokens