Our review
Ends a web project session by summarizing changes, completed tasks, and next steps.
Strengths
- Automates session summary generation
- Saves to structured markdown files
- Integrates with git status to track changes
- Provides a checklist of pending work
Limitations
- Only works for web projects
- Requires the skill to be defined
- May not capture all context from the conversation
Use at the end of a web development session to preserve context for future sessions.
Do not use during a session or for non-web projects.
Security analysis
SafeThe skill runs only read-only git commands (status, diff) and writes session summaries to a local markdown file. No destructive operations, network calls, or exfiltration risks.
No concerns found
Examples
/end-webEnd the web session and generate a summary of what I did today.name: end-web description: Web 프로젝트 작업 세션을 종료하고 요약을 생성합니다. 변경사항, 완료된 작업, 다음 할 일을 기록합니다. metadata: author: apartmentary version: "1.0.0"
Web 세션 종료
Web 프로젝트 작업 세션을 종료할 때 사용하는 스킬입니다.
사용 시점
- 작업 세션을 마무리할 때
- 오늘 작업 내용을 기록하고 싶을 때
- 다음 작업자(또는 미래의 나)를 위해 컨텍스트를 남기고 싶을 때
수행 작업
-
변경사항 요약
- 수정/추가/삭제된 파일 목록
- 주요 변경 내용 요약
-
완료된 작업 정리
- 이번 세션에서 완료한 작업
- 해결한 이슈/버그
-
미완료 작업 기록
- 진행 중인 작업
- 다음에 해야 할 일
- 블로커나 주의사항
-
세션 로그 저장
.claude/sessions/YYYY-MM-DD-HH-MM.md형식으로 저장- 다음 세션에서 참조 가능
호출 방법
/end-web
Instructions for Claude
When this skill is invoked:
- Run
git statusto check uncommitted changes - Run
git diff --statto see what files changed - Review the conversation to summarize completed work
- Identify any incomplete tasks or blockers
- Generate a session summary in markdown format
- Save the summary to
.claude/sessions/YYYY-MM-DD-HH-MM.md - Ask if user wants to commit changes before ending
Session Summary Template
# Web 세션 요약 - {날짜}
## 작업 브랜치
- {브랜치명}
## 완료된 작업
- [ ] 작업 1
- [ ] 작업 2
## 변경된 파일
- `path/to/file1.ts` - 설명
- `path/to/file2.tsx` - 설명
## 미완료/다음 작업
- [ ] 다음에 할 일 1
- [ ] 다음에 할 일 2
## 메모
- 특이사항이나 주의점
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.