用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | review |
| description | Review code or changes, and suggest improvements Use when this capability is needed. |
| metadata | {"author":"gabrielelanaro"} |
Use this skill when you need to review changes and improve quality
Review EACH individual file that is likely in scope to be reviewed (either uncommitted or in the PR, diff to main, depending on context, or the user specified file or directory)
Really focus on the review on what the user intend to get out of it.
At the end select the top 2-3 aspects that need to be addressed and a short suggestion. The user doesn't want to read a whole essay on the PR. Concise-focused suggestions are best. Like a skilled code reviewer would do.
Provide links to the relevant parts of the code for each suggestion so I can quickly jump to the relevant parts.
Limit strictly to the following aspects and criteria:
Does the current file contains a single isolated functionality or is it a mix? Consider splitting it into multiple files if it's not the case.
Does the current class contain a single isolated functionality or is it expanding into a god class? Think again on the overall purpose and evaluate how the responsibility can be split.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.