feature-branch

Installation
SKILL.md

Feature Branch

Never commit to develop or main.

Branch

Resolve ownerPrefix via gus-cli runner identity.

Format: <ownerPrefix>/W-XXXXX-short-description.

Example for Shane McLaughlin (ownerPrefix = sm):

git fetch origin develop
git checkout -b sm/W-XXXXX-short-description origin/develop --no-track
# ... work, commit ...
git push -u origin sm/W-XXXXX-short-description
Installs
1
GitHub Stars
1.0K
First Seen
Sep 2, 2026
feature-branch — forcedotcom/salesforcedx-vscode