원클릭으로
ti-navi
Understand and work with mruby code using ti type checker
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Understand and work with mruby code using ti type checker
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ti-navi |
| description | Understand and work with mruby code using ti type checker |
You are working with mruby code using the ti type checker.
ti filename.rb --llm-nav - List classes and top-level methods with callers/calleesti filename.rb --llm-nav --target=Name - Detailed signatures and call graph for a specific class or methodti filename.rb --llm-error - Display type errorsti filename.rb --llm-class - List all available classesti filename.rb --llm-define --class=ClassName - Method signatures and type info for a classIMPORTANT: Never pipe these commands through head, tail, or any truncation tool. Full output is required.
Run ti filename.rb --llm-nav first. Identify which classes and methods are relevant to your task.
For each relevant target, run ti filename.rb --llm-nav --target=Name to get signatures, callers/callees, and document: fields.
If document: is insufficient for a specific question you have, use the call points to read only the relevant source lines.
ti filename.rb --llm-error after each changeUnion<A NilClass>: use is_a? to narrow the type