Refine Report banner
gaebalai gaebalai

Refine Report

Development community

Description

--- description: 기존 분석 리포트의 한국어 문장을 humanize-korean 스킬로 윤문 (원본 보존, *-refined.md 별도 저장) argument-hint: [리포트 파일 경로 — 생략 시 reports/ 의 가장 최근 .md 자동 선택] allowed-tools: Read, Write, Bash(ls:*), Bash(test:*), Bash(date:*) --- # 분석 리포트 한국어 윤문 이미 작성된 분석 리포트(`reports/*.md` 또는 임의 경로)에 대해 `humanize-korean` 스킬을 적용하여 자연스러운 한국어로 다듬는 후처리 커맨드. ## 사전 검증 다음 경로 중 하나에 `SKILL.md` 가 존재해야 한다: - `~/.claude/skills/humanize-korean/SKILL.md` - `./.claude/skills/humanize-korean/SKILL.md` **미설치 시 즉시 중단하고 안내**: ``` ❌ hum

Installation

Installs to ~/.claude/skills/gaebalai-claude-consultant-kr-refine-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gaebalai-claude-consultant-kr-refine-report && curl -fsSL https://raw.githubusercontent.com/gaebalai/claude-consultant-kr/HEAD/commands/refine-report.md -o ~/.claude/skills/gaebalai-claude-consultant-kr-refine-report/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository