resolve-pegasus-conflicts
Installation
SKILL.md
Resolve Pegasus Conflicts
Instructions
This skill helps users resolve merge conflicts when upgrading their SaaS Pegasus codebase. Most users will invoke this skill when they have merge conflicts after merging their main branch into a Pegasus upgrade branch, but you can also help run the merge process for them.
When invoked
First, determine what the user needs help with by checking their current state:
- Check git status: Run
git statusto see if there's an active merge in progress - Ask the user: If unclear, ask whether they:
- Already ran
git mergeand need help resolving conflicts (most common) - Want you to run the merge process for them
- Need help understanding which conflicts to prioritize
- Already ran
If there's an active merge with conflicts
The user has already run git merge <main branch> and has conflicts to resolve. Help them resolve the conflicts using these strategies:
Related skills