tool-agentsandbox-merge

Merge agentsandbox worktree changes into the primary development branch.

7|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill tool-agentsandbox-merge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tool-agentsandbox-merge
Source: https://github.com/eriklieben/agentic-dev-workflow/tree/main/.claude/skills/tool-agentsandbox-merge
Command: npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill tool-agentsandbox-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the friction of manually tracking, reviewing, and integrating code changes generated by autonomous agents in isolated worktrees.

Core Features & Use Cases

  • Session Review: Provides a clear summary of commits, diffs, and file changes between the current branch and the agentsandbox session.
  • Flexible Integration: Supports standard merges, squash merges for clean history, and selective cherry-picking of commits.
  • Automated Cleanup: Safely removes worktrees, branches, and temporary task directories after the work is successfully integrated.

Quick Start

Invoke the tool-agentsandbox-merge skill to review and merge the latest changes from your active agentsandbox session into the current branch.

Frequently Asked Questions about tool-agentsandbox-merge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge changes from an isolated git worktree into my main branch?▼

To merge worktree changes, you can use standard merges, squash merges, or cherry-picking to integrate commits from the agentsandbox session into your primary development branch.

What is the best way to review autonomous agent code changes before merging?▼

Reviewing code changes from autonomous agents involves checking a clear summary of commits, diffs, and file changes between the current branch and the agentsandbox session before integrating.

How do I clean up git worktrees and branches after merging a session?▼

You can safely remove worktrees, branches, and temporary task directories through automated cleanup after the multi-repo session work is successfully integrated into the primary branch.

Do I need local git repository access to integrate agentsandbox worktrees?▼

Yes, integrating agentsandbox work requires access to the local git repository and the agentsandbox task directory structure to perform branch management and worktree pruning.

Can I selectively cherry-pick commits from an agentsandbox session?▼

Yes, flexible integration supports selective cherry-picking of specific commits from the agentsandbox session, alongside standard merges and squash merges for clean git history.