Back to list
Sounder25

sync-multi-repo-state

by Sounder25

Operational capabilities for high-leverage AI coding agents. Features deterministic execution, 100% tested safety gates, impasse detection, and adversarial review. Includes 'Gold Standard' meta-skills like Pre-Action Guard and Failure Postmortem to prevent loops and data loss.

8🍴 3📅 Jan 23, 2026

SKILL.md


name: Sync Multi-Repo State description: Detects drift between multiple git repositories (e.g. forks, mirrors, or multi-module projects). Generates a drift report and optionally applies sync actions. version: 1.0.0 author: Antigravity Skills Library created: 2026-01-15 leverage_score: 4/5

SKILL-003: Sync Multi-Repo State

Overview

When working with split repositories (e.g., Scrutor and Scrutor Test having copies of execution-specs), state drift is a major risk. This skill analyzes multiple repos to report on ahead/behind commits, uncommitted changes, and branch divergence.

Trigger Phrases

  • sync repos
  • check repo drift
  • compare repos
  • multi-repo status

Inputs

ParameterTypeRequiredDefaultDescription
--reposstring[]NoAuto-detectList of repo paths to compare
--referencestringNoFirst repoThe "source of truth" repo path
--applyswitchNoFalseUnsafe: Attempt to fast-forward/merge

Outputs

  1. Console Report: Matrix of repo status.
  2. Markdown Report: REPO_SYNC_REPORT.md.

Preconditions

  1. All targets must be valid git repositories.

Safety/QA Checks

  1. Read-Only Default: By default, only reports status.
  2. Safety Check: --apply requires clean status in target repos.
  3. Backup: --apply creates backup branch before merging.

Implementation

See sync_repos.ps1.

Integration

.\skills\03_sync_repos\sync_repos.ps1 -Repos "C:\projects\Scrutor\execution-specs", "C:\projects\Scrutor Test\execution-specs"

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon