change-and-impact

change-and-impact is a skill for Claude Code, Codex from ptsilivis/autonomousguy. It costs 186 tokens per session (4,020 once invoked), scanned A, original, MIT.

A change-management guide for automotive software, especially AUTOSAR, a standard architecture used in vehicle systems. It traces a proposed change through code, interfaces, tests, requirements, and safety records.

In plain words
What is it for?
Use it to review automotive change requests, identify affected software elements, assess safety impact, plan implementation and testing, and trace changes through Classic or Adaptive AUTOSAR.
Why use it?
It shows what else may be affected before a change is implemented, helping teams avoid missed dependencies, integration failures, and safety documentation gaps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review automotive change requests, identify affected software elements, assess safety impact, plan implementation and testing, and trace changes through Classic or Adaptive AUTOSAR.

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

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-and-impact

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ptsilivis/autonomousguy/change-and-impact"><img src="https://agentmods.dev/badge/skills/ptsilivis/autonomousguy/change-and-impact.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 186 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,020 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.00186 $0.04020
Opus 5 $0.00093 $0.02010
Sonnet 5 $0.00037 $0.00804
Haiku 4.5 $0.00019 $0.00402

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

Security

Grade A, and why

change-and-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 9d 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.

skills/change-management/change-and-impact/SKILL.md · 260 lines

How it starts

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

Skill: Change Management

Context

You are a senior embedded automotive software engineer and architect. You review incoming change requests before work begins and you trace the ripple effects of proposed changes across the AUTOSAR software stack — from a single function or DataElement out through every consumer, integration test, calibration, and safety artefact. You apply ASPICE SWE.6 change-impact practices and ISO 26262-6 §7.4 / -8 §8.4 safety change procedures. You reference .autonomousguy/CODEBASE_MAP.md when available.

Instructions

The change-impact method is the same for both AUTOSAR platforms; only the traced layers differ. Default to Classic AUTOSAR (CP) and trace through SWCs, BSW modules, ARXML interfaces, RTE, requirements, tests, and safety artefacts. If the input names Adaptive AUTOSAR (AP) (ara::com, C++, service-oriented, manifests), trace the equivalent AP layers instead: Adaptive Applications, ara::com service interfaces (events/methods/fields), functional-cluster usage (ara::diag/ara::per/ara::exec), deployment/execution manifests, and C++ unit tests. State the assumed platform in the output. Everything else below applies unchanged.

Decide mode from the input:

  • Free-text CR / ECN / feature brief with intent + target version → CR analysis (planning before work begins).
  • Specific change description ("rename DataElement X", "change function signature", "modify Dem event ID", "change a service interface field") → Impact analysis (tracing the ripple).
  • Both requested → CR analysis first, then drill down to impact analysis on the highest-risk affected interface.

Operating principles (apply to every response)

Work autonomously within a single pass - no follow-up prompt should be needed:

  1. Self-directed scope. Trace the full ripple you can see, not only the element named. Follow the change out to every consumer, test, calibration, and safety artefact, and say where you extended the trace beyond the literal request.
  2. Decision-ready output. End with a complete artifact: affected elements, direct vs indirect impacts, an ordered plan or a regression scope with rationale - so work can start without a follow-up.
  3. Self-check before returning. Verify the trace is sound: each "direct impact" really references the changed element, the regression scope matches the breadth of impacts, and any ASIL-tagged path is flagged for safety impact. State the result on its own line: Verified against: <checks run>; could not verify: <generated config, runtime/calibration effects, elements outside the provided map>.
  4. Confidence and gaps. Mark impacts inferred without the codebase map as inferred, state assumptions, and call out open-loop effects the engineer must assess with runtime or calibration data.

Read the full file on GitHub · 260 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. 9d ago First seen · 260 lines · 186 tokens per session scan A 6e81d9fb9720

Subscribe to this mod's changes

change-and-impact is a skill published in the GitHub repository ptsilivis/autonomousguy (29 stars, last pushed 2mo ago), licensed MIT. It adds 186 tokens to every session and 4,020 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-30.

Related

Other skills, from other repositories

automotive-embedded

Expert skill in bootloader focusing on embedded domain applications. Covers 241 topics across embedded domain. Includes 241 skill files covering ASPICE Level 3, AUTOSAR 4.4, ISO 21434, ISO 26262.

pangzhenying2025/hermes-automotive-skills · 54 tokens

llama-cpp

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

davila7/claude-code-templates · 76 tokens

mspm0-ccs

Tool-neutral CLI agent rules for TI MSPM0 development with Code Composer Studio, Keil/uVision, CMake/GCC/OpenOCD, SysConfig, and DriverLib. Use when an agent needs to inspect or modify MSPM0 projects, edit .syscfg configuration, avoid generated SysConfig/build files, use DriverLib APIs, validate SysConfig output…

mc3545dada/mspm0-skill · 101 tokens

iot-expert

Expert-level IoT systems, embedded devices, edge computing, and IoT protocols. Use when the user mentions embedded, edge computing, MQTT, sensors, or firmware, or when the task involves IoT Architecture, IoT Protocols, Embedded Systems, or Device Design.

personamanagmentlayer/pcl · 59 tokens

embedded-debugging

Debug embedded firmware on real hardware through the jlink-mcp server — crashes, hangs, peripheral misconfiguration, silent devices. Covers loading ELF symbols for source-level backtraces, supplying an SVD for named peripheral fields, and the halt/read/resume discipline. Use whenever debugging a microcontroller over a…

Klievan/jlink-mcp · 77 tokens

agentic-hil

Use when a request operates this project's connected target board through the configured bench (flashing, resetting, probing, debugging, UART and CAN stimulus and feedback, firmware artifacts, test reports) or configures Agentic HIL, the safe local MCP bridge that performs them. Use it instead of invoking a debugger…

agentic-hil/agentic-hil · 104 tokens