Skip to main content
Manusで任意のスキルを実行
ワンクリックで

error-reporting

スター2
フォーク0
更新日2026年7月3日 15:33

Read Google Cloud Error Reporting from the CLI to triage and prioritize error groups by blast radius. Use when the user pastes a Cloud Error Reporting console URL (console.cloud.google.com/errors or /errors/detail/<groupId>), or asks "which errors are worst", "rank errors by occurrences/affected users", "what are the error groups for service X", "blast radius of this error", "is this error still happening / on which revision", "get the error group", or "show errors for orders-api". gcloud has no command for this, so the skill calls the Error Reporting REST API with a gcloud access token (handling a corporate CA if present): rank groups (groupStats.list), read a group's representative stack (detail), list recent occurrences (events.list), and parse /errors URLs to a group id. It is read-only (no resolution-status changes) and the entry point that hands a group id to error-trace-rootcause for the trace trail and code. Do NOT use to root-cause one error down to a trace/code (that is error-trace-rootcause), to re

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

ファイルエクスプローラー
11 ファイル
SKILL.md
readonly