ワンクリックで
analytics
Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | analytics |
| description | Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응. |
Tool usage statistics with CLI visualization. Displays bar charts, sparklines, and distribution graphs.
/analytics [command]
| Command | Alias | Description |
|---|---|---|
summary | s | Quick overview (default) |
tools | t | Tool usage bar chart |
errors | e | Error distribution |
activity | a | Hourly activity sparkline |
agents | ag | Agent usage stats |
categories | c | Category distribution |
full | f | Complete report |
📊 Analytics Summary (2026-01-21)
══════════════════════════════════════════════════
Total Calls: 156 Success Rate: 97%
Tool Usage
──────────────────────────────────────────────────
Read │████████████████████████│ 48
Write │██████████████│ 28
Edit │████████████│ 24
Bash │████████│ 16
Success Rate
──────────────────────────────────────────────────
Overall █████████████████████████ 97% (151/156)
Hourly Activity
──────────────────────────────────────────────────
Activity: ▁▂▃▅▇█▇▅▃▂▁▁▂▅▇█▆▄▂▁
00 06 12 18 23
Tool Usage
──────────────────────────────────────────────────
Read │████████████████████████│ 48
Write │██████████████│ 28
Edit │████████████│ 24
Bash │████████│ 16
Grep │██████│ 12
Glob │████│ 8
Task │███│ 6
Category Distribution
──────────────────────────────────────────────────
file ████████████████████ 68% (106)
shell ████████░░░░░░░░░░░░ 18% (28)
agent ████░░░░░░░░░░░░░░░░ 8% (12)
planning ██░░░░░░░░░░░░░░░░░░ 4% (6)
interaction █░░░░░░░░░░░░░░░░░░░ 2% (4)
Error Distribution
──────────────────────────────────────────────────
Bash │████████│ 4
Write │████│ 2
Read │██│ 1
(Or if no errors: "No errors recorded!")
Agent Usage
──────────────────────────────────────────────────
Explore │████████████████████│ 15
code-reviewer │████████████│ 9
commit-helper │████████│ 6
analytics-reporter │████│ 3
Execute the visualizer script:
.codex/scripts/analytics-visualizer.sh [command]
/analytics → Parse metrics.jsonl → Aggregate data → Render ASCII charts
.codex/analytics/metrics.jsonlts, type, name, category, success, file, contextConfigured in .codex/settings.json:
{
"analytics": {
"enabled": true,
"track_tool_usage": true,
"track_agent_calls": true,
"track_skill_invocations": true,
"metrics_file": ".codex/analytics/metrics.jsonl",
"retention_days": 30
}
}
analytics-reporter - Detailed analysis and insightspost-tool-use-tracker.sh - Data collectionOrchestrates a dual-AI engineering loop where Claude CLI runs with `--dangerously-skip-permissions` for planning/implementation and Codex validates/reviews outputs. Use when users ask for Claude+Codex collaboration, cross-review, dual AI loop, or explicit Claude CLI execution with skip-permission mode ("claude", "dangerously-skip-permission", "dangerously-skip-permissions", "codex claude", "dual AI", "교차 검증", "claude 협업").
Codex Agent 작성 전문가. Frontmatter 검증, 트리거 키워드 제안, 구조 템플릿 제공, 테스트 시나리오 작성을 지원합니다.
Synchronize all agile development artifacts in one command. Updates CHANGELOG, README stats, progress tracking, and validates documentation completeness.
Agent/Skill 사용 통계 및 성과 리포트 생성 전문가. CLI 차트로 시각화하고 인사이트를 제공합니다. "통계", "사용량", "analytics", "성과", "리포트", "메트릭", "분석", "usage", "metrics", "statistics", "report" 키워드에 반응.
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
GitHub Flow 기반 브랜치 및 Remote 관리 전문가. 브랜치 생성/삭제, Remote 설정, 원격 저장소 관리 시 사용. "브랜치", "branch", "브랜치 만들어", "새 브랜치", "브랜치 생성", "브랜치 삭제", "브랜치 전환", "checkout", "switch", "remote", "원격", "upstream", "origin", "fetch", "pull", "push", "merge branch", "create branch", "delete branch" 키워드에 반응.