Integrate Parallel Work banner
Cyber-Seowon-Foundation Cyber-Seowon-Foundation

Integrate Parallel Work

Development community

Description

I have features developed in parallel worktrees that I need to integrate: $ARGUMENTS Please help me integrate these features: 1. Create a new integration branch called `integration/parallel-features-<timestamp>` (use a timestamp suffix like YYYYMMDD-HHMMSS to avoid conflicts if this command is run multiple times) 2. For each feature name provided, merge the branch `feature/[feature-name]` into the integration branch 3. Resolve any merge conflicts that arise 4. Test that all features work togeth

Installation

Installs to ~/.claude/commands/cyber-seowon-foundation-coursera_claude_code-integrate-parallel-work.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Cyber-Seowon-Foundation/coursera_claude_code/HEAD/.claude/commands/integrate-parallel-work.md -o ~/.claude/commands/cyber-seowon-foundation-coursera_claude_code-integrate-parallel-work.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository