lint
Run pixel-art quality checks and return findings with a visual render that circles issues. Helps identify orphans, banding, and other rule violations without auto-fixing.
Instructions
Run pixel-art quality checks and return findings with a render circling them. Rules: orphans, doubles, banding, pillow_shading, unused_colors, near_duplicates, broken_outline, symmetry_drift, stray_alpha, tile_seams. Findings are advisory; nothing is auto-fixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | Frame index, 0-based (default: active frame) | |
| rules | No | Subset of rules to run (default: all) | |
| doc_id | Yes | Document id | |
| region | No | Region: exactly one of 'rect', 'pixels', or 'selection' |