Skimmable

Enforce code readability and state minimisation before opening or updating a pull request. Use when code is functionally complete and needs a final simplification pass focused on skimmability: reducing arguments, removing optionality and overrides, collapsing unnecessary abstractions, preferring discriminated unions, adding assertions at boundaries, handling variants exhaustively, deleting incidental changes, and making the diff shorter, clearer, and easier to review.

ckorhonen 5495a61 9.9 KB Updated

File contents

ckorhonen/claude-skills/tree/main/skills/skimmable commit 5495a6190e

Frequently asked questions

npx skillmds@latest add ckorhonen/skimmable