https://github.com/ississippi/pull-request-automated-notifications
pull-request-automated-notifications
https://github.com/ississippi/pull-request-automated-notifications
automated-code-review aws-ecs-fargate dotnet-core dynamodb python rest-api websockets
Last synced: about 2 months ago
JSON representation
pull-request-automated-notifications
- Host: GitHub
- URL: https://github.com/ississippi/pull-request-automated-notifications
- Owner: ississippi
- Created: 2025-04-27T15:02:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T15:42:02.000Z (about 1 year ago)
- Last Synced: 2025-09-12T22:27:46.316Z (10 months ago)
- Topics: automated-code-review, aws-ecs-fargate, dotnet-core, dynamodb, python, rest-api, websockets
- Language: C#
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pull-request-automated-notifications
Websockets client chat with LLM
The Automated Pull Request Reviewer Bot leverages Large Language Models (LLMs) to automate the review of pull requests (PRs) . The purpose is to enhance the efficiency and accuracy of code reviews by providing detailed feedback, identifying potential issues, and suggesting improvements to streamline the code review process.
** See pull-request-automated-review/docs for all project documentation.
** See /CloudFormation for all CF templates for this project. **
** See /docs/Deployments.docx for notes on build and deployments of all related components including CF for the infrastructure.**
** Repos included as part of this project: **
pull-request-automated-review: Main project repo. Code review orchestration and github integration. Lamdas.
pull-request-automated-chat: Chat conversation inteface. Python running in ECS.
pull-request-automated-notifications. Push PR service. C# running in ECS.
pull-request-automated-git-provider. Not implemented. REST API for git services. This functionality currently part of pull-request-automated-review.
pull-request-automated-experiments: project for prototyping API interfaces.
pull-request-test-repo: Early repo used to create PRs for testing.