Loading...
Loading...
Create a feature branch in a git worktree from a GitHub issue
npx skill4agent add smartworkx/dev-context feature-branchgh issue viewgh issue list --search "<description>"<issue-number>-<kebab-case-summary>42-add-user-exportmaingit fetch origin maingit worktree add ../<branch-name> -b <branch-name> origin/main../<branch-name>/cd ../<branch-name>