recipe-compare-sheet-tabs

Compare two Google Sheets tabs and produce a structured diff.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-compare-sheet-tabs-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-compare-sheet-tabs
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-compare-sheet-tabs
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-compare-sheet-tabs-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading and comparing data across two Google Sheets tabs to quickly identify differences, avoiding manual row-by-row checks.

Core Features & Use Cases

  • Read data from two tabs (e.g., "January" and "February") in a Google Sheet.
  • Compare rows and columns to surface added, removed, or modified cells.
  • Produce a concise diff summary suitable for reporting or auditing.

Quick Start

Specify the Google Sheet ID and two tab ranges to run the comparison, then review the detected differences.

Frequently Asked Questions about recipe-compare-sheet-tabs

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

FAQPage Schema
How do I compare two Google Sheets tabs to find data differences?

Comparing two Google Sheets tabs requires reading both ranges and identifying added, removed, or modified cells. This Skill reads the specified tabs and generates a structured diff summary highlighting all detected changes.

Can I audit data alignment between two Google Sheets without manual checks?

Auditing data alignment between two Google Sheets tabs is done by automatically comparing rows and columns. This Skill reads both tabs and produces a concise diff summary, replacing manual row-by-row checks for reporting or auditing purposes.

What do I need to compare monthly tabs in Google Sheets for changes?

Comparing monthly tabs in Google Sheets requires the Sheet ID, two tab ranges, and the gws-sheets dependency to read the data. This Skill uses these inputs to output a structured diff of added, removed, or modified cells.

Does comparing Google Sheets tabs work for tracking changes across reporting periods?

Comparing Google Sheets tabs works for tracking changes across reporting periods by reading tabs like January and February. It identifies added, removed, or modified cells, allowing teams to reproduce differences for reporting.

How does the spreadsheet diff process work when comparing two tabs?

The spreadsheet diff process works by reading data from two specified tab ranges in a Google Sheet. It then compares the rows and columns to surface added, removed, or modified cells, resulting in a concise diff summary suitable for reporting.

What is the best way to surface modified cells between two Google Sheets tabs?

The best way to surface modified cells between two Google Sheets tabs is using an automated comparison tool. This Skill reads both ranges, compares rows and columns, and produces a concise diff summary of added, removed, or modified cells.