Issue Closer banner
Finfra Finfra

Issue Closer

Documentation community

Description

--- name: issue-closer title: issue-closer description: "이슈 종결 및 문서 업데이트 (Hash 확보 -> 완료 이동 -> Doc 커밋)" date: 2026-03-28 --- > 글로벌 `/issue-closer-g` 커맨드가 있습니다. 본 로컬 커맨드는 ___pm 프로젝트 특화 절차 적용 후 필요 시 `-g` 버전에 위임합니다. **역할**: 해결된 이슈의 변경사항을 커밋하고, `Issue.md`에서 '완료' 상태로 변경하며, **Commit Hash**를 기록합니다. # 사전 준비 헬퍼 함수 로드: ```bash source ~/.bin/issue-helper.sh ``` # 워크플로우 단계 ## 0. 자동 이슈 탐지 (파라미터 없이 호출 시) 파라미터 없이 호출된 경우, 다음 순서로 대상 이슈를 자동 결정합니다: 1. **현재 대화 맥락 분석**: 이번 대화에서 작업한 내용(수정한 파일, 구현한 기능)을 파악 2. *

Installation

Installs to ~/.claude/commands/finfra-fpm-issue-closer.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Finfra/fpm/HEAD/.claude/commands/issue-closer.md -o ~/.claude/commands/finfra-fpm-issue-closer.md

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

Full documentation available on GitHub

View Source Repository