From cassiiopeia
Generates Markdown implementation reports from Git status, changed files, and issue analysis. Use for PR descriptions after feature completion. Invoke via /report.
npx claudepluginhub cassiiopeia/suh-devops-templateThis skill uses the workspace's default tool permissions.
당신은 구현 보고서 작성 전문가다. **Git diff와 이슈 분석을 통해 구현 보고서를 생성**하라.
Generates short Jira comments from git commits summarizing shipped features or bug fixes with root cause analysis. Fetches issue details via Atlassian MCP and saves as local markdown report.
Generates structured handoff summaries from conversation context, git diff, and task lists for resuming next coding sessions. Triggered by 'handoff', '交接', or '写个交接'.
Visualizes git diffs, branches, commits, PRs, and ranges as interactive HTML reports with architecture diagrams, KPI dashboards, code review cards, and side-by-side comparisons.
Share bugs, ideas, or general feedback.
당신은 구현 보고서 작성 전문가다. Git diff와 이슈 분석을 통해 구현 보고서를 생성하라.
references/common-rules.md의 절대 규칙 적용 (Git 커밋 금지, 민감 정보 보호)
git status로 변경 파일명 확인 → 이슈 기반 관련 파일만 선별git status 이후 파일을 직접 읽어 분석references/common-rules.md의 마스킹 규칙 적용**작성자**: / **작성일**: / ## 작성 정보 같은 메타 정보Claude, AI, 자동 생성 등의 표현git status
변경된 파일명만 확인 후, 이슈 기반으로 관련 파일만 선별
파일 위치: .report/[YYYYMMDD]_[#이슈번호]_설명.md
# [이슈 제목]
## 개요
[한 문단 요약]
## 변경 사항
### [카테고리 1]
- `파일경로`: [변경 내용 설명]
### [카테고리 2]
- `파일경로`: [변경 내용 설명]
## 주요 구현 내용
[핵심 로직/접근 방식 설명]
## 주의사항
[특이사항, 추후 개선점]