CodeCritic Review
Version updated for https://github.com/CodeCritic-Reviews/review-action to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The CodeCritic Review Action is a GitHub Action that uses AI to automate code reviews for pull requests, providing a code quality score, review comments, and actionable insights. It streamlines the review process by analyzing code diffs, identifying potential issues, and delivering feedback directly on the pull request. This action helps developers save time, improve code quality, and maintain consistency in reviews, though it is intended to complement, not replace, human reviews.
Release notes
CodeCritic Review Action
Automatically review pull requests with AI. Add CodeCritic to your repository in 10 lines of YAML.
What it does
- Analyzes code changes in pull requests using AI models
- Posts review results (score, summary, issues) as PR comments
- Writes results to GitHub Step Summary
- Supports manual dispatch for on-demand reviews
Quick start
- uses: CodeCritic-Reviews/review-action@v1
with:
api_key: ${{ secrets.CODECRITIC_API_KEY }}
Features
- Simple setup — one step, one secret, done
- Configurable — control timeout, comment posting, wait behavior
- Outputs — use review_id, score, and status in subsequent steps (e.g. fail CI if score < 50)
- Secure — API key is masked in logs, GITHUB_TOKEN never leaves the runner
Links
AI-generated reviews may contain inaccuracies. Always verify suggestions before applying.