tia.review

tia.review is a skill for Claude Code from renanlido/tia-harness. It costs 181 tokens per session (1,231 once invoked), scanned A, original, MIT.

A read-only audit of an open TIA project, Siemens automation software, against defined engineering and verification practices. It reviews the project's structure, naming, types, blocks, languages, and verification status without changing anything.

In plain words
What is it for?
Use it to review an existing connected project for symbolic addressing, function blocks and instance data blocks, user-defined types, naming conventions, versioned library types, and compile or consistency readiness.
Why use it?
It reveals design and architecture deviations before export, delivery, or handoff, while leaving the project untouched.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the tia-harness plugin — 8 skills, 4 agents, 1 hook shipped together

Good fit Use it to review an existing connected project for symbolic addressing, function blocks and instance data blocks, user-defined types, naming conventions, versioned library types, and compile or consistency readiness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/renanlido/tia-harness/tia.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 renanlido/tia-harness --skill tia.review
Clone the repo
git clone --depth 1 https://github.com/renanlido/tia-harness

Made for: Claude Code.

Or install tia-harness, the plugin that ships this one along with the rest of its 8 skills, 4 agents, 1 hook.

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 tia.review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/renanlido/tia-harness/tia.review"><img src="https://agentmods.dev/badge/skills/renanlido/tia-harness/tia.review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,231 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.00181 $0.01231
Opus 5 $0.00090 $0.00616
Sonnet 5 $0.00036 $0.00246
Haiku 4.5 $0.00018 $0.00123

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

Security

Grade A, and why

tia.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.

codex/skills/tia.review/SKILL.md · 82 lines

How it starts

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

tia.review — audit an existing project vs the baseline (class R, read-only)

Audit a connected TIA project against the non-negotiable baseline (TIA best-practices §0) and the naming/architecture rules (§4/§5/§8). It is a read-only review: it enumerates the project model through the tia MCP read tools and reports deviations — it never changes anything.

When to use

  • "Review / audit / lint my TIA project", "is this following best practices", "code health".
  • Before exporting (project-as-code) or before a delivery/handoff.
  • After a scaffold, as an independent quality pass (complements tia.verify, which is the compile/consistency ladder; this is the style/architecture audit).

Preconditions

  • A project must be open/connected (tia_statushasProject:true). If not, this is a GATE: connecting is tia.handoff/tia_connect territory (G1 trust dialog) — ask the human, do not force it.

Inputs / tools (all read-only, class R)

  • tia_status, tia_project_info, tia_project_languages — project context.
  • tia_plcs → for each CLP: tia_plc_blocks (name, type, language, number, isConsistent, isKnowHowProtected), tia_plc_types (UDTs), tia_plc_tags (tables + tags, addresses), tia_plc_watchtables.
  • tia_devices / tia_device_tree — hardware.
  • tia_obj_get / tia_obj_items / tia_obj_services — to read attributes the typed endpoints don't expose (e.g. a block's optimized-access attribute, a tag's symbolic vs absolute binding).
  • BASELINE.md (bundled) — the authoritative checklist: each rule's ID, what to read, the predicate, severity, and PLCopen naming prefixes.

Outputs

A findings report. For each deviation: rule (ID from BASELINE.md), severity (error = breaks baseline, warning = style), location (CLP / block / tag / device), observed, expected, and fix (the concrete change — but as a recommendation; this skill does not apply it). End with a per-rule pass/fail summary and an overall posture.

Read the full file on GitHub · 82 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 · 82 lines · 181 tokens per session scan A 1c6ceb4b5e3b

Subscribe to this mod's changes

tia.review is a skill published in the GitHub repository renanlido/tia-harness (5 stars, last pushed 1mo ago), licensed MIT. It adds 181 tokens to every session and 1,231 once invoked, about $0.0009 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

tiaportal-mcp

A skill for controlling Siemens TIA Portal, the engineering software used to configure Siemens PLCs and HMIs. It works through an MCP server, a tool connection that lets an agent inspect and change projects.

bulaofen0036-coder/TIA_Portal_Openness_MCP · 103 tokens

engineering-mechanical-design-engineer

A mechanical product design guide for choosing mechanisms, designing parts and connections, checking loads and vibration, and preparing manufacturing drawings and bills of materials.

clowlove/Hermes-House · 72 tokens

engineering-pc-host-engineer

A desktop application development guide for Qt and QML, including serial connections, industrial protocols, and live data charts. It also covers communication with microcontrollers such as STM32 and ESP32.

clowlove/Hermes-House · 76 tokens

engineering-embedded-linux-driver-engineer

An embedded-Linux engineering skill for developing kernel drivers and board-support software. It covers hardware interfaces, device trees, boot software, operating-system components, and cross-compiling software for another processor.

clowlove/Hermes-House · 71 tokens

engineering-fpga-digital-design-engineer

A digital hardware design guide for FPGA and ASIC front-end work using Verilog, SystemVerilog, or VHDL. FPGAs are programmable chips, while ASICs are custom-built chips.

clowlove/Hermes-House · 68 tokens

engineering-iot-solution-architect

An Internet of Things solution design guide for connecting devices, processing data near devices, using cloud platforms, updating device software, and securing the system. IoT means connected physical devices that send and receive data.

clowlove/Hermes-House · 67 tokens