スキル一覧に戻る
AVRA-CADAVRA

integration-optimization-checklist

by AVRA-CADAVRA

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: integration-optimization-checklist description: Guides integration optimization checklist: output contracts, breaking changes, service registry updates, integration tests. Use when completing phases, starting phases, or modifying services.

Integration Optimization Checklist

Before Completing a Phase

Output Contracts

Create output contracts document:

# Phase X.Y Output Contracts

## Services Provided
- ServiceName: [Description]
  - Methods: [List]
  - Dependencies: [List]
  - Breaking Changes: [None/List]

Breaking Changes

If applicable, create breaking changes document:

# Phase X.Y Breaking Changes

## Service Changes
- ServiceName:
  - Removed: [Methods/Properties]
  - Changed: [Methods/Properties]
  - Migration: [Instructions]

Service Registry

Update service registry with:

  • New services
  • Service versions
  • Dependencies
  • Breaking changes

Integration Tests

Write integration tests for:

  • Service integration points
  • Cross-layer interactions
  • End-to-end workflows

Before Starting a Phase

Input Requirements

Create input requirements document:

# Phase X.Y Input Requirements

## Required Services
- ServiceName: [Version required]
  - Methods needed: [List]
  - Dependencies: [List]

Dependency Verification

  • All dependencies available
  • Dependencies at required versions
  • No circular dependencies
  • All dependencies tested

Service Registry Check

  • Check for service locks
  • Verify service versions
  • Check breaking changes announcements

Integration Checklist

  • All dependencies satisfied
  • Service registry checked
  • Breaking changes reviewed
  • Integration tests planned

Before Modifying a Service

Service Lock Check

  • Check service registry for locks
  • Announce breaking changes (2 weeks before)
  • Lock service during modification
  • Update integration tests

Reference

  • .cursorrules_integration_optimization - Integration optimization rules
  • docs/INTEGRATION_OPTIMIZATION_PLAN.md - Complete guide

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です