git-clone-audit

Compare two local Git clones to determine the canonical Master of Truth.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill git-clone-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-clone-audit
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/git-clone-audit
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill git-clone-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users systematically compare two local clones of the same Git remote to determine the authoritative copy, addressing drift analysis and Master of Truth determination.

Core Features & Use Cases

  • Comprehensive Drift Analysis: Compares branch inventories, cross-clone diffs, hygiene scans, CI comparisons, build verifications, and weighted Master of Truth decisions.
  • Read-only Analysis: No pushes, branch modifications, or commits allowed, ensuring non-destructive analysis.
  • Use Case: Ideal for environments where multiple local clones exist, and you need to determine which clone is the canonical version for synchronization or merging.

Quick Start

Run the 'git-clone-audit' command in your terminal to begin the analysis on the current local Git repository.

Frequently Asked Questions about git-clone-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine the Master of Truth between two local Git clones?

To determine the Master of Truth between two local Git clones, run a comprehensive drift analysis comparing branch inventories, file diffs, CI pipeline consistency, and build integrity. This identifies the canonical clone for synchronization.

What is Git clone drift analysis and when do I need it?

Git clone drift analysis is the process of comparing local repository copies to detect divergences in branches, files, and CI pipelines. You need it when multiple local clones exist and you must identify the authoritative copy for merging.

Can I run a read-only Git repository comparison without modifying branches?

Yes, you can run a read-only Git repository comparison without modifying branches. The analysis enforces non-destructive operations, ensuring no pushes, branch modifications, or commits are allowed during the clone audit.

Does the clone audit require any specific dependencies or tools to function?

The clone audit requires git and related command-line tools to be installed in your environment. It relies on these tools to perform comparisons of branch inventories, file diffs, and CI pipeline consistency checks.

What's the best way to identify the canonical Git clone for synchronization?

The best way to identify the canonical Git clone is through a weighted Master of Truth decision. This evaluates hygiene scans, build verifications, and cross-clone diffs to systematically determine the authoritative repository copy.