Opens a browser-based file tree for your repository where you can leave comments directly on files, then fixes them with a follow-up command. It's built on the diffity CLI and runs a local server in the background. The workflow is straightforward: the skill starts the server, gives you a localhost URL, and you browse your codebase like you're on GitHub. Leave comments on whatever needs attention, then run the resolve command to handle them. Good for when you want to mark up multiple files visually before making changes, though at 527 installs it's still pretty niche. Works best if you think spatially about code review rather than jumping between files in your editor.
npx skills add https://github.com/kamranahmedse/diffity --skill diffity-tree