什么是 telemetry-standards?
Supabase Studio 的 PostHog 事件跟踪标准。在审查 PR 的遥测合规性或实施新事件跟踪时使用。涵盖事件命名、属性约定、批准的模式和实施指南。 来源:supabase/supabase。
Supabase Studio 的 PostHog 事件跟踪标准。在审查 PR 的遥测合规性或实施新事件跟踪时使用。涵盖事件命名、属性约定、批准的模式和实施指南。
通过命令行快速安装 telemetry-standards AI 技能到你的开发环境
来源:supabase/supabase。
Standards for PostHog event tracking in apps/studio/. Apply these when reviewing PRs that touch tracking or when implementing new tracking.
Approved verbs only: opened, clicked, submitted, created, removed, updated, retrieved, intended, evaluated, added, enabled, disabled, copied, exposed, failed, converted
Casing: camelCase preferred for new events. The codebase has existing snakecase properties (e.g., schemaname, tablename) — when adding properties to an existing event, match its established convention.
Supabase Studio 的 PostHog 事件跟踪标准。在审查 PR 的遥测合规性或实施新事件跟踪时使用。涵盖事件命名、属性约定、批准的模式和实施指南。 来源:supabase/supabase。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/supabase/supabase --skill telemetry-standardsSupabase Studio 的 PostHog 事件跟踪标准。在审查 PR 的遥测合规性或实施新事件跟踪时使用。涵盖事件命名、属性约定、批准的模式和实施指南。 来源:supabase/supabase。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/supabase/supabase --skill telemetry-standards 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/supabase/supabase