Tags: code review* + open source*

0 bookmark(s) - Sort by: Date โ†“ / Title /

  1. OpenReview is a self-hosted GitHub App developed by Vercel Labs designed to act as an automated assistant for pull request reviews. Triggered by mentioning `@openreview` in a PR comment, the tool uses Claude Sonnet 4.6 via the AI SDK to spin up isolated sandboxed environments where it runs actual project tooling ''such as linters, formatters, and tests'' to provide actionable suggestions or direct code fixes. It is deeply integrated with Vercel's infrastructure, utilizing Vercel Workflows for orchestration and Vercel Sandboxes for execution.

    - Users can approve or reject agent suggestions using emoji reactions
    - The bot supports custom review "skills" which can be added by placing files in a `.agents/skills/` directory within the repository.
    - It requires integration with Upstash KV for storage during deployment on Vercel.
    - The project is currently in beta and was originally built as an internal tool for the Vercel team.
  2. Open Code Review is an AI-powered CLI tool designed for automated, high-precision code reviews. Originally developed as Alibaba Group's internal assistant, the project uses a hybrid architecture that combines deterministic engineering with LLM agents to provide stable and accurate feedback. Unlike general-purpose agents, it employs smart file bundling and fine-grained rule matching to maintain context and prevent issues like position drift or incomplete coverage on large changesets.
    Key features:
    - AI-driven line-level review comments
    - Hybrid architecture combining hard constraints with dynamic decision-making
    - Support for various LLM endpoints including OpenAI and Anthropic
    - Seamless integration with CI/CD pipelines and coding agents like Claude Code
    - Customizable rule sets for specific project requirements
  3. Greg Kroah-Hartman, a long-term Linux kernel maintainer, has observed a significant shift in AI-driven activity around Linux security and code review. Previously receiving "AI slop" โ€“ inaccurate or low-quality reports โ€“ the past month has seen a marked improvement in the quality and relevance of AI-generated bug reports and security findings across open-source projects. While the cause of this change remains unknown, Kroah-Hartman notes the kernel team can handle the increased volume, but smaller projects may struggle. AI is increasingly used as a reviewer and assistant, and is even beginning to contribute patches, with tools like Sashiko being integrated to manage the influx.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "code review+open source"

About - Propulsed by SemanticScuttle