From report-kit
report タスクを実行します。ドキュメントを調査し、結果をログに記録します。Use when the user wants to execute a report task, investigate documents, or says /report. Also trigger when the user says "report タスクを進める", "0001 を実行" or similar with a task number.
How this skill is triggered — by the user, by Claude, or both
Slash command
/report-kit:reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
report タスクを実行します。ドキュメントを調査し、結果をログに記録します。
report タスクを実行します。ドキュメントを調査し、結果をログに記録します。
$ARGUMENTS
引数としてタスク番号またはファイル名を指定できます(例: 0001 または 0001_research-topic)。引数で番号が指定された場合は、フォールバックロジックを使わず、必ずその番号のタスクを対象とすること。対象タスクファイルに ## 完了サマリー が含まれている場合は「タスク {xxxx} はすでに実行済みです(完了サマリーが存在します)」と報告してスキルを終了する。## 完了サマリー がない場合のみ、通常の手順に進む。
引数がない場合のみ、reports/ 内の未完了タスク(## 完了サマリー を含まないファイル)のうち番号が最大のものを自動選択します。
reports/ から対象タスクファイルを読み込み、タスク内容を理解する
reports/{xxxx}_{title}/{xxxx}_{title}.md## 要望 や ## 知りたいこと は What/How に該当するため、目的(Why)とはみなさない## 目的、## 背景 など)。内容を読み、作業の動機・背景・理由が記載されているか判断するreports/{xxxx}_{title}/log.md に作成し、調査した内容を全て記録する(詳細は後述)## 調査サマリー と ## 完了サマリー を追記するログ記録の原則: ログはインタラクティブセッションで得た情報・判断・経緯の完全な記録である。report ファイルの
## 調査サマリーは要約版、ログは完全版。情報の要約・省略・圧縮をしてはならない。
ログファイル(reports/{xxxx}_{title}/log.md)には以下を記録する:
詳細なテンプレートは references/report-workflow.md を参照すること。
/commit コマンドを自動実行しないこと。 コミットはユーザーが明示的に指示した場合のみ行う。npx claudepluginhub sinofseven/luciferous-plugins-for-claude-code --plugin report-kitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.