change-analysis

change-analysis is a skill for Claude Code, Codex from Borda/AI-Rig. It costs 19 tokens per session (1,699 once invoked), scanned A, original, Apache-2.0.

An evidence-first analysis workflow for understanding an issue, pull request, report, or project area before implementation. It produces ranked findings and confidence levels.

In plain words
What is it for?
Use it to investigate local code, GitHub items, existing reports, or broader ecosystem questions.
Why use it?
It helps clarify the actual problem, risks, and measurable success conditions before anyone edits code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to investigate local code, GitHub items, existing reports, or broader ecosystem questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/borda/ai-rig/change-analysis
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 Borda/AI-Rig --skill change-analysis
Clone the repo
git clone --depth 1 https://github.com/Borda/AI-Rig

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 change-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/borda/ai-rig/change-analysis/github.svg)](https://agentmods.dev/skills/borda/ai-rig/change-analysis)
Your own site
<a href="https://agentmods.dev/skills/borda/ai-rig/change-analysis"><img src="https://agentmods.dev/badge/skills/borda/ai-rig/change-analysis/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 change-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/borda/ai-rig/change-analysis"><img src="https://agentmods.dev/badge/skills/borda/ai-rig/change-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,699 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00019 $0.01699
Opus 5 $0.00010 $0.00849
Sonnet 5 $0.00004 $0.00340
Haiku 4.5 $0.00002 $0.00170

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

Security

Grade A, and why

change-analysis 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 6d 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.

plugins/codex-rig/skills/change-analysis/SKILL.md · 151 lines

How it starts

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

Change Analysis

Run evidence-first analysis: truth, risk, next action before implementation, review, release, sync.

Input Schema

{
  "question": "required analysis question",
  "scope": "required files, diff, issue text, report path, PR number, or repo area",
  "mode": "local|github|report|ecosystem",
  "done_when": "findings are source-backed, ranked, and have explicit confidence"
}

Workflow

Codex provides this selected SKILL.md path. Resolve PLUGIN_ROOT as the directory two levels above the containing skill directory, then use only helpers under PLUGIN_ROOT/shared/ that are listed in package-manifest.json. Never guess a cache version or fall back to a source checkout.

01: Create run directory

Run create_run.py --skill change-analysis per ../../shared/helper-cli-contract.md.

02: Normalize the analysis mode

  • local: code, local diff/reports, pasted text.
  • github: live issue/release/repository metadata through github_read.py; use only its audited built-in view groups (gist, issue, pr, project, release, repo, ruleset, run, workflow) or an explicit read-only GraphQL query for Discussions. PR collection uses collect_pr.py only. Prefer gh; use the public HTTPS fallback only as a final public REST fallback.
  • report: .reports/** or .reports/codex/** artifact.
  • ecosystem: downstream/API/dependency impact; current external claims need live web evidence. Do not invoke gh outside github_read.py.

For every github_read.py or collect_pr.py execution, apply the full networked CLI approval and denial contract in ../../shared/native-skill-contract.md to the complete owning command from its first attempt. The operation-specific brief is: Action and purpose: collect current GitHub analysis evidence; External capability: read-only GitHub network access; Credential behavior: gh, when used, is an opaque local credential broker; Filesystem and worktree effects: write evidence only to the analysis run directory, except a selected PR collector may create its documented local checkout; Retry policy and safe denial outcome: stop the turn on denial and use only already-available local or pasted evidence when the selected mode permits it. Runtime web tools keep their own permission path and receive no shell escalation.

Read the full file on GitHub · 151 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. 6d ago First seen · 151 lines · 19 tokens per session scan A 1c064b2f944c

Subscribe to this mod's changes

change-analysis is a skill published in the GitHub repository Borda/AI-Rig (27 stars, last pushed today), licensed Apache-2.0. It adds 19 tokens to every session and 1,699 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-09-03.

Related

Other skills, from other repositories

anomaly-alert

Identify anomalous sessions using Agent Monitor data — cost outliers from the pricing engine, token anomalies (cache miss spikes, compaction baseline surges), unusual event type ratios (PreToolUse/PostToolUse gaps, APIError clusters), behavioral deviations from workflow intelligence (complexity score outliers, error…

hoangsonww/Claude-Code-Agent-Monitor · 86 tokens

transcript-grep

Search a Claude Code session transcript for a string or regex pattern and show every matching message with surrounding context. Reads /api/sessions/:id/transcript and resolves sessions via /api/sessions?limit= from the Agent Monitor dashboard. Use when hunting for a specific message, prompt, tool call, or error inside…

hoangsonww/Claude-Code-Agent-Monitor · 73 tokens

hook-inventory

Inventory hooks across the user, project, and project-local settings plus the /.claude/hooks scripts directory — read through the Agent Monitor Config Explorer API — and flag hooks that POST to the network or run arbitrary commands. Reads /api/cc-config/hooks and /api/cc-config/hook-scripts. Use when auditing hook…

hoangsonww/Claude-Code-Agent-Monitor · 71 tokens

regression-watch

Detect quality and efficiency regressions over time using Agent Monitor data — rising error rate (APIError events), falling cache hit rate, growing compaction frequency, and climbing cost-per-session. Splits history into an earlier baseline window and a recent window and reports which metrics are getting worse, by how…

hoangsonww/Claude-Code-Agent-Monitor · 82 tokens

hook-failure-audit

Audit hook delivery health from Agent Monitor data — balance PreToolUse vs PostToolUse (a gap means tools that started but never reported back), detect missing Stop/SubagentStop terminators (sessions/subagents that never closed), and check for stale ingestion (no recent events). Use when hooks look unreliable or…

hoangsonww/Claude-Code-Agent-Monitor · 73 tokens

event-trace

Trace the full event chain for one Claude Code session into an ordered timeline of every event type with toolname and summary, highlighting gaps, out-of-order events, and failures. Reads /api/events?sessionid= and /api/sessions/:id from the Agent Monitor dashboard. Use when debugging what a session actually did, step…

hoangsonww/Claude-Code-Agent-Monitor · 73 tokens