Reapdev.ResolveIssue
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
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 RepositoryRelated Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git