gtm-state-diff

Compare current and prior-week GitLab Tag Management (GTM) state data to generate a plain-English diff report.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/marmikcfc/pepper-skills --skill gtm-state-diff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gtm-state-diff
Source: https://github.com/marmikcfc/pepper-skills/tree/main/skills/gtm-state-diff
Command: npx skills add https://github.com/marmikcfc/pepper-skills --skill gtm-state-diff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GTM state-diff skill provides a read-only comparison between the current GTM workspace state and the prior snapshot, producing a plain-English diff to surface drift and changes for weekly planning and reporting.

Core Features & Use Cases

  • Read-only analysis of GTM state to identify drift across strategy, ICP, bets, experiments, and metrics.
  • Useful for weekly standups, board updates, or governance reviews to understand what shifted since last period.
  • Prerequisites: PEPPER_EVENT_SECRET, PEPPER_CLOUD_URL, and at least one prior week of state data to enable meaningful comparisons.

Quick Start

Run the GTM state-diff analysis to generate a plain-English summary of changes between this week and last week.

Frequently Asked Questions about gtm-state-diff

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

FAQPage Schema
How do I track go-to-market strategy drift between weekly snapshots?▼

Track go-to-market strategy drift by comparing the current GTM workspace state to a prior snapshot. This generates a plain-English diff summarizing weekly changes across strategy, ICP, bets, experiments, metrics, and decisions.

What is a GTM state diff and when do I need it for reporting?▼

A GTM state diff is a read-only comparison of current and prior go-to-market workspace states. Use it for weekly standups, board updates, or governance reviews to understand what strategic elements shifted since the last period.

How do I generate a weekly GTM diff report for board updates?▼

Generate a weekly GTM diff report by running a state-diff analysis that fetches data via read-only state APIs. It produces a concise plain-English summary of changes across ICP, metrics, bets, and experiments for board reporting.

Do I need prior state data to compare GTM changes week over week?▼

Yes, you need at least one prior week of state data to enable meaningful GTM comparisons. You also need PEPPER_EVENT_SECRET and PEPPER_CLOUD_URL configured to fetch the snapshots and produce the diff.

Can I detect changes in ICP and experiments using a state diff?▼

Yes, detecting changes in ICP and experiments is a core function of the state diff. It reads the current and prior GTM state to surface drift across strategy, ICP, bets, experiments, metrics, and decisions.

Does the GTM state-diff analysis modify my workspace state?▼

No, the GTM state-diff analysis is strictly read-only. It uses state_read and state_list APIs to fetch data and present a concise weekly diff report without modifying your workspace state.