We welcome contributions from the community! Whether it’s bug fixes, new features, documentation improvements, or integration examples — your help makes this project stronger.
By participating in this project, you agree to abide by our Code of Conduct (to be added). We are committed to fostering a welcoming, respectful, and inclusive environment.
-
Fork this repository to your GitHub account.
-
Clone your fork locally:
git clone https://github.com/<your-username>/codereview-agent cd codereview-agent
-
Install dependencies:
poetry install
-
Use a descriptive name:
git checkout -b feature/add-github-action-example
- Follow existing code style and conventions.
- Add tests when applicable.
- Update documentation (README, examples) if your change affects usage.
Ensure all tests pass before committing.
pytest-
Write clear, descriptive commit messages:
git commit -m "Add GitHub Actions integration example" git push origin feature/add-github-action-example
- Go to your fork on GitHub and open a PR against the
mainbranch of this repo. - Fill in the PR template with details about your changes.
-
Keep PRs small and focused.
-
Use clear naming for variables, functions, and classes.
-
Run linting and formatting before submitting:
black . flake8
- Add new review focus areas or rules.
- Improve CI/CD integration examples (GitHub, GitLab, Azure).
- Enhance documentation with more usage scenarios.
- Optimize context-building logic.
- Add support for additional languages or frameworks.
Thank you for contributing! Every PR, issue, and suggestion helps make CodeReview Agent more useful to the developer community.
👨💻 Maintained by Superscript Systems