What problem does it solve? When you hit a fuzzy decision — UI polish, prose phrasing, naming, or formatting — guessing leads to inconsistent results. This Skill shells out to the claude CLI to get a reasoned judgment call, then applies the recommendation. ## Core Features & Use Cases - Taste-Driven Decisions: Ask Claude to weigh options on ambiguous questions like naming, phrasing, or visual polish and return a recommendation with alternatives considered. - File-Aware Context: Run from the repo root so claude can read referenced files by relative path when forming its judgment. - macOS Keychain Authentication: On macOS, automatically uses the long-lived Claude Code OAuth token stored in Keychain when present, falling back to the machine's normal Claude authentication otherwise. - Use Case: You are unsure whether a settings panel label should read "Sync Preferences" or "Synchronization Options". The Skill prompts Claude with the question and relevant file paths, receives a recommendation with reasoning, and applies it. ## Quick Start Ask the taste-review skill to decide between two naming options for a function, referencing the relevant source files in the repository.