wfukatsu

Compile Report Cmd — Documentation skill for Claude Code

Documentation community

レポートコンパイルエージェント - 分析結果のMarkdownファイルを統合HTMLレポートに変換.

How to install Compile Report Cmd

Installs to ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-compile-report-cmd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wfukatsu/refactoring-agent-for-claude-code/HEAD/.claude/commands/compile-report-cmd.md -o ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-compile-report-cmd.md

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

What Compile Report Cmd does


description: レポートコンパイルエージェント - 分析結果のMarkdownファイルを統合HTMLレポートに変換。 argument-hint: [出力パス]

レポートコンパイルエージェント

分析結果のMarkdownファイルを統合HTMLレポートに変換します。

使用方法

# 基本的なコンパイル
/compile-report

# カスタム出力先
/compile-report ./output/report.html

# オプション付き
/compile-report --theme dark --pdf

出力

  • HTML - プロフェッショナルなスタイルの統合レポート
  • PDF - 印刷用(オプション)

オプション

オプション 説明
--theme light/dark
--toc 目次生成
--pdf PDF出力

詳細は `.claude/skills/compil

Alternatives in Documentation

  • Wiki Status — Show karpathy-wiki health report (categories, counts, drift, quality, last ingest) 102 ★
  • Monthly Vulnerability Report — Generate a comprehensive vulnerability report for the month of <-MONTH YEAR-> in Markdown format with the foll 34 ★
  • Fec Review — Conduct a standardized review of the specified file or recently changed front-end code, output a graded review 21 ★

Full documentation available on GitHub

View Source Repository