用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/telorun/telo --skill plan-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | plan-review |
| description | Read-only review of an implementation plan. |
| argument-hint | Selected file |
Perform a read-only review of an implementation plan. Do NOT modify any files (including the plan itself).
Determine whether the proposed plan is sound, sustainable long-term, and aligned with Telo's core goals:
Focus on:
JS.Script is being used where a new resource kind would be a better fitNever mention:
Make sure there is no major version bump in any of the packages or modules.
Ground your feedback in specific sections of the plan and, where relevant, specific file paths and line ranges in the codebase the plan affects. Provide actionable recommendations for improvement, and prioritize them based on impact and effort.
Important: Find alternative solutions or well known generic patterns that can be applied to the problem at hand, and suggest them if they would be a better fit than the proposed solution.
Provide only important feedback that would significantly improve the plan. Avoid nitpicks or minor style issues unless they have a meaningful impact on readability or maintainability.
Do not summarize what is sound about the plan.
List top 3 real issues in the plan and propose options to solve them. Always be sure about the issues you list. If you are not sure whether something is an issue then investigate more. Keep the list of issues very concise. Never point to any source code or line numbers in the codebase. Focus on behaviour and design issues in the plan itself, not on implementation details.