来源信息
- 仓库
- bronc-x/lotus
- 最近来源活动
- 2026年9月14日 05:31
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 23
- 分支
- 1
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
2 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- review
- description
- 审查用户指定的代码差异或 PR,查找可证实的缺陷与回归风险。
# Change review
Resolve the intended diff/base and read enough surrounding code to assess behavior. Prioritize correctness, security boundaries, data integrity, and missing regression coverage over style preferences.
Review only: do not edit code, commit, push, or merge unless the user also requests it.
Each actionable finding should identify the affected code, triggering conditions, impact, and a useful correction. Separate confirmed problems from hypotheses.
Use relevant checks when they can establish a finding; do not require every audit or a fixed number of findings. If none are found, say so and state meaningful untested areas.
Consult project-specific migration, deployment, or authorization rules only when the diff touches those surfaces.
在 GitHub 查看