From ctx-customer-pack
Query GCP Error Reporting API for error group statistics with time-windowed counts. Returns timedCounts arrays for spike detection. Requires a connected and enabled gcp_monitoring data source.
npx claudepluginhub codota/ctx-customer-pack-distributable --plugin ctx-customer-packThis skill is limited to using the following tools:
> Auto-generated from 1 exported tool(s) in the Context Engine.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Auto-generated from 1 exported tool(s) in the Context Engine.
Query GCP Error Reporting API for error group statistics with time-windowed counts. Returns timedCounts arrays for spike detection. Requires a connected and enabled gcp_monitoring data source.
Call mcp__tabnine-ctx-cloud__query_gcp_error_group_stats with parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectId | string | Yes | GCP project ID (e.g., "my-project-123"). |
| timeRangePeriod | string | No | Predefined time range: PERIOD_1_HOUR, PERIOD_6_HOURS, PERIOD_1_DAY, PERIOD_1_WEEK, PERIOD_30_DAYS. Default: PERIOD_1_HOUR. |
| timedCountDuration | string | No | Duration for timed count buckets (e.g., "900s" for 15 minutes). Default: 900s. |
| serviceFilter | string | No | Filter by service name (e.g., "my-service"). Optional. |
| pageSize | number | No | Maximum number of error groups to return. Default: 50. |