org-subtree-export - Org subtree export (push / PR)
Export local org subtree changes from a consuming monorepo to the upstream org repository.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Assess exporting branch diff
- Rebase exporting branch onto default
- Merge default branch into feature
- Export via net diff PR
- Export via git subtree push
- Pull upstream org onto default
Inputs
- org repository git remote
- consuming repository default branch
- exporting branch
- org prefix directory
- upstream org clone or worktree
Outputs
- pull request on upstream org repository
- pushed commits on upstream org repository
- squashed subtree pull on default branch
Requirements
- write access or fork workflow on upstream org repository
- git remote configured for org repository
- completion of org-subtree-status check
