Simple LLM Code review
Version updated for https://github.com/SnoopyComp/simple-llm-code-review to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables automated code reviews using an LLM (Claude Code) by generating review prompts based on pull requests, linked issues, and optional reference files. It automates the process of providing review comments directly on PRs, triggered by specific keywords in the PR description or comments. The action streamlines code review workflows, reducing manual effort and improving review consistency.
Release notes
🎉 Initial Release (v1)
✨ Features
- Simple LLM-based code review without additional setup
- Automatically generate review prompts from PRs, linked issues, and reference files
- Post code review comments using Claude Code
- Support multiple review languages via configuration
🚀 How to Use
- Add
@claudeto the pull request body or comments to trigger the review
📦 Notes
- First public release on GitHub Marketplace