analyze-insights
스타16
포크0
업데이트2026년 2월 17일 10:44
Analyze Claude Code /insight report and generate actionable files
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Analyze Claude Code /insight report and generate actionable files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | analyze-insights |
| description | Analyze Claude Code /insight report and generate actionable files |
| allowed-tools | ["Bash","Read","Write"] |
| context | fork |
| argument-hint | [path-to-report.html] |
/insight in Claude Code and saving the HTML reportLocate the report: Find the /insight HTML report file. Common locations:
~/.claude/usage-data/report.html/insightRun the analysis: Execute claude-insights (auto-detects the report, or pass a path):
npx claude-insights analyze -o ./insights
npx claude-insights analyze <report-file> -o ./insights
Review the output: Check the generated files in the output directory:
insights-todo.md — Prioritized task listCLAUDE.md-additions.md — Rules to add to your CLAUDE.md.claude/settings-insights.json — Hook configurations.claude/skills/*/SKILL.md — Generated skillsinsights-README.md — Placement guideApply directly (alternative): Use --apply to merge directly into your project:
npx claude-insights analyze --apply
Verify: Check that the generated rules and skills make sense for your project.
--apply mode deduplicates rules — safe to run multiple times# Auto-detect report and apply (simplest)
npx claude-insights analyze --apply
# Wait for report to appear, then apply
npx claude-insights analyze --wait --apply
# Standard analysis with explicit file
npx claude-insights analyze ~/report.html -o ./my-project
# With facet data enrichment
npx claude-insights analyze --apply --facets
# Watch for report changes
npx claude-insights watch ~/report.html -o ./my-project
# Team aggregation
npx claude-insights team report1.html report2.html -o ./team-output