Skip to content

Commit 85a4d12

Browse files
Update README.md
1 parent bd3537a commit 85a4d12

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# GitHub Code Review Agent
22

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**.
44

55
## Features
66

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
1311

1412
**Requirements**: Amp account with API key required for code reviews.
1513

@@ -41,9 +39,9 @@ The simplest way to add code reviews to any repository:
4139

4240
<img src="gh_actions_gh_cra.png" alt="GitHub Actions Setup" width="400">
4341

44-
### Option 2: Webhook Service (Advanced)
42+
### Option 2: Webhook Service
4543

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.
4745

4846
<img src="self_hosted_gh_cra.png" alt="Self-hosted Service" width="400">
4947

0 commit comments

Comments
 (0)