skills/cloud-logging/SKILL.md
Read and analyze log entries from Cloud Logging using the gcloud CLI.
npx skillsauth add tanabee/skills cloud-loggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read and analyze log entries from Cloud Logging using the gcloud CLI. $ARGUMENTS is a natural-language description of the log query (e.g., Cloud Run error logs from the last hour in production). If $ARGUMENTS is empty, ask the user for the query criteria.
gcloud CLI is installed and authenticatedgcloud config get-value project to confirm the current project ID. If the project is not set or may not match the user's intent, ask the user to confirm$ARGUMENTS to identify the following query parameters:
resource.type): e.g., cloud_run_revision, gce_instance, k8s_container, cloud_functionseverity): DEFAULT, DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCYtimestamp): Convert relative expressions (e.g., "last hour") to RFC 3339 timestamps based on the current timegcloud logging read
--limit=50 --format=json--freshness or --order=asc/desc as neededresource.type, logName, severity, timestamp, labels.*) for faster queries"keyword"); instead, specify the field (e.g., textPayload:, jsonPayload.message:): (has) operator for substring matching and =~ for regular expressions (RE2 syntax)gcloud logging read (read-only). Never execute write or mutating commands such as write, delete, or sinks create--limit to cap results and refine filters iterativelytools
chrome-devtools-mcp の CLI (`chrome-devtools`) を使ったブラウザ操作の総合スキル。既存ブラウザに attach するかテスト用ブラウザを起動するかをユーザーに必ず確認した上でサーバを立ち上げ、スナップショット取得・クリック・入力・ナビゲーション・スクショ・ネットワーク監視などを行う。
tools
実装計画(plan.md)の影響範囲を独立した視点で検証し、見落としを修正必須 / 任意改善として差し戻す。
tools
Codex CLI にコードレビューを依頼する。PR が存在する場合は PR を、ローカルブランチの場合はメインブランチとの差分をレビューする。
content-media
Gemini の画像生成モデル (nanobanana) で画像を生成する。`gemini-3.1-flash-image-preview` (デフォルト) と `gemini-3-pro-image-preview` に対応。