From daily-briefing
Nightly wrap-up skill. Trigger on: /good:night, good night, 좋은밤, 퇴근, 마무리, wrap up my day, end of day, 오늘 끝. Summarizes today's work session, logs accomplishments, and prepares tomorrow's context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/daily-briefing:good-nightThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wrap up the user's day with a session summary and tomorrow prep.
Wrap up the user's day with a session summary and tomorrow prep.
수고하셨습니다 김대건님! 🌙
Gather today's work from multiple sources:
git log --since="today" --oneline for today's commits in the current repoUse the save_session_summary MCP tool to persist the summary.
## 📊 오늘의 요약
### 완료한 작업
- [커밋/세션 기반 완료 항목]
### 진행 중
- [아직 끝나지 않은 작업]
### 기타
- [사용자가 추가로 입력한 항목]
Use the get_jira_tasks tool to check current task statuses.
If any tasks were worked on today, suggest status updates:
## 🔄 Jira 상태 업데이트 제안
- PROJ-123: To Do → In Progress (오늘 작업 시작함)
- PROJ-456: In Progress → In Review (PR 올림)
Ask user for confirmation before suggesting (do not auto-update).
Based on today's work and remaining Jira tasks:
## 📅 내일 예상 작업
1. [오늘 못 끝낸 작업]
2. [다음 우선순위 태스크]
3. [리뷰 대기 중인 항목]
Use the save_session_summary tool to save:
오늘도 고생하셨습니다! 푹 쉬세요 😴
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub toothlessdev/claude-plugin-toothlessdev --plugin daily-briefing