Reapdev.ResolveIssue banner
c-d-cc c-d-cc

Reapdev.ResolveIssue

Git community

Description

--- description: "Resolve Issue — GitHub Issue를 분석하고 해결" --- # Resolve Issue GitHub Issue를 분석하고 REAP generation으로 해결합니다. ## Steps 1. Issue 목록 확인: - `gh issue list --repo c-d-cc/reap --state open` 실행 - 목록을 유저에게 제시 - 유저가 해결할 issue 번호 선택 (또는 인자로 전달) 2. Issue 상세 읽기: - `gh issue view {number} --repo c-d-cc/reap` - label, 설명, 재현 단계, config 정보 파악 3. 분석 및 방향 제시: - issue 내용을 분석하여 원인 추정 - 수정 방향을 유저에게 제시 - 유저 승인 후 진행 4. Generation 시작: - `/reap.start`로 generation 시작 - go

Installation

Installs to ~/.claude/commands/c-d-cc-reap-reapdev.resolveissue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/c-d-cc/reap/HEAD/.claude/commands/reapdev.resolveIssue.md -o ~/.claude/commands/c-d-cc-reap-reapdev.resolveissue.md

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

Full documentation available on GitHub

View Source Repository