agentsclimarketplace

Change impact analyzer

Skill lteawoo/skills/skills/change-impact-analyzer

A collection of practical AI agent skills for app development and code workflows.

Install
npx -y skills add lteawoo/skills --skill change-impact-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Analyze the impact surface, regression paths, and additional validation points for a change or diff. Use it to quickly understand which surrounding areas also need attention.

SKILL.md

2.0 KB, as published. Nobody here has run it

Change Impact Analyzer

Purpose

Explain structurally which areas may be affected by a change.

Core Principles

  1. Do not just list changed files; explain the impact path.
  2. Separate direct impact from indirect impact.
  3. Evaluate user, data, and operational impact separately.
  4. Prioritize paths with the highest regression risk.
  5. Distinguish confirmed impact from inferred impact.

Inputs

  • Change summary
  • Diff or list of changed files
  • Related feature or user flow
  • Recent issue or bug context, if available

Workflow

  1. Summarize the core intent of the change in one line.
  2. Describe the directly modified areas and their responsibilities.
  3. Trace callers, consumers, related state, configuration, and contract changes.
  4. Identify likely impact points across user flows and operational flows.
  5. Prioritize the paths that need testing or validation.
  6. Record assumptions or hidden coupling that still needs confirmation.

Output Format

Change Summary

  • What is changing
  • Why it is changing

Direct Impact

  • Directly modified modules or features
  • Behavior that changes immediately

Indirect Impact

  • Related callers or consumers
  • Contracts, state, or configuration that may also be affected

User Impact

  • User-visible changes
  • Problems users may see if the change fails

Operational Impact

  • Logging, monitoring, deployment, configuration, or rollback impact

Regression Risk Points

  • Paths that should be checked first
  • Scenarios that need extra testing

Open Questions

  • Assumptions that are not confirmed yet
  • Code paths that still need inspection

When Information Is Missing

  • Start with the direct impact you can confirm.
  • Mark indirect impact as "possible" when it is inferred.
  • Limit follow-up questions to three.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.