integration-impact — community integration-impact, agent-delivery-pub, community, ide skills

v1.0.0

À propos de ce Skill

Parfait pour les Agents d'intégration de systèmes nécessitant une analyse avancée de l'impact des changements d'API. Assesses downstream consumer impact of API, event, or shared service changes. Maps affected consumers, classifies impact severity, and estimates migration effort. Use before approving any change to a shared interface to prevent surprise breakages.

tgsatwit tgsatwit
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
50
Canonical Locale
en
Detected Body Locale
en

Parfait pour les Agents d'intégration de systèmes nécessitant une analyse avancée de l'impact des changements d'API. Assesses downstream consumer impact of API, event, or shared service changes. Maps affected consumers, classifies impact severity, and estimates migration effort. Use before approving any change to a shared interface to prevent surprise breakages.

Pourquoi utiliser cette compétence

Permet aux agents d'évaluer l'impact des changements d'API proposés sur les consommateurs en aval en utilisant des intégrations enregistrées et des graphiques de dépendance de système, garantissant qu'il n'y a pas de surprises ou de ruptures grâce à une analyse de contenu globale des données d'enregistrement d'intégration et de carte de dépendance.

Meilleur pour

Parfait pour les Agents d'intégration de systèmes nécessitant une analyse avancée de l'impact des changements d'API.

Cas d'utilisation exploitables for integration-impact

Analyse des changements de points de terminaison d'API pour les ruptures de consommateurs en aval
Cartographie des graphiques de dépendance de système pour les mises à jour de schémas d'événements proposés
Évaluation des changements de services partagés pour la compatibilité des intégrations enregistrées

! Sécurité et Limitations

  • Nécessite un accès aux données d'enregistrement d'intégration
  • A besoin d'informations sur le graphique de dépendance de système
  • Limité à l'analyse des changements proposés à l'intérieur des intégrations enregistrées

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is integration-impact?

Parfait pour les Agents d'intégration de systèmes nécessitant une analyse avancée de l'impact des changements d'API. Assesses downstream consumer impact of API, event, or shared service changes. Maps affected consumers, classifies impact severity, and estimates migration effort. Use before approving any change to a shared interface to prevent surprise breakages.

How do I install integration-impact?

Run the command: npx killer-skills add tgsatwit/agent-delivery-pub/integration-impact. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for integration-impact?

Key use cases include: Analyse des changements de points de terminaison d'API pour les ruptures de consommateurs en aval, Cartographie des graphiques de dépendance de système pour les mises à jour de schémas d'événements proposés, Évaluation des changements de services partagés pour la compatibilité des intégrations enregistrées.

Which IDEs are compatible with integration-impact?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for integration-impact?

Nécessite un accès aux données d'enregistrement d'intégration. A besoin d'informations sur le graphique de dépendance de système. Limité à l'analyse des changements proposés à l'intérieur des intégrations enregistrées.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tgsatwit/agent-delivery-pub/integration-impact. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use integration-impact immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

integration-impact

Install integration-impact, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Purpose

Map all downstream consumers of a changed interface and assess the impact of the proposed change so that no consumer is surprised by breakages.

Context to Load

  1. context-core/variable/integration-registry.md — Registered integrations and consumers
  2. context-core/variable/dependency-map.md — System dependency graph

Workflow

Step 1: Identify Changed Interfaces

Accept a description of the proposed change: which API endpoints, event schemas, shared services, data contracts, or libraries are being modified. Classify each change as: addition, modification, deprecation, or removal.

Step 2: Map Downstream Consumers

For each changed interface, enumerate all known consumers from the integration registry and dependency map:

  • Direct consumers: Systems that call the API or subscribe to the event
  • Transitive consumers: Systems that depend on direct consumers and may be affected
  • Internal consumers: Teams within the organisation
  • External consumers: Third-party integrations, partner systems

Flag any interfaces not registered in the integration registry (shadow integrations).

Step 3: Classify Impact per Consumer

Impact LevelDefinitionAction Required
BreakingConsumer will fail without changesMigration plan required before deployment
BehaviouralConsumer will not fail but behaviour changesNotification and testing required
AdditiveNew capability, no existing behaviour changedNotification only
NoneConsumer is unaffectedNo action

Step 4: Assess Migration Effort

For each consumer with Breaking or Behavioural impact, estimate:

  • Code changes required (trivial/moderate/significant)
  • Testing effort (smoke test/regression suite/full retest)
  • Coordination needed (async notification/sync alignment/joint release)
  • Timeline (same sprint/next sprint/multi-sprint)

Step 5: Generate Impact Matrix

Output a matrix: Consumer, Interface, Change Type, Impact Level, Migration Effort, Coordination, Owner. Include a summary: total consumers affected, breaking changes count, estimated total migration effort.

Step 6: Recommend Mitigation Strategy

Based on impact analysis, recommend:

  • Versioning strategy (if breaking changes affect many consumers)
  • Migration timeline and sequencing
  • Feature flag approach (if gradual rollout is feasible)
  • Communication plan for affected teams

Intent Alignment

  • Every consumer must be accounted for — unknown consumers are the highest risk
  • Breaking changes require explicit migration plans, not just notifications
  • Additive changes are preferred over modifications — extend, do not modify
  • Shadow integrations (unregistered consumers) must be flagged, not ignored

Escalation Triggers

  • Breaking change affects more than 3 downstream consumers
  • External consumer is affected by a breaking change
  • Shadow integrations are discovered (unregistered consumers)
  • Migration timeline exceeds the deployment window
  • Changed interface touches payment, auth, or compliance systems

Input

$ARGUMENTS

Compétences associées

Looking for an alternative to integration-impact or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur