diffity-start
Diffity Start Skill
You are starting the diffity diff viewer so the user can see their changes in the browser.
Instructions
-
Check that
diffityis available: runwhich diffity. If not found, install it withnpm install -g diffity. -
Start the server using the Bash tool with
run_in_background: true:- Command:
diffity - Do NOT use
&or--quiet— let the Bash tool handle backgrounding - The browser will open automatically and the session is auto-created on startup
- Command:
-
Wait 2 seconds, then verify the session exists by checking that
.diffity/current-sessionfile is present. -
Tell the user diffity is running and show them what they can do next. Keep it short — don't show session IDs, hashes, or other internals. Example:
Diffity is running — check your browser.
When you're ready:
- Leave comments on the diff in your browser, then run /diffity-resolve to fix them
- Or run /diffity-review to get an AI code review
More from kamranahmedse/diffity
diffity-diff
Open the diffity diff viewer in the browser to see your changes
551diffity-resolve
Read open review comments and resolve them by making code fixes
533diffity-review
Review current diff and leave comments using diffity agent commands
528diffity-resolve-tree
Read open comments from the tree browser and resolve them by making code fixes
386diffity-tree
Open the diffity file tree browser to browse and comment on repository files
384diffity-tour
>-
380