-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We need to build a roadmap for the Walter GitHub code writing bot.
Here is an overview:
The workflow with WALTER is simple: Open an issue on a repo and communicate with #GPT4 via issue comments to design a solution to a problem. Then you approve the design and the AI creates a pull request against the repo based on the conversation / design. The bot supports typescript.
Core Ability Roadmap:
- Ability to communicate with bot to design solution based on GitHub link to file
- Ability for the bot to create and submit pull request
- Ability to include type dependencies in prompts
- Find minimal set of dependencies for change
- Multi file edits
- Create new files
- Author new multi file features abased on user chat / specification
- Auto Test Generation
- Find dependent files and update them as well
- Automated Testing Integration: The bot can generate and run test cases based on the changes made in the pull request, ensuring that the new code doesn't break existing functionality.
- Code Security Analysis: The bot can perform security checks on the code changes, identifying potential vulnerabilities and suggesting fixes to improve the overall security of the project.
- Documentation Generation: The bot can automatically generate and update documentation based on the code changes, keeping the documentation up-to-date with the latest code.
Reactions are currently unavailable