跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Clojure Code Review Skill

技能 活跃

Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.

目的

To ensure consistent code quality and adherence to Metabase's specific coding standards for Clojure and ClojureScript codebases.

功能

  • Reviews Clojure/ClojureScript code
  • Enforces Metabase coding standards
  • Identifies style violations
  • Flags code quality issues
  • Provides specific feedback examples

使用场景

  • Reviewing pull requests with Clojure/ClojureScript code
  • Checking code diffs for compliance with team standards
  • Automating parts of the code review process

非目标

  • Providing general code review feedback outside Metabase standards
  • Reviewing code written in languages other than Clojure/ClojureScript
  • Congratulating developers on following guidelines
  • Commenting on trivial code changes

工作流

  1. Load Clojure style guide and command references
  2. Analyze provided code changes against Metabase standards
  3. Identify and flag style violations and quality issues
  4. Generate targeted feedback comments

实践

  • Code quality
  • Coding standards
  • Code review

先决条件

  • Access to Clojure/ClojureScript code changes
  • Metabase coding standards context

Documentation

  • info:Configuration & parameter referenceWhile the skill's instructions are clear, there is no explicit mention of default parameters or configuration precedence, which could be implicitly handled by the underlying tools.

Trust

  • warning:Issues AttentionThere are 418 open issues and 321 closed issues in the last 90 days, resulting in a closure rate below 10%, indicating slow response to issues.

安装

npx skills add metabase/metabase

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

95 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标47.3k
许可证AGPL-3.0-or-later
状态
查看源代码

类似扩展

Code Review

99

Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any implementation work.

技能
vectorize-io

Add Malli Schemas

79

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

技能
metabase

Clojure Write

75

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

技能
metabase

Remember Interactive Programming

100

A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.

技能
github

Review Pull Request

100

Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.

技能
pjt222

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

技能
Yeachan-Heo