review-image

Installation
SKILL.md

Review Image

Procedure to visually inspect and evaluate an image file. Follow these steps in order.

1. Get image info and resize if needed

Run the bundled script (uses uv with inline Pillow dependency):

.claude/skills/review-image/scripts/resize-for-review.py <image-path>

The script prints file size, dimensions, aspect ratio, and a READ: line indicating which file to inspect. If the image is large (>2 MB or >960 px), it saves a resized preview to /tmp/review-preview.png.

2. Read and evaluate

Use the Read tool on the path from the READ: output. After viewing, assess:

Installs
1
First Seen
Jun 21, 2026
review-image — rawe/agentic-coding-guide