ソース情報
- リポジトリ
- telorun/telo
- ソースの最終更新活動
- 2026年8月22日 12:49
- 検出された 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 code-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 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.