tools-github-integration
Integration Orchestration
Overview
This skill provides a robust, high-frequency workflow for merging multiple active development streams (from Git worktrees or feature branches) into a disposable integration-preview branch. It is designed for fast-paced agentic environments where integration checks should happen continuously or on-demand, rather than just daily.
When to Use
- Condition: The project MUST be a Git repository.
- Trigger: Frequent intervals (e.g., hourly, on-demand, or after any significant agent task completion).
- Goal: Rapidly verify that fast-moving parallel workstreams are compatible before they hit the main branch.
The Orchestration Workflow
1. Discovery
- List Worktrees: Identify all active worktrees and their current HEAD branches.
git worktree list - Filter: Exclude
main,master, or maintenance branches. Focus on feature/fix branches.
2. Preparation
- Fetch Latest: Ensure local repo is up to date.
More from tjboudreaux/cc-github-skills
tools-gh-search
Unified GitHub search across code, commits, issues, PRs, and repos using the gh CLI. Find patterns, track bugs, evaluate dependencies, and monitor changes.
1tools-github-workflow
Full GitHub workflow orchestration via CLI - branch management, commit quality, issue triage, PR lifecycle, and worktree operations on macOS and Windows.
1tools-git-advanced
Advanced git operations including rebase, cherry-pick, bisect, reflog, stash, and history manipulation for complex workflows.
1tools-github-actions
GitHub Actions workflow authoring for CI/CD pipelines, job configuration, matrix builds, secrets, and common automation patterns.
1