来源信息
- 仓库
- nlp-JvUUN/AAAAZOgH
- 最近来源活动
- 2026年8月11日 12:28
- 检测到的 SKILL.md 语言
- 中文
- 星标
- 1
- 分支
- 52
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
- name
- code_review
- version
- 1.0.0
- description
- 对代码片段做专业 code review,关注正确性、可读性、性能、安全、风格
- keywords
- ["代码审查","code review","检视","review","改进代码","找 bug","重构"]
- triggers
- ["code_review_request","pr_review"]
- execution
- prompt
- parameters
- [{"name":"code","type":"string","required":true,"description":"待审查的代码片段"},{"name":"language","type":"string","required":false,"description":"编程语言(自动检测时不填)"},{"name":"focus","type":"string","required":false,"description":"审查侧重点:all / bugs / performance / security / style"}]