jpskill.com
🛠️ 開発・MCP コミュニティ

minimal-run-and-audit

Trusted-lane execution and reporting skill for README-first AI repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, or end-to-end orchestration by itself.

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して minimal-run-and-audit.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → minimal-run-and-audit フォルダができる
  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
同梱ファイル
4

📖 Skill本文(日本語訳)

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

[Skill 名] minimal-run-and-audit

minimal-run-and-audit

適用場面

  • 再現対象とセットアップ計画が存在する場合。
  • メインスキルに実行証拠と正規化された出力が必要な場合。
  • スモークテスト、文書化された推論実行、文書化された評価実行、またはその他の短い非トレーニング検証が適切な場合。
  • ユーザーがすでに試行すべきコマンドを知っており、実行とレポートのみを求めている場合。

適用しない場面

  • 初期リポジトリスキャン中。
  • 環境またはアセットがまだ十分に定義されておらず、実行が無意味になる場合。
  • タスクがリポジトリの実行ではなく、文献調査である場合。
  • ユーザーがどの再現対象をメインの実行とすべきかまだ決定していない場合。

明確な境界

  • このスキルは、試行されたコマンドの正規化されたレポートを所有します。
  • メインスキルまたは薄いヘルパーから実行証拠を受け取る場合があります。
  • 全体的なターゲットを単独で選択することはありません。
  • 広範な論文分析は行いません。
  • トレーニングの起動、再開、または長時間実行されるトレーニングの状態を所有しません。
  • リスクのあるコード編集を許容されるプラクティスに正規化すべきではありません。

入力要件

  • 選択された再現目標
  • 実行可能なコマンドまたはスモークコマンド
  • 環境とアセットの前提条件
  • オプションのパッチメタデータ

出力要件

  • 実行結果の概要
  • 標準化された repro_outputs/ ファイル
  • 検証済み、部分的、ブロック済みの状態の明確な区別
  • リポジトリファイルが変更された場合の PATCHES.md

注記

references/reporting-policy.mdscripts/run_command.py、および scripts/write_outputs.py を使用してください。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

minimal-run-and-audit

When to apply

  • After a reproduction target and setup plan exist.
  • When the main skill needs execution evidence and normalized outputs.
  • When a smoke test, documented inference run, documented evaluation run, or other short non-training verification is appropriate.
  • When the user already knows what command should be attempted and wants execution plus reporting only.

When not to apply

  • During initial repo scanning.
  • When environment or assets are still undefined enough to make execution meaningless.
  • When the task is a literature lookup rather than repository execution.
  • When the user is still deciding which reproduction target should count as the main run.

Clear boundaries

  • This skill owns normalized reporting for an attempted command.
  • It may receive execution evidence from the main skill or a thin helper.
  • It does not choose the overall target on its own.
  • It does not perform broad paper analysis.
  • It does not own training startup, resume, or long-running training state.
  • It should not normalize risky code edits into acceptable practice.

Input expectations

  • selected reproduction goal
  • runnable commands or smoke commands
  • environment and asset assumptions
  • optional patch metadata

Output expectations

  • execution result summary
  • standardized repro_outputs/ files
  • clear distinction between verified, partial, and blocked states
  • PATCHES.md when repo files changed

Notes

Use references/reporting-policy.md, scripts/run_command.py, and scripts/write_outputs.py.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。