بنقرة واحدة
todo
Append a TODO item to today's Obsidian daily note (daily/ folder).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Append a TODO item to today's Obsidian daily note (daily/ folder).
التثبيت باستخدام 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.
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 | todo |
| description | Append a TODO item to today's Obsidian daily note (daily/ folder). |
| model | haiku |
Add TODO items to today's daily note.
/todo content hereVAULT_DIR="$HOME/repo/github.com/Takayyz/obsidian-vaults/vaults"
TODAY=$(date +%Y-%m-%d)
DAILY_FILE="$VAULT_DIR/daily/$TODAY.md"
If the file does not exist:
$VAULT_DIR/_templates/daily-template.md{{date}} with today's date$DAILY_FILEAppend to the end of the ## TODO section (just before the next ## heading).
Each item uses Obsidian checkbox format:
- [ ] content
Use the Edit tool to append. Never overwrite the entire file.
Display the full current TODO list from the file.
When carrying forward incomplete TODO items from a past date to today:
- [ ] content to today's ## TODO section- [x] content (→M/DD)
where M/DD is today's date (e.g., (→3/16))This distinguishes "actually completed" items from "carried forward" items in the history.
## TODO section is missing, report an error (template may be corrupted).