jpskill.com
📦 その他 コミュニティ

standup-formatter

日々の業務やチームの進捗状況を、朝会などで共有しやすいように、簡潔でわかりやすい報告形式に自動で整えてくれる便利なSkill。

📜 元の英語説明(参考)

Use when generating standup reports, daily updates, or team status summaries. Formats work activity into concise standup format.

🇯🇵 日本人クリエイター向け解説

一言でいうと

日々の業務やチームの進捗状況を、朝会などで共有しやすいように、簡潔でわかりやすい報告形式に自動で整えてくれる便利なSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

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

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

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

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

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

<essential_principles>

Standup の理念

目的

Standup は以下の目的のために存在します。

  1. 助けが必要なブロッカーを共有する
  2. 依存関係について連携する
  3. 作業の可視性を維持する

Standup は以下の目的のためには存在しません。

  • 作業時間を報告する
  • 存在を正当化する
  • すべてのタスクを詳細に説明する

理想的な Standup

Done: 完了したこと (活動ではなく成果) Today: 現在取り組んでいること (1~2 個の注力項目) Blockers: 進捗を妨げていること (具体的で実行可能なもの)

時間配分

  • 発言: 1 人あたり最大 60 秒
  • 記述: 合計 3~5 個の箇条書き
  • 詳細レベル: 理解できる程度、再現できるほどではない

フォーマットのガイドライン

良い例

Done: ユーザー認証の PR をマージしました (#234)
Today: 支払い連携を開始します
Blockers: バックエンドチームからの API 仕様を待っています

悪い例

Done: 色々作業しました、会議に出席しました、コードをレビューしました、
      テストを書きました、バグを修正しました、ドキュメントを更新しました、など
Today: 上記の続き
Blockers: なし

非同期 vs 同期

非同期 (記述):

  • より詳細な記述が許容されます
  • PR/チケットへのリンクを含めてください
  • チーム時間で午前 9 時までに投稿してください

同期 (発言):

  • 非常に簡潔に
  • メモを見ながら読まない
  • 詳細な説明はフォローアップのために取っておく </essential_principles>

<intake> どのような standup フォーマットが必要ですか?

  1. Individual - 個人の standup
  2. Team - チーム全体の状況
  3. Project - 特定のプロジェクトの状況

どの期間についてですか?

  • 昨日/今日 (日次)
  • 今週 (週次)
  • カスタム日付

ソースデータは?

  • Git activity
  • Calendar events
  • Manual input </intake>

<templates>

個人の Standup

## Standup - [Date]

### Done
- [完了した項目 1]
- [完了した項目 2]

### Today
- [注力項目 1]
- [注力項目 2]

### Blockers
- [具体的なニーズのあるブロッカー] / None

チームの Standup

## Team Standup - [Date]

### [Person 1]
- Done: [概要]
- Today: [注力項目]
- Blockers: [もしあれば]

### [Person 2]
...

</templates>

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

<essential_principles>

Standup Philosophy

Purpose

Standups exist to:

  1. Share blockers that need help
  2. Coordinate on dependencies
  3. Keep work visible

Standups do NOT exist to:

  • Report hours worked
  • Justify existence
  • Detail every task

The Ideal Standup

Done: What you completed (outcomes, not activities) Today: What you're working on (1-2 focus items) Blockers: What's preventing progress (specific, actionable)

Time Budgets

  • Speaking: 60 seconds max per person
  • Written: 3-5 bullet points total
  • Detail level: Enough to understand, not to replicate

Format Guidelines

Good Examples

Done: Merged PR for user auth (#234)
Today: Starting payment integration
Blockers: Waiting on API spec from backend team

Bad Examples

Done: Worked on stuff, had meetings, reviewed some code,
      wrote tests, fixed bugs, updated docs, etc.
Today: More of the same
Blockers: Nothing

Async vs Sync

Async (written):

  • More detail acceptable
  • Include links to PRs/tickets
  • Post by 9am team time

Sync (spoken):

  • Extremely concise
  • No reading from notes
  • Save details for follow-ups </essential_principles>

<intake> What standup format do you need?

  1. Individual - Your personal standup
  2. Team - Aggregate team status
  3. Project - Status for specific project

For what timeframe?

  • Yesterday/today (daily)
  • This week (weekly)
  • Custom dates

Source data?

  • Git activity
  • Calendar events
  • Manual input </intake>

<templates>

Individual Standup

## Standup - [Date]

### Done
- [Completed item 1]
- [Completed item 2]

### Today
- [Focus item 1]
- [Focus item 2]

### Blockers
- [Blocker with specific need] / None

Team Standup

## Team Standup - [Date]

### [Person 1]
- Done: [summary]
- Today: [focus]
- Blockers: [if any]

### [Person 2]
...

</templates>