ワンクリックで
1on1-summary
Summarize recent 1on1 sessions for a specific person from Obsidian vault.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Summarize recent 1on1 sessions for a specific person from Obsidian vault.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate PR description and automatically create pull request on GitHub
Helps discover, evaluate, and install agent skills using the `gh skill` command (GitHub CLI). Use when the user asks "is there a skill for X", "find a skill that does Y", "how do I do X" where X might already exist as a skill, or expresses interest in extending agent capabilities.
Prepare topics for the next 1on1 session based on past logs and pending items.
Create a new 1on1 session note in Obsidian vault with person selection.
Creates git commits with well-formatted messages. Checks for .gitmessage template in project root and follows its format, otherwise uses conventional commits. Analyzes existing commit history to match tone and style.
計画やデザインについて、共通理解に達するまでユーザーに徹底的にインタビューし、意思決定ツリーの各分岐を解決する。
| name | 1on1-summary |
| description | Summarize recent 1on1 sessions for a specific person from Obsidian vault. |
Generate a summary of recent 1on1 sessions.
/1on1-summaryVAULT_DIR="$HOME/repo/github.com/Takayyz/obsidian-vaults/vaults"
ONEONONE_DIR="$VAULT_DIR/1on1"
List subdirectories under $ONEONONE_DIR and present as a numbered list.
Select person:
1. person1
2. person2
Enter number:
Ask the user (skip if provided as argument):
How many recent sessions? (default: 3)
List all YYYY-MM-DD.md files in $ONEONONE_DIR/{person}/, sort by date descending, and read the latest N files.
Analyze the session notes and produce a summary in Japanese with the following structure:
## {person} 1on1 サマリー(直近{N}回)
### 期間
YYYY-MM-DD 〜 YYYY-MM-DD
### 主要トピック
- トピック1: 概要
- トピック2: 概要
### 経時変化・傾向
- 変化の観察
### 未解決・継続事項
- [ ] アイテム
### 次回に向けて
- 提案事項
Display the summary directly to the user. Do NOT write the summary to a file unless the user asks.