version-drift-check

Community

Detect undeployed or uncommitted GAS changes.

Authorblucsigma05
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents your Google Apps Script deployments from silently drifting out of sync with the git source, so you don’t waste time troubleshooting unexpected behavior caused by forgotten deploys or missing commits.

Core Features & Use Cases

  • Deployed vs. git source comparison: Fetches the deployed version map from the live web endpoint and compares it to the version numbers in your .gs files at git HEAD.
  • Targeted per-file drift reporting: Flags only the files whose deployed version value differs from the version returned by the corresponding get<Name>Version() function in source.
  • Action-oriented priority thresholds: Assigns escalation levels based on how many files are drifting (including direction tagging like deployed > head vs deployed < head).

Quick Start

Ask the AI to run the version-drift-check by comparing the JSON from https://thompsonfams.com/pulse?action=version against the version returns in each .gs file’s get<Name>Version() in C:\Dev\tbm-apps-script HEAD, then report any mismatches with drift direction and priority.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: version-drift-check
Download link: https://github.com/blucsigma05/tbm-apps-script/archive/main.zip#version-drift-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.