csv-diff

Compare two CSV files to identify changes, additions, or deletions between them and generate a unified diff output similar to git diff .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "csv-diff" with this command: npx skills add fityannugroho/csv-diff/fityannugroho-csv-diff-csv-diff

CSV Diff

Compare two CSV files to identify changes, additions, or deletions between them and generate a unified diff output similar to git diff .

When to use

Use this when you need to:

  • Compare two CSV files and see what changed between them, especially for large datasets.

  • Generate a unified diff file for tracking changes in tabular data.

Quick start

Compare two CSV files:

csvdiff old.csv new.csv

This will generate a result.diff file showing the differences.

Documentation

  • Run csvdiff --help to see available options and usage.

  • Read the documentation for more details.

Output

The tool generates a unified diff output similar to the following:

--- old.csv +++ new.csv @@ -2,3 +2,3 @@ 0,Alice,70000 -1,John,50000 +1,John,55000 2,Jane,60000

The output shows:

  • Lines prefixed with - were removed or changed

  • Lines prefixed with + were added or changed

  • Context lines (no prefix) show unchanged data for reference

Notes

  • CSV files must have a header row.

  • Output is saved to a .diff file (default: result.diff ).

Requirements

The csv-diff-py package must be installed in your environment. You can install it globally via uv (or user-preferred python package manager):

uv tool install csv-diff-py

Alternatively, run it directly with uvx (or user-preferred python package runner):

uvx --from csv-diff-py csvdiff file1.csv file2.csv

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated