This is a comprehensive code review assistant specifically for Metabase's Clojure and ClojureScript codebase. It checks pull requests against their internal style guide, covering everything from naming conventions (pure functions as nouns, side effects ending in `!`) to REST API patterns (singular routes, kebab-case query params) and module organization. The skill explicitly avoids posting congratulatory fluff comments, which is refreshing. It includes a quick checklist format that makes it easy to scan through common issues like missing docstrings, non-private public vars, and TODO comments without author dates. If you work on Metabase or have similarly opinionated Clojure standards, this demonstrates how detailed a code review skill can get.
npx skills add https://github.com/metabase/metabase --skill clojure-review