Skip to content

Add GitHub issue as prompt input#5

Merged
hev merged 1 commit intomainfrom
gh-item
Jan 12, 2026
Merged

Add GitHub issue as prompt input#5
hev merged 1 commit intomainfrom
gh-item

Conversation

@hev
Copy link
Copy Markdown
Owner

@hev hev commented Jan 11, 2026

Summary

  • Add implementation plan for supporting GitHub issues as prompt input
  • Allow starting ralph loops from issue numbers or URLs (e.g., ralph -i 42)
  • Issue content automatically becomes the prompt.md

Test plan

  • Review the implementation plan in prompt.md
  • Validate the proposed API and CLI flags
  • Ensure the design covers edge cases (missing gh CLI, issue not found, etc.)

🤖 Generated with Claude Code

Plan to support starting ralph loops from GitHub issue numbers or URLs.
The issue content becomes the prompt.md automatically.

Key planned features:
- Parse issue references (number, URL, owner/repo#number formats)
- Fetch issue details via gh CLI
- Generate prompt from issue title and body
- Auto-generate branch names from issues in worktree mode
- Link PRs back to source issues with "Fixes #N"

Slack: https://hevmindworkspace.slack.com/archives/C0A6L0UFU6R/p1768141456254959

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
@hev hev merged commit 870d20d into main Jan 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant