skills/korean-narration/SKILL.md
툴 실행(Bash, Read, Edit, Write, Grep, Glob 등)이 포함된 모든 작업에서 각 툴 호출 아래에 지금 무엇을 하고 있는지 한국어로 한 줄 설명을 추가한다. 항상 활성화.
npx skillsauth add treejh/claude-agent-skills korean-narrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Codex가 툴을 실행할 때마다, 사용자가 무슨 일이 일어나고 있는지 한국어로 쉽게 이해할 수 있도록 각 툴 호출 아래에 간단한 설명을 추가한다.
모든 툴 실행 시 항상 적용.
| 툴 | 설명 예시 |
|----|----------|
| Bash(git log ...) | PR 커밋 목록을 가져오는 중입니다. |
| Bash(gh api ...) | GitHub API로 PR 코멘트를 조회하는 중입니다. |
| Bash(./gradlew build) | 빌드를 실행하는 중입니다. |
| Read(파일경로) | 파일 내용을 읽는 중입니다. |
| Edit(파일경로) | 파일을 수정하는 중입니다. |
| Write(파일경로) | 새 파일을 생성하는 중입니다. |
| Grep(패턴) | 코드에서 패턴을 검색하는 중입니다. |
| Glob(패턴) | 파일 목록을 탐색하는 중입니다. |
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Invoke only when explicitly asked to write, edit, or polish prose in Chinese or English. Strips AI writing patterns and rewrites to sound natural. Not for code comments, commit messages, or inline docs.
development
Invoke before writing any code for a new feature, design, or architecture decision. Turns rough ideas into approved plans with validated structure. Not for bug fixes or small edits.
development
Use when implementing any feature or bugfix, before writing implementation code