recipe-compare-sheet-tabs

Compare two Google Sheets tabs and output row-by-row differences.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-compare-sheet-tabs-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-compare-sheet-tabs
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-compare-sheet-tabs
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-compare-sheet-tabs-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read data from two Google Sheets tabs and identify differences to speed up validation and reporting.

Core Features & Use Cases

  • Read data from two separate tabs within the same Google Sheet.
  • Compare row-by-row to surface additions, deletions, and changes.
  • Use in monthly reconciliations or cross-tab audits to verify consistency across datasets.

Quick Start

Compare two sheet tabs by specifying the spreadsheet ID and the two ranges to compare, then review the 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 tabs in Google Sheets to find data differences?

Comparing Google Sheets tabs involves reading data from two specified ranges to identify differences. It surfaces additions, deletions, and changes row-by-row, which speeds up validation and reporting across separate tab datasets.

Can I use this to compare monthly datasets across different sheet tabs?

Yes, comparing monthly datasets across different sheet tabs is fully supported. By specifying the ranges for each month, the tool detects changes across monthly ranges to verify consistency during monthly reconciliations.

Do I need the gws-sheets skill to compare data between sheet tabs?

Yes, you need the gws-sheets skill to compare data between sheet tabs. It provides the required ability to read specified ranges from the spreadsheet and produce the tab-to-tab diff output.

What is the best way to identify additions and deletions across two Google Sheets tabs?

The best way to identify additions and deletions across two Google Sheets tabs is a row-by-row data diff. This method reads both specified ranges and surfaces exact additions, deletions, and changes for cross-tab audits.

What kind of differences can I detect when comparing two Google Sheets tabs?

When comparing two Google Sheets tabs, you can detect row-by-row additions, deletions, and changes. This surfaces data variations between the two tabs to help verify consistency across datasets.