Code Review

Vibe Kanban provides built-in code review tools that let you inspect, edit, and approve agent-generated code just like reviewing a pull request.

Reviewing Agent Changes

When an agent completes a task, you can review all changes using Vibe Kanban's diff interface:

Diff Interface

The diff interface provides:

Editing Code

You can edit code directly in the diff view:

Approval Workflow

After reviewing changes, you can:

  1. Approve: Accept the changes and merge them
  2. Request Changes: Ask the agent to modify the code
  3. Edit and Approve: Make manual edits then approve
  4. Discard: Reject the changes entirely

Best Practices

Always Review

Never merge agent-generated code without review. Always:

Look for Common Issues

When reviewing AI-generated code, watch for:

Test Before Merging

Always test agent-generated code before merging:

Reviewing in IDE

If you're using the VS Code extension, you can review code directly in your IDE:

Batch Review

When running multiple tasks in parallel, you can:

Next Steps