sem-inspect-weave

sem-inspect-weave is a skill for Codex from timseriakov/sem-inspect-weave-skill. It costs 33 tokens per session (652 once invoked), scanned A, original, MIT.

A semantic version-control workflow built around sem, inspect, and weave. It analyzes code changes by functions, classes, and other entities, rather than looking only at changed lines.

In plain words
What is it for?
Use it for entity-level diffs, impact analysis, risk-focused code review, branch integration, and coordinating work across multiple agents.
Why use it?
It helps reveal which parts of a codebase changed, what they affect, which changes are risky, and how separate branches or agents may overlap.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for entity-level diffs, impact analysis, risk-focused code review, branch integration, and coordinating work across multiple agents.

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

Made for: 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 sem-inspect-weave

README.md
[![agentmods](https://agentmods.dev/badge/skills/timseriakov/sem-inspect-weave-skill/sem-inspect-weave/github.svg)](https://agentmods.dev/skills/timseriakov/sem-inspect-weave-skill/sem-inspect-weave)
Your own site
<a href="https://agentmods.dev/skills/timseriakov/sem-inspect-weave-skill/sem-inspect-weave"><img src="https://agentmods.dev/badge/skills/timseriakov/sem-inspect-weave-skill/sem-inspect-weave/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 sem-inspect-weave

Your own site · 80×15
<a href="https://agentmods.dev/skills/timseriakov/sem-inspect-weave-skill/sem-inspect-weave"><img src="https://agentmods.dev/badge/skills/timseriakov/sem-inspect-weave-skill/sem-inspect-weave.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 652 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.00033 $0.00652
Opus 5 $0.00016 $0.00326
Sonnet 5 $0.00007 $0.00130
Haiku 4.5 $0.00003 $0.00065

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

Security

Grade A, and why

sem-inspect-weave 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.

sem-inspect-weave/SKILL.md · 106 lines

How it starts

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

Sem / Inspect / Weave

This skill teaches a single coherent workflow:

sem -> inspect -> weave

Use it when you need entity-level understanding (functions/classes/properties), risk-focused review prioritization, and safe merge/coordination semantics.

When to Use

  • Semantic or entity-level diff analysis (not just line diffs)
  • Impact questions (what else breaks if this entity changes?)
  • Risk triage (what deserves careful review first?)
  • Branch integration prep / semantic conflict analysis
  • Multi-agent overlap (avoid false conflicts)

When Not to Use

  • Trivial changes where direct reading is cheaper
  • Any workflow that would mutate repo merge configuration by default

Reasoning Model

  1. Discover changes -> sem
  2. Understand impact -> sem impact / sem graph / sem blame
  3. Prioritize review -> inspect
  4. Coordination + merge semantics -> weave

Tool Roles

Tool Core Role Notes
sem structural truth Entity-level diff/graph/impact/blame. Establishes what changed.
inspect review prioritization Classifies + risk-scores entities (blast radius, dependents, public API) and groups changes for review order.
weave coordination + merge semantics Entity-level merge semantics and optional advisory coordination (claims).

Trigger Phrases

  • semantic diff
  • entity-level diff
  • use sem to analyze changes
  • review this change semantically
  • analyze impact of this change
  • find risky entities in this diff
  • prioritize review for this commit
  • prepare safe merge
  • detect semantic conflicts

Typical Workflows

Review last commit

Read the full file on GitHub · 106 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. 12d ago First seen · 106 lines · 33 tokens per session scan A a6fb4923dfb7

Subscribe to this mod's changes

sem-inspect-weave is a skill published in the GitHub repository timseriakov/sem-inspect-weave-skill (3 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 652 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-31.