원클릭으로
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.