Loading...
Loading...
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. Trigger for requests to use gh, manage GitHub repos, PRs, or issues from the CLI.
npx skill4agent add ljt-520/openclaw-backup ghghgh auth statusgh repo view --json nameWithOwner,url,defaultBranchRefgh repo create OWNER/NAME --private --confirm --description "..."--source . --remote origin --pushgh repo clone OWNER/NAMEgh repo fork OWNER/NAME --clonegh issue list --limit 20gh issue create --title "..." --body "..."gh issue comment <num> --body "..."gh pr create --title "..." --body "..."gh pr list --limit 20gh pr view <num> --webgh pr merge <num> --mergegh release create vX.Y.Z --title "vX.Y.Z" --notes "..."--private--confirm