ワンクリックで
git
Git-related skillset, use whenever you're working with git or Github.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Git-related skillset, use whenever you're working with git or Github.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference for common gcloud CLI patterns including logging queries, PubSub inspection, GCS operations, GKE cluster access, and IAP tunneling. Use when working with Google Cloud infrastructure.
Read, write, and manage Google Docs, Sheets, and Drive files using the gog CLI tool. Use when the user asks to interact with Google Docs, Sheets, Drive, or shares a docs.google.com link.
Reference for Grafana Alloy config syntax, pipeline stages, relabeling behavior, LogQL selectors, and Go RE2 regex limitations. Use when editing or debugging Alloy config files (*.alloy).
Reference for Poetry workflows including dependency management, lockfile maintenance, and test execution. Use when working with Python projects that use Poetry (poetry.lock present).
Reference for Terraform lifecycle meta-arguments, provider migration patterns, state management, and validation. Use when editing Terraform files (.tf) or planning infrastructure changes.
Check and watch CircleCI pipeline/workflow/job status for the current commit using CircleCI v2 API, then fetch failing job logs and fix issues.
| name | git |
| description | Git-related skillset, use whenever you're working with git or Github. |
Help with Git operations and best practices.
gh commands over raw git commands for GitHub-specific operations (issues, PRs, releases)gh repo view to quickly inspect repository detailsgh pr checkout NUMBER to checkout the branch corresponding to a given PR numbergh --help for discovering subcommands and capabilitiesFollow Conventional Commits:
feat(scope): add new feature
fix(scope): fix bug description
refactor(scope): restructure code
docs(scope): update documentation
test(scope): add/update tests
chore(scope): maintenance tasks
git diff --name-only --diff-filter=U — Find conflicted files