metagit-repo-impact

metagit-repo-impact is a skill for Claude Code, Codex from metagit-ai/metagit-cli. It costs 33 tokens per session (294 once invoked), scanned A, original, MIT.

A change-impact planner for codebases spread across multiple repositories. It combines workspace information with dependency analysis to estimate which projects and interfaces a change may affect.

In plain words
What is it for?
It helps identify affected repositories and interfaces, rank risky change points, and define tests and rollback checks without modifying files.
Why use it?
It helps reveal the likely blast radius before edits are made, especially for risky shared changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps identify affected repositories and interfaces, rank risky change points, and define tests and rollback checks without modifying files.

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

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 metagit-repo-impact

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/metagit-ai/metagit-cli/metagit-repo-impact"><img src="https://agentmods.dev/badge/skills/metagit-ai/metagit-cli/metagit-repo-impact.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 294 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.00294
Opus 5 $0.00016 $0.00147
Sonnet 5 $0.00007 $0.00059
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

metagit-repo-impact 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 11d 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.

.agents/skills/metagit-repo-impact/SKILL.md · 37 lines

What it actually says

Planning Repo Impact

Use this skill before risky or cross-repo modifications.

Workflow

  1. Identify target symbols/files for change.
  2. Use metagit workspace context to bound repository scope.
  3. Use graph impact tooling to estimate blast radius.
  4. Produce a change plan with test and rollback focus.

Commands

  • metagit workspace select --project <name>
  • MCP metagit_cross_project_dependencies with source_project and dependency_types before large cross-project edits
  • MCP metagit_project_context_switch to bound scope to one workspace project
  • npx gitnexus analyze on affected repos when graph_status is stale or missing
  • metagit gitnexus group sync -c .metagit.yml when cross-repo symbol impact is needed (after per-repo analyze)
  • npx gitnexus query / gitnexus impact for single-repo symbol analysis; gitnexus group impact for cross-index

Output Contract

Return:

  • impacted repositories and interfaces
  • highest-risk change points
  • minimum validation plan

Safety

  • Do not execute mutating steps in this planning phase.
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. 11d ago First seen · 37 lines · 33 tokens per session scan A 897f682c84b7

Subscribe to this mod's changes

metagit-repo-impact is a skill published in the GitHub repository metagit-ai/metagit-cli (3 stars, last pushed 3d ago), licensed MIT. It adds 33 tokens to every session and 294 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.

Related

Other skills, from other repositories