sym-plugin-diffity
v0.1.0
Published
Diffity code tour and review commands for Symbiotic Code
Downloads
12
Maintainers
Readme
Diffity Plugin for Symbiotic Code
Diffity code tour and review commands for Symbiotic Code. Create guided code tours, review diffs, and browse files in your browser.
Installation
Install from the CLI:
symbiotic plugin symbiotic-plugin-diffityOr from Symbiotic Code commands:
- Press
Ctrl+P - Select
Install Plugin - Enter
symbiotic-plugin-diffity
After installation, restart Symbiotic Code to activate the skills.
Commands
After installation, these slash commands are available in any session:
| Command | Description |
| --------------- | --------------------------------------------- |
| /tour | Create a guided code tour (prompts for topic) |
| /review | Review current diff and leave comments |
| /diff | Open diffity diff viewer in browser |
| /tree | Open file tree browser |
| /resolve | Resolve review comments |
| /resolve-tree | Resolve tree browser comments |
What It Does
This plugin:
- Installs diffity skills to your project's
.symbiotic/skills/directory - Registers slash commands that invoke those skills
Skills Installed
The plugin installs these skills to .symbiotic/skills/:
diffity-tour- Create guided code toursdiffity-review- Review diffs with commentsdiffity-diff- View diffs in browserdiffity-tree- Browse files in tree viewdiffity-resolve- Resolve review commentsdiffity-resolve-tree- Resolve tree comments
You can also invoke skills directly: /diffity-tour, /diffity-review, etc.
Usage
- Install the plugin
- Restart Symbiotic Code
- Start a session
- Type
/tour(or any command) and select from autocomplete - For
/tour, enter what you want the tour to explain
Prerequisites
The diffity CLI must be installed globally:
npm install -g diffityThe skills will prompt you to install it if not found.
