jpskill.com
💼 ビジネス コミュニティ

fin-guru-checklist

Execute quality and compliance checklists for Finance Guru deliverables. Supports margin strategy, dividend framework, and general quality checklists.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o fin-guru-checklist.zip https://jpskill.com/download/22810.zip && unzip -o fin-guru-checklist.zip && rm fin-guru-checklist.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22810.zip -OutFile "$d\fin-guru-checklist.zip"; Expand-Archive "$d\fin-guru-checklist.zip" -DestinationPath $d -Force; ri "$d\fin-guru-checklist.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して fin-guru-checklist.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → fin-guru-checklist フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] fin-guru-checklist

チェックリスト実行スキル

Finance Guru の成果物とワークフローに、構造化された品質チェックリストを適用します。

利用可能なチェックリスト

チェックリスト パス 使用者
Margin Strategy {project-root}/fin-guru/checklists/margin-strategy.md Margin Specialist
Dividend Framework {project-root}/fin-guru/checklists/dividend-framework.md Dividend Specialist
General Quality {project-root}/fin-guru/checklists/ QA Advisor, Compliance Officer

ワークフロー

  1. {project-root}/fin-guru/checklists/ から適切なチェックリストを読み込みます。
  2. 各チェックリスト項目を対象の成果物に適用します。
  3. 各項目の合否ステータスを文書化します。
  4. 不合格項目に対する是正要件を含む要約を生成します。
  5. 最終判定(PASS、CONDITIONAL PASS、または FAIL)を提供します。

要件

  • すべてのチェックリスト項目は明示的に評価される必要があります。
  • 不合格項目には具体的な是正措置が含まれる必要があります。
  • すべてのチェックリスト実行に {current_date} でタイムスタンプを付与します。
  • チェックリスト出力にレビュー担当者の身元を文書化します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Checklist Execution Skill

Apply structured quality checklists to Finance Guru deliverables and workflows.

Available Checklists

Checklist Path Used By
Margin Strategy {project-root}/fin-guru/checklists/margin-strategy.md Margin Specialist
Dividend Framework {project-root}/fin-guru/checklists/dividend-framework.md Dividend Specialist
General Quality {project-root}/fin-guru/checklists/ QA Advisor, Compliance Officer

Workflow

  1. Load the appropriate checklist from {project-root}/fin-guru/checklists/
  2. Apply each checklist item to the target deliverable
  3. Document pass/fail status for each item
  4. Generate summary with remediation requirements for failed items
  5. Provide final verdict: PASS, CONDITIONAL PASS, or FAIL

Requirements

  • Every checklist item must be explicitly evaluated
  • Failed items must include specific remediation steps
  • Timestamp all checklist executions with {current_date}
  • Document reviewer identity in checklist output