Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/telorun/telo --skill plan-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 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.