用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/telorun/telo --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Collaboratively plan a new feature. Gather context, ask questions, analyze together, then write a short high-level plan to ./plans only after explicit user approval.
Read-only review of an implementation plan.
Analyze a problem or feature request from first principles. Proposes the ideal architectural solution and then verifies it against the codebase.
正在显示 SKILL.md
| name | code-review |
| description | Read-only code review for staged changes or current branch. |
Perform a read-only code review for staged changes or the current branch. Do NOT modify any files.
Determine whether the implementation is sound, sustainable long-term, and aligned with Telo's core goals:
Focus on:
kernel and sdk must not be aware of: any module in ./modules, any package in ./packages, editor, clieditor should not be aware of any module in ./modules./modules must not be aware of more specific module in ./modules./modules.additionalProperties: true for no reason which allows arbitrary properties to be added to the manifest, making it impossible to validate statically..js file not wrapped in nodejs directory (where applicable) or documentation explaining single language implementation inside modules/*/docs which should live in modules/*/nodejs/docs.JS.Script, if yes then propose an existing resource from standard lib or propose a shape for a new kind. Using JS.Script is forbidden.Ignore any deviations from the implementation plan or spec, as long as the implementation is sound and meets the core goals. EXCEPTION: never ignore a gap in static analysis — see the Static analysis goal above. A missing/deferred static check is always a blocking finding even if the plan sanctioned it.
Detect if implementer was struggling with making the implementation natural/simple and decided to hack around.
Ground your feedback in specific file paths and line ranges. Provide actionable recommendations for improvement, and prioritize them based on impact.
Make sure there is no major version bump in any of the packages or modules.
Ignore any file changes that are not coherent with the overall feature or fix being implemented and seem out of scope.
Do not comment about what is sound about the implementation, only point out potential issues and areas for improvement.
Provide concrete fix recommendations for each issue you find, and explain why the fix is necessary.
Your last message MUST ALWAYS contain ALL findings with recommendations.