ソース情報
- リポジトリ
- telorun/telo
- ソースの最終更新活動
- 2026年7月12日 17:28
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/telorun/telo --skill plan-reviewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 code review for staged changes or current branch.
Analyze a problem or feature request from first principles. Proposes the ideal architectural solution and then verifies it against the codebase.
SOC 職業分類に基づく
SKILL.md を表示中
| 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.