Add a GH Issue integration for Ralph#11
Open
aeaston1 wants to merge 4 commits intoiannuttall:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manually describing PRDs can be tedious, especially if you already have your tasks tracked somewhere. This PR includes an integration with Github Issues on the repe directory that you are running ralph from. It lets you select the Issues that you have (multiple if you like) and then it runs a loop through ralph to create PRDs for all of them.
The PRD loop remain the same, so you can choose your desired harness (tested with claude) and tweak the PRD as you like in the usual way.
Tested with a repo of >10 issues, and successfully managed to generate PRDs for them all, albeit with a HITL process.
Future additions could parallelise this process, add more integrations (JIRA etc), and enable ralph to write back to task trackers dynamically, among other things.
Testing improvements:
Added a new test script
tests/github-import.mjsthat checks:gh)cli/clirepository ifghis installedUpdated the
testscript inpackage.jsonto include the new GitHub import test, ensuring it runs alongside existing tests