Domains
Forms
- SKILL.md50.0%
- other50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
--abort.Use Cases
Two team members modified different parts of the same module in parallel, causing merge conflicts. A developer invokes `/resolving-merge-conflicts`. The skill first checks git history to identify conflicted files, reads both sides' commit messages and related issues/PRs to understand original intent, then resolves each hunk. If one change is a bugfix and the other a feature, the bugfix takes priority. After resolution, it runs the typechecker and test suite, then completes the commit.
A developer encounters conflicts while rebasing a feature branch onto the latest main. Invoking `/resolving-merge-conflicts`, the skill detects a rebase in progress, identifies original intents behind each conflict's commits, resolves each hunk, then continues through `git rebase --continue` until the entire process completes. The final rebased branch passes CI checks.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File