ワンクリックで
1on1-prep
Prepare topics for the next 1on1 session based on past logs and pending items.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Prepare topics for the next 1on1 session based on past logs and pending items.
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.
Create a new 1on1 session note in Obsidian vault with person selection.
Summarize recent 1on1 sessions for a specific person from Obsidian vault.
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-prep |
| description | Prepare topics for the next 1on1 session based on past logs and pending items. |
Organize and suggest topics for an upcoming 1on1.
/1on1-prepVAULT_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.
Read the following in parallel:
$ONEONONE_DIR/{person}/_next.md - pending topics$ONEONONE_DIR/{person}/ - for context and follow-upsAnalyze the data and present:
## {person} 1on1 Prep
### Pending Topics (_next.md)
- topic1
- topic2
### Follow-ups from Previous Sessions
- 前回のAction Itemsの進捗確認: ...
- 継続的なテーマ: ...
### Suggested Topics
- 提案1(理由)
- 提案2(理由)
Ask the user:
Update _next.md with these topics? (y/N)
If yes, write the organized topics to _next.md.
_next.md without user confirmation.