specful-ai / playground

a playground for experimenting with an AI coding bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playground

This repo is a playground for experimenting with an AI coding bot powered by static code analysis and large language models. Follow the steps below to let the AI bot write some code for you.

Currently the playground only supports the Go programming language. If you have any ideas or comments, use Discussions to let us know.

Step 1. Create a new issue

1-new-issue

Step 2. Enter a title and a description.

2-new-issue

Click "Submit new issue" to create it.

Step 3. A bot will pick up the issue and lock it.

Just sit back and wait for the bot to finish its work.

3-locked

Step 4. Once the bot finishes its work, it will convert the issue into a pull request and unlock it.

4-unlocked

Step 5. You can now add some code review comments if needed.

5-add-comment

Step 6. Submit your review. Make sure to select "Request changes".

6-submit-review

Step 7. The PR will be shown as "Changes requested".

Just sit back and wait for the bot to pick up the comments.

7-changes-requested

Step 8. The bot will upload a new patch.

You may repeat Step 5-7 if needed. Please close the pull request if you don't need more changes.

8-new-patch

About

a playground for experimenting with an AI coding bot