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

v1.0.0

このスキルについて

システム統合エージェントが高度な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 operators, 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

システム統合エージェントが高度な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.

このスキルを使用する理由

エージェントが提案されたAPIの変更が下流のコンシューマーに与える影響を評価する能力を提供します。登録された統合とシステムの依存関係グラフを使用して、統合レジストリと依存関係マップのデータの包括的なコンテンツ分析を通じて、サプライズや中断がないことを保証します。

おすすめ

システム統合エージェントが高度なAPI変更の影響分析を必要とする場合に最適です。

実現可能なユースケース for integration-impact

下流のコンシューマーへの影響を分析するためのAPIエンドポイントの変更
提案されたイベントスキーマの更新のためのシステム依存関係グラフのマッピング
登録された統合の互換性のための共有サービス変更の評価

! セキュリティと制限

  • 統合レジストリデータへのアクセスが必要
  • システム依存関係グラフの情報が必要
  • 登録された統合内での提案された変更の分析のみに限定

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?

システム統合エージェントが高度な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: 下流のコンシューマーへの影響を分析するためのAPIエンドポイントの変更, 提案されたイベントスキーマの更新のためのシステム依存関係グラフのマッピング, 登録された統合の互換性のための共有サービス変更の評価.

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?

統合レジストリデータへのアクセスが必要. システム依存関係グラフの情報が必要. 登録された統合内での提案された変更の分析のみに限定.

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

関連スキル

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

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者