Create a new GitHub repository
/plugin marketplace add Omrigotlieb/github-repo-skill/plugin install omrigotlieb-github-repo-creator@Omrigotlieb/github-repo-skillCreate a new GitHub repository with the following details:
Repository name: $ARGUMENTS
First, verify GitHub CLI is authenticated:
gh auth status
Ask the user for:
If this is an existing local project with git history, use:
gh repo create <name> --source=. --push
If creating a brand new repo, use:
gh repo create <name> --clone
After creation, provide the user with:
Always confirm the repository was created successfully before finishing.