بنقرة واحدة
diffity-tree
Open the diffity file tree browser to browse and comment on repository files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Open the diffity file tree browser to browse and comment on repository files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create a guided code tour that walks through the codebase to answer a question or explain a feature. Opens in the browser with step-by-step navigation and highlighted code.
Create a guided code tour that walks through the codebase to answer a question or explain a feature. Opens in the browser with step-by-step navigation and highlighted code.
Start a project-driven learning journey for any technical topic — programming languages, tools, frameworks, or concepts. Teaches through real projects, Diffity tours, and interactive conversation, adapting to the learner's pace.
Start a project-driven learning journey for any technical topic — programming languages, tools, frameworks, or concepts. Teaches through real projects, Diffity tours, and interactive conversation, adapting to the learner's pace.
Review current diff and leave comments using diffity agent commands
Review current diff and leave comments using diffity agent commands
| name | diffity-tree |
| description | Open the diffity file tree browser to browse and comment on repository files |
| user-invocable | true |
You are opening the diffity file tree browser so the user can browse repository files in the browser.
Check that diffity is available: run which diffity. If not found, install it with npm install -g diffity.
Run diffity tree using the Bash tool with run_in_background: true:
& or --quiet — let the Bash tool handle backgrounding.Wait 2 seconds, then run diffity list --json to get the port.
Tell the user diffity tree is running. Print the URL and keep it short — don't show session IDs, hashes, or other internals. Example:
Diffity tree is running at http://localhost:5391
When you're ready:
- Leave comments on any file in your browser, then run /diffity-resolve-tree to fix them