compare-docs
Installation
SKILL.md
Document Comparison Skill
This skill compares two documents to find substantive differences, errors, or inconsistencies. It is particularly useful for legal contracts, financial reports, or revised document versions.
Usage
# Compare two specific files
/compare-docs file1.docx file2.docx
# Compare with specific focus
/compare-docs file1.docx file2.docx --focus "financial data"
Workflow
- Input Verification:
- Verify both input files exist.
- Determine file type (.docx, .pdf, .md, .txt).