Results for “git-log”

12 skills
More results
joshuashepherd
github
Interact with GitHub using the `gh` CLI to check PR status, manage issues, review code, and query the API.
1
dimillian
github
Interact with GitHub repositories using the `gh` CLI to manage issues, pull requests, CI runs, and query the GitHub API.
3.8k · bundle
arjumaan
github
Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.
1 · bundle
antigravity
github
Interact with GitHub issues, pull requests, Actions runs, and the GitHub API using the `gh` CLI.
42.4k · bundle
lucaspmarie-a11y
github
Interact with GitHub issues, pull requests, Actions runs, and the GitHub API using the `gh` CLI.
5 · bundle
a5c-ai
git-integration
Capabilities
1.7k · bundle
jasoncarreira
github
Interact with GitHub via the `gh` CLI. Use for issues (read, comment, file), pull requests (view, comment, check CI status), workflow runs, and `gh api` for queries the subcommands don't cover. Authentication is via the bot's GITHUB_TOKEN (already wired through `gh auth setup-git` at container start).
6
iamanacarolinarezende
github
Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.
0 · bundle
x402agent
github
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
9
concertonotes
oauth
Use when a val needs to require login with a Val Town account — gating routes behind authentication, identifying the current user, building user-specific dashboards. Covers std/oauth's `oauthMiddleware` and `getOAuthUserData`, the auto-managed `/auth/*` routes, and session behavior. For third-party OAuth providers (Google, GitHub, etc.) see the `third-party-integrations` skill instead.
0