بنقرة واحدة
1on1
Create a new 1on1 session note in Obsidian vault with person selection.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new 1on1 session note in Obsidian vault with person selection.
التثبيت باستخدام 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.
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 |
| description | Create a new 1on1 session note in Obsidian vault with person selection. |
Create a 1on1 session note for today.
/1on1VAULT_DIR="$HOME/repo/github.com/Takayyz/obsidian-vaults/vaults"
ONEONONE_DIR="$VAULT_DIR/1on1"
List subdirectories under $ONEONONE_DIR (excluding files) and present them as a numbered list.
Select person:
1. person1
2. person2
Enter number (or new name to add):
If the user enters a name that doesn't exist yet:
_next.md file for that person{person}.md index page with frontmatter (person, type: 1on1-member) and sections for Sessions and Next Topics$ONEONONE_DIR/1on1.md Members tableRead $ONEONONE_DIR/{person}/_next.md if it exists. If there are topics listed (non-empty lines under # Next Topics), show them:
Pending topics for {person}:
- topic 1
- topic 2
Include these in today's session? (Y/n)
If yes, pre-fill the Topics section of the new note.
File path: $ONEONONE_DIR/{person}/YYYY-MM-DD.md
Use $VAULT_DIR/_templates/1on1-session-template.md as base:
{{date}} with today's dateperson in frontmatter## TopicsIf topics from _next.md were included, reset _next.md to empty state:
---
person: {person}
---
# Next Topics
<!-- 次回の1on1で話したいトピックをここに追加 -->
-
Append a link to the new session in $ONEONONE_DIR/{person}/{person}.md under ## Sessions:
- [YYYY-MM-DD](YYYY-MM-DD.md)
Display the created note path and contents.