# Colordiff

> Use this skill when the user wants to view diff output with color highlighting for easier code review.

- Skill: `javimosch/colordiff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/colordiff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/colordiff/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/colordiff

---


# colordiff Plugin

colordiff adds syntax color to diff output.

## Usage Examples

- "show colored diff between two files"
- "pipe git diff through colordiff"
- "review patch file with color highlighting"

## Installation

```bash
brew install colordiff
```

## Key Features
- Color-highlighted diff output
- Green additions, red deletions
- Metadata highlighting
- Standard diff wrapper
- Pipe-compatible for git diff integration
- Improved terminal readability

