원클릭으로
diary
Project work diary. Use at session start to load context, or at session end to record what was done this session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Project work diary. Use at session start to load context, or at session end to record what was done this session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when implementing a feature from a completed spec in this .NET 10 Minimal API + Vue 3 project. Orchestrates architect, backend-developer, frontend-developer, test-writer, and code-reviewer with quality gates and fix loops.
Scaffold a new API endpoint with DTO, repository interface, and integration test. Use when creating a new endpoint, adding a new API route, or implementing a new feature endpoint.
Run Playwright E2E tests with backend in E2E mode. Use when running end-to-end tests, testing E2E, verifying user flows, or debugging Playwright failures.
Run the full Mongoose.gg test suite. Use when running all tests, validating regressions, checking backend + frontend together, or doing final verification before completion.
| name | diary |
| description | Project work diary. Use at session start to load context, or at session end to record what was done this session. |
| argument-hint | "read" (default) to surface this week's log at session start, "log" to append a summary of the current session |
Manages a weekly work log stored in .github/diary/. Files are named by ISO week: YYYY-Www.md (e.g., 2026-W23.md).
Run this in PowerShell to get the filename:
$isoWeek = Get-Date -UFormat "%V"
$isoYear = Get-Date -UFormat "%G"
$filename = ".github/diary/$isoYear-W$isoWeek.md"
/diary or /diary readUse at the start of a session to load context.
/diary logUse mid-session or at the end of a session to record what was done.
.github/diary/ directory if needed, then create the file with the week header# Week WW — YYYY
## YYYY-MM-DD
Summary of what was worked on. Any blockers. What's next.
## YYYY-MM-DD
Another entry.