用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill review-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | review-pr |
| description | Review a pull request and post structured feedback as a comment. Use when this capability is needed. |
| metadata | {"author":"ClickHouse"} |
Review the pull request and provide structured feedback.
If given a PR number or URL, use gh pr diff <number> to get the diff and gh pr view <number> to get the description. Read any referenced issues for context.
Return feedback in this order:
nit:.Approve, Request changes, or Needs discussion.If a section has no items, omit it.
Work through each category before writing the review.
_)?Rows, Batch, and Conn values closed on every code path, including error paths?Batch lifecycle (Append → Send or Abort) hold on every path?context.Context propagated correctly (first param, never stored in a struct)?URL, HTTP, ID — not Url, Http, Id.self or this.context.Context stored in struct fields.panic outside of init()-style invariant checks.mixedCaps for unexported constants, not ALL_CAPS.tests/issues/issue_<N>_test.go?driver.Conn or driver.Rows for integrations tests inside root /tests/ — use a real ClickHouse via testcontainers.clickhouse_native (Open() api returns) api and std api (OpenDB() api returns).Options fields safe to ignore when unset (i.e., the zero value is the sensible default)?clickhouse_native (Open() api returns) api and std api (OpenDB() api returns).Source: ClickHouse/clickhouse-go — distributed by TomeVault.