|
1 | 1 | # GitHub Code Review Agent |
2 | 2 |
|
3 | | -Automated code reviews using Amp AI with two deployment options: **GitHub Actions** or **Webhook Service**. |
| 3 | +Automated code reviews using [Amp](https://ampcode.com/) with two deployment options: **GitHub Actions** or **Webhook Service**. |
4 | 4 |
|
5 | 5 | ## Features |
6 | 6 |
|
7 | | -- **GitHub App Integration**: Secure GitHub App installation and authentication |
8 | | -- **Webhook Processing**: Automatic pull request event handling |
9 | | -- **Queue Management**: Efficient job queuing and processing |
10 | | -- **Code Review**: AI-powered code analysis and feedback |
11 | | -- **Check Runs**: Integration with GitHub's check runs API for status reporting |
12 | | -- **Toolbox Integration**: Simple executable tools for AI agent integration |
| 7 | +- Reviews code for bugs, security issues, logic errors and more |
| 8 | +- Runs automatically on PR open; can manually trigger re-reviews |
| 9 | +- Can suggest fixes for identified issues |
| 10 | +- Aware of existing PR conversation |
13 | 11 |
|
14 | 12 | **Requirements**: Amp account with API key required for code reviews. |
15 | 13 |
|
@@ -41,9 +39,9 @@ The simplest way to add code reviews to any repository: |
41 | 39 |
|
42 | 40 | <img src="gh_actions_gh_cra.png" alt="GitHub Actions Setup" width="400"> |
43 | 41 |
|
44 | | -### Option 2: Webhook Service (Advanced) |
| 42 | +### Option 2: Webhook Service |
45 | 43 |
|
46 | | -For production use with full API access, queue management, and custom integrations. |
| 44 | +GitHub App + external service with full API access, queue management, and custom integrations. |
47 | 45 |
|
48 | 46 | <img src="self_hosted_gh_cra.png" alt="Self-hosted Service" width="400"> |
49 | 47 |
|
|
0 commit comments