Skip to content

Review changes

Superconductor provides review surfaces for inspecting changed files, diffs, review comments, and diff summaries before you commit, push, merge, or discard the work.

Open the diff view for the active worktree. The diff view shows:

  • Files changed.
  • Diff contents.
  • Per-file status and stats.
  • Review comments, when present.

Use the diff to check tests, generated files, lockfiles, user-facing behavior, and whether the change stays within the requested task.

Run the verification commands for the repository you are working in. Examples:

Terminal window
bun run build
Terminal window
just test-crate sc_git

If the diff needs changes, send feedback in the active terminal or chat session:

The implementation changes the right file, but it does not cover the empty-state case. Add a focused test for that path and keep the public API unchanged.

When the work is ready, commit or push through your normal git flow. To discard the result, reset the worktree or remove it after confirming you no longer need the changes.

Separate task worktrees produce separate review diffs. Split a large diff into smaller branches through normal Git workflows.