一键导入
bms-log-session
Log a one-line summary of the current OpenCode session to today's work diary under the Completed section
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Log a one-line summary of the current OpenCode session to today's work diary under the Completed section
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Performs a harsh but constructive code review of a file or set of files. Use when asked to review, critique, or give feedback on code quality.
Evaluates whether a GitHub repository (tool, library, or framework) is worth adopting for the current project. Use when given a GitHub repo URL to assess as a potential dependency or tool.
Analyzes a GitHub issue by fetching its details and exploring the relevant codebase to identify the root cause and suggest solutions. Use when given a GitHub issue URL to investigate.
Creates a proof of concept implementation. Provides the smallest working solution to validate an idea, with no tests and minimal production concerns.
Proofreads a blog post for clarity, balance, and general quality. Use when asked to proofread, review, or critique a blog post or article.
Summarize diary entries for a given time period
| name | bms:log-session |
| description | Log a one-line summary of the current OpenCode session to today's work diary under the Completed section |
Log a summary of the current OpenCode session to today's work diary.
Determine today's date and derive the diary file path:
~/git/github/benmatselby/life/diary/YYYY/MM/DD-MM-YYYY.md~/git/github/benmatselby/life/diary/2026/03/27-03-2026.mdReview the current conversation to understand what was achieved in this session.
Write a single, plain-English sentence summarising what was accomplished. It should be specific enough that in weeks or months it will be clear what work was done. Start with a verb (e.g. "Added...", "Fixed...", "Refactored...").
Read today's diary file and append the sentence as a new bullet point under the ## Completed section, before any existing content in that section (or after it if entries already exist — always at the bottom of the section).
- <sentence>Do not modify any other section of the file.