Skip to content

This GitHub app, developed using the Probot framework, enhances code collaboration by providing instant explanations for selected code snippets within pull requests. When a user types '/explain' in a pull request's comment, the bot comes to life, leveraging OpenAI's GPT turbo 3.5 model to fetch detailed explanations for the specified code.

License

Notifications You must be signed in to change notification settings

anakinsonone/first-github-app

Repository files navigation

To test the GitHub app, follow these steps:

  1. Add the app to your profile and grant access to a specific repo.

  2. Raise a new PR or comment on an existing PR review.

  3. Include the command '/explain' in the comment.

  4. The app will generate an explanation in response.

    • Note: Currently, the app only responds to the '/explain' command in PR review comments.
  5. You may need to refresh the page to view the generated comment.


Additional Information:

About

This GitHub app, developed using the Probot framework, enhances code collaboration by providing instant explanations for selected code snippets within pull requests. When a user types '/explain' in a pull request's comment, the bot comes to life, leveraging OpenAI's GPT turbo 3.5 model to fetch detailed explanations for the specified code.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published