一键导入
review-update
Update the status of an existing review note in Obsidian vault with dashboard synchronization.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update the status of an existing review note in Obsidian vault with dashboard synchronization.
用 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 | review-update |
| description | Update the status of an existing review note in Obsidian vault with dashboard synchronization. |
| allowedTools | ["Read"] |
Interactively update the status of a review note and sync the Reviews dashboard.
/review-updateVAULT_DIR="$HOME/repo/github.com/Takayyz/obsidian-vaults/vaults"
Glob all .md files in $VAULT_DIR/reviews/. Exclude Reviews.md (dashboard).
Parse frontmatter from each file to extract: project, pr_url, priority, status, blocked_by, created, due
If an index number is provided as an argument (e.g., /review-update 1), use the same ordering as /review-list (priority desc, then created date asc) to resolve the index. Skip directly to Step 4 with the matched item.
Otherwise, present non-done review notes (status: open or in-progress) as a numbered list:
Select review to update:
1. 2026-03-11-fix-auth [open] | high | project-a
2. 2026-03-12-add-api [in-progress] | medium | project-b
Enter number (or "all" to include done):
open and in-progress notesdone notesIndex ordering rule: Items are always ordered by priority desc (high > medium > low), then by created date asc within same priority. This matches the /review-list output so indices are interchangeable.
Present status options as a numbered list (exclude the current status):
Current status: open
Select new status:
1. in-progress
2. done
Enter number:
Valid statuses: open, in-progress, done
Ask if the user wants to add a comment to the review note:
Add a comment to this review? (enter text or skip):
## コメント sectionUpdate the frontmatter status field in the selected review note file.
status: line value- {comment} under ## コメントUpdate $VAULT_DIR/reviews/Reviews.md:
<!-- ClaudeCodeが自動更新 --> comment line- [YYYY-MM-DD-slug](YYYY-MM-DD-slug.md) | **{priority}** | due: {due} | {project}
due: part if no due date is setDisplay a summary of the changes:
Updated: 2026-03-11-fix-auth
Status: open -> in-progress
Comment: added (if applicable)
Dashboard: synced
status.Reviews.md, add it to the appropriate section instead of failing.