← スキル一覧に戻る

markdowntown-analytics
by joelklabo
markdowntown scan CLI
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: markdowntown-analytics description: Use this when instrumenting analytics, reviewing event taxonomy, or handling privacy/redaction rules for markdowntown.
Analytics + privacy
When to use
- Adding new analytics events or UI telemetry.
- Auditing payloads for privacy and redaction.
- Updating monitoring/funnel definitions.
Workflow
-
Find existing events
- Check event taxonomy and funnels before adding new names.
- Use existing event names where possible; add new ones only when needed.
-
Instrument safely
- Client events flow through
track/trackErrorinsrc/lib/analytics.ts. - Redaction happens in
redactAnalyticsPayloadbefore PostHog capture.
- Client events flow through
-
Privacy expectations
- Never send raw file paths, cwd values, or repo names.
- Use counts or booleans instead of raw content.
-
Validate + monitor
- Update docs for event taxonomy and monitoring where needed.
- Add/adjust tests for redaction and analytics utilities.
References
- codex/skills/markdowntown-analytics/references/analytics.md
- codex/skills/markdowntown-analytics/references/redaction.md
Guardrails
- Analytics should be optional (env controlled) and must not break UI.
- Never include secrets, file paths, cwd values, or raw content in analytics payloads.
- Always log follow-up tasks when you spot missing events or gaps.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です