Agent skill
text-diff
比较文件和文本,支持统一diff、并排视图和补丁生成。
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/text-diff
Metadata
Additional technical details for this skill
- short description
- 比较文件/文本
SKILL.md
Text Diff Tool
Description
Compare files and text content with unified diff output, side-by-side view, and patch generation.
Trigger
/diffcommand- User needs to compare files
- User wants to see changes
Usage
bash
# Compare two files
python scripts/text_diff.py file1.txt file2.txt
# Unified diff format
python scripts/text_diff.py old.py new.py --unified
# Side-by-side view
python scripts/text_diff.py file1.txt file2.txt --side-by-side
# Generate patch
python scripts/text_diff.py old.txt new.txt --patch > changes.patch
Tags
diff, compare, patch, text, files
Compatibility
- Codex: ✅
- Claude Code: ✅
Didn't find tool you were looking for?