https://github.com/klauern/pr-pal
simple app for testing pr approvals using LLM's and agents/MCP
https://github.com/klauern/pr-pal
Last synced: 2 months ago
JSON representation
simple app for testing pr approvals using LLM's and agents/MCP
- Host: GitHub
- URL: https://github.com/klauern/pr-pal
- Owner: klauern
- Created: 2025-05-16T21:05:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-20T18:18:38.000Z (7 months ago)
- Last Synced: 2026-04-11T03:47:41.924Z (2 months ago)
- Language: Ruby
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
## CLI Usage
A Thor-based CLI is available for interacting with pull request reviews from the command line. Run commands via `bin/prpal`.
Example commands:
```
bin/prpal reviews list # List all pull request reviews
bin/prpal reviews show # Show details for a review
```
The CLI loads the Rails environment so it has access to all models and services.