بنقرة واحدة
remy-lookup
Display the current logic index tree (.claude/logic_tree_view.md) without regenerating.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Display the current logic index tree (.claude/logic_tree_view.md) without regenerating.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Discover and run tests after code modification. Supports multi-angle defect prediction and coverage analysis. Recommended after large-scale edits or accumulated working tree changes.
Scan source files (Python, C/C++, TypeScript) and generate semantic logic index via LLM. Index is injected into CLAUDE.md and used by hooks/skills for dependency analysis. Run after repo init or major changes.
Deep repository analysis with multi-agent parallel perspectives. Requires /init + /remy-index as prerequisites. Produces structured research reports.
Diagnose bugs via hypothesis loop with circuit breaker. Diagnosis only — produces evidence packets for /remy-patch without modifying code.
Audit architecture for risks, side effects, and ambiguities before writing code. Produces evidence packets for /remy-patch. Recommended for large or complex tasks.
Verify code changes via Intent/Log/Code triangulation. Independent blind audit without prior session context. Paired with /remy-changelog: generate log, rewind context, then audit.
| name | remy-lookup |
| description | Display the current logic index tree (.claude/logic_tree_view.md) without regenerating. |
| allowed-tools | Read, Grep, Glob |
| disable-model-invocation | true |
You MUST execute the following steps strictly in order. Do not skip steps.
Check if the file .claude/logic_tree_view.md exists in the current working directory.
ls .claude/logic_tree_view.md or Glob to verify existence.Case A: File Exists
Read tool on .claude/logic_tree_view.md.Case B: File Missing
AskUserQuestion to ask the user if they want to generate it now.
/remy-index.