kyle-chalmers

Run Analyzer — Data skill for Claude Code

Data community

Run the weekly channel-patterns analyzer end-to-end.

How to install Run Analyzer

Installs to ~/.claude/commands/kyle-chalmers-channel-patterns-analyzer-run-analyzer.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kyle-chalmers/channel-patterns-analyzer/HEAD/.claude/commands/run-analyzer.md -o ~/.claude/commands/kyle-chalmers-channel-patterns-analyzer-run-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Run Analyzer does


description: Run the weekly channel-patterns analyzer end-to-end. Pulls data-health + canonical queries from BigQuery, drafts a minimal report, publishes to Notion via the write-notion-report skill, and persists local artifacts. disable-model-invocation: true

/run-analyzer

This is the linear recipe an operator (or a cloud routine) runs to produce one weekly report. Every step has side effects (BigQuery reads, file writes, Notion writes). It is intentionally not auto-invocable.

Befor

Alternatives in Data

  • Notion Sync — /notion-sync - Push Ranked Jobs and Applications to a Notion Database 36.6k ★
  • Sentry — Inspect Sentry issues, summarize production errors, and pull health data 14.6k ★
  • Arcgis To Portaljs — Migrate a whole ArcGIS Hub site (opendata.arcgis.com or a Hub Premium custom domain) into a PortalJS Arc porta 2.3k ★

Full documentation available on GitHub

View Source Repository