来源信息
- 仓库
- Rycen7822/Frontier-Agent-skills
- 最近来源活动
- 2026年9月8日 12:44
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 1
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
11 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- code-review
- description
- Review changes or review feedback for actionable defects and realistic impact.
- license
- MIT
- metadata
- {"version":"1.0.1","hosts":["codex","hermes-agent"]}
# Code Review
Bind the requested change or design and intended behavior. Review-only requests do not authorize edits; when fixes are also requested, complete them within scope. Reuse valid context and findings, then inspect relevant owners and consumers.
Identify the critical premise that makes the change correct. Trace a realistic trigger through the implementation and affected consumers, including asynchronous state, serialization, generated surfaces or external behavior when relevant. Check surrounding contracts and tests before declaring a defect.
Prioritize concrete correctness, compatibility, data, security and operational failures. Explain the trigger, affected result and source location. Distinguish confirmed defects from uncertainty needing a small check. Preferences and hypothetical future requirements are not blocking findings.
Merge duplicate root causes. Accept, narrow or reject supplied review comments against current code and intent. Reviewer agreement is not evidence. After fixes, reassess affected findings and changed impact; reuse evidence whose relevant inputs remain valid.
Read [security boundaries](references/security.md) only for an implicated trust boundary. Use the [review contract](operator/review/result-consistency.md) or [publication contract](operator/review/publication-readiness.md) only for a consumer requiring those machine-readable records.
Return prioritized actionable findings, or state that none were found in the reviewed scope. Note material coverage limits. A review verdict does not establish unperformed tests or authority to merge.
在 GitHub 查看