github-use
Installation
SKILL.md
Command index
- update: Stage, commit, and push all changes. See "## Update".
- merge to main: Merge current branch into main. See "## Merge to main".
- create issue: Create a new GitHub issue. See "## Create issue".
- create branch: Create a new branch from current branch and switch to it. See "## Create branch".
- checkout branch: Switch to an existing branch. See "## Checkout branch".
- list branches: List all branches. See "## List branches".
- revert: Revert a specific commit by hash. See "## Revert".
- status: Show working tree state. See "## Status".
- log: Show recent commit history. See "## Log".
- branch: Show current branch name. See "## Branch".
Environment
- Shell: Windows PowerShell in VS Code.
- Virtual environment: If deactivated, reactivate with
./activatebefore and separate from other commands. Only do this once, at the start and only if needed.