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

standup

Generate a standup update from recent activity. Use when preparing for daily standup, summarizing yesterday's commits and PRs and ticket moves, formatting work into yesterday/today/blockers, or structuring a few rough notes into a shareable update.

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

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

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

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

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

/standup

見慣れないプレースホルダーが表示される場合や、どのツールが接続されているかを確認する必要がある場合は、CONNECTORS.md を参照してください。

ツール全体での最近のアクティビティをまとめて、スタンドアップの更新を生成します。

仕組み

┌─────────────────────────────────────────────────────────────────┐
│                        STANDUP                                    │
├─────────────────────────────────────────────────────────────────┤
│  STANDALONE (常に機能します)                                       │
│  ✓ 何に取り組んだか教えていただければ、私が構成します             │
│  ✓ 日次スタンドアップ形式 (昨日 / 今日 / ブロッカー) にフォーマットします      │
│  ✓ 簡潔で行動志向に保ちます                          │
├─────────────────────────────────────────────────────────────────┤
│  SUPERCHARGED (ツールを接続した場合)                      │
│  + ソース管理: 最近のコミットと PRs                        │
│  + プロジェクトトラッカー: チケットのステータス変更                        │
│  + チャット: 関連する議論と決定                      │
│  + CI/CD: ビルドとデプロイのステータス                                │
└─────────────────────────────────────────────────────────────────┘

私が必要とする情報

オプション A: 私に取得させる ツールが接続されている場合は、/standup と言うだけで、私がすべて自動的に収集します。

オプション B: 何をしたか教えてください 「認証移行に取り組み、3つのPRをレビューし、APIレート制限の問題でブロックされました。」

出力

## Standup — [Date]

### Yesterday
- [Completed item with ticket reference if available]
- [Completed item]

### Today
- [Planned item with ticket reference]
- [Planned item]

### Blockers
- [Blocker with context and who can help]

コネクタが利用可能な場合

ソース管理が接続されている場合:

  • 最近のコミットと PRs (オープン、レビュー済み、マージ済み) を取得します
  • コード変更を大まかに要約します

プロジェクトトラッカーが接続されている場合:

  • 「進行中」または「完了」に移動したチケットを取得します
  • 今後のスプリント項目を表示します

チャットが接続されている場合:

  • 関連する議論と決定をスキャンします
  • 返信が必要なスレッドにフラグを立てます

ヒント

  1. 毎朝実行する — 習慣にして、スタンドアップのメモを探し回る必要がなくなります。
  2. コンテキストを追加する — 私が生成した後、ブロッカーや優先順位に関するニュアンスを追加してください。
  3. フォーマットを共有する — Slack、メール、またはチームのスタンドアップツール用にフォーマットするように私に依頼してください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

/standup

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Generate a standup update by pulling together recent activity across your tools.

How It Works

┌─────────────────────────────────────────────────────────────────┐
│                        STANDUP                                    │
├─────────────────────────────────────────────────────────────────┤
│  STANDALONE (always works)                                       │
│  ✓ Tell me what you worked on and I'll structure it             │
│  ✓ Format for daily standup (yesterday / today / blockers)      │
│  ✓ Keep it concise and action-oriented                          │
├─────────────────────────────────────────────────────────────────┤
│  SUPERCHARGED (when you connect your tools)                      │
│  + Source control: Recent commits and PRs                        │
│  + Project tracker: Ticket status changes                        │
│  + Chat: Relevant discussions and decisions                      │
│  + CI/CD: Build and deploy status                                │
└─────────────────────────────────────────────────────────────────┘

What I Need From You

Option A: Let me pull it If your tools are connected, just say /standup and I'll gather everything automatically.

Option B: Tell me what you did "Worked on the auth migration, reviewed 3 PRs, got blocked on the API rate limiting issue."

Output

## Standup — [Date]

### Yesterday
- [Completed item with ticket reference if available]
- [Completed item]

### Today
- [Planned item with ticket reference]
- [Planned item]

### Blockers
- [Blocker with context and who can help]

If Connectors Available

If ~~source control is connected:

  • Pull recent commits and PRs (opened, reviewed, merged)
  • Summarize code changes at a high level

If ~~project tracker is connected:

  • Pull tickets moved to "in progress" or "done"
  • Show upcoming sprint items

If ~~chat is connected:

  • Scan for relevant discussions and decisions
  • Flag threads needing your response

Tips

  1. Run it every morning — Build a habit and never scramble for standup notes.
  2. Add context — After I generate, add any nuance about blockers or priorities.
  3. Share format — Ask me to format for Slack, email, or your team's standup tool.