Loading...
Loading...
Start work on a new branch or worktree. Use when asked to start a new branch, new worktree, begin work on a feature/fix, or start fresh. Supports issue numbers and plain descriptions.
npx skill4agent add lgtm-hq/ai-skills branch/branch 123/branch add shellcheck support--worktree-w/branch 123/branch add dark mode toggle/branch 123 --worktree/branch fix login redirect -w<type>/<issue-number?>-<slug>feat/fix/chore/docs/refactor/perf/test/ci/bugfix/enhancementfeat/documentationdocs/feat/add-shellcheck-supportfeat/123-add-watch-modebugfix/45-parser-crashes-on-empty-inputfeat/add-dark-modefix/resolve-null-pointer--worktree-wgit statusgit fetch origingh issue view <number> --json title,labelsgit checkout -b <branch-name> origin/main--worktree-wgit statusgit fetch origin<repo-dir>-<slug>~/Code/py-lintrofeat/123-add-watch-mode~/Code/py-lintro-123-add-watch-modefix/parser-crash~/Code/py-lintro-parser-crashgit worktree add -b <branch-name> <worktree-path> origin/mainCreated worktree at ~/Code/py-lintro-123-add-watch-mode
Branch: feat/123-add-watch-mode (from origin/main)
To start working:
cd ~/Code/py-lintro-123-add-watch-modeorigin/main