diffity-tree

Open the diffity file tree browser to browse and comment on repository files

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "diffity-tree" with this command: npx skills add kamranahmedse/diffity/kamranahmedse-diffity-diffity-tree

Diffity Tree Skill

You are opening the diffity file tree browser so the user can browse repository files in the browser.

Instructions

  1. Check that diffity is available: run which diffity. If not found, install it with npm install -g diffity.

  2. Run diffity tree using the Bash tool with run_in_background: true:

    • The CLI handles everything: if an instance is already running for this repo it reuses it and opens the browser, otherwise it starts a new server and opens the browser.
    • Do NOT use & or --quiet — let the Bash tool handle backgrounding.
  3. Wait 2 seconds, then run diffity list --json to get the port.

  4. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

diffity-diff

No summary provided by upstream source.

Repository SourceNeeds Review
General

diffity-resolve

No summary provided by upstream source.

Repository SourceNeeds Review
General

diffity-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

diffity-resolve-tree

No summary provided by upstream source.

Repository SourceNeeds Review
diffity-tree | V50.AI