Below you will find pages that utilize the taxonomy term “micahstubbs”
January 10, 2026
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/gpt-code-review to version v3.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GPT 5.x PR Reviewer GitHub Action automates the code review process for pull requests by leveraging OpenAI’s GPT models (e.g., GPT-5.2). It analyzes code changes and provides feedback directly in pull request comments, helping teams streamline code reviews and identify potential issues more efficiently.
January 10, 2026
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/gpt-code-review to version v3.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GPT 5.x PR Reviewer is a GitHub Action and app designed to automate code reviews for pull requests using advanced OpenAI models like GPT-5.2. It streamlines the review process by providing AI-generated feedback on code changes, saving development time and ensuring code quality.
December 12, 2025
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/gpt-code-review to version v3.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes Add GitHub App install as primary option (recommended) Link to https://github.com/apps/gpt-5-2-pr-review for easy installation Update all translations (zh-CN, zh-TW, ko, ja) with Quick Start guide Modernize documentation structure Install The easiest way to get started:
Install the App: GPT-5.2 PR Review Select repositories to enable code review Done!
November 25, 2025
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/ChatGPT-CodeReview to version v2.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes Fix gpt-5.1-codex verbosity constraint - The gpt-5.1-codex model only supports verbosity: 'medium'. This release enforces that constraint and logs a warning if users set a different value via VERBOSITY env var. Add getValidVerbosity() helper - Model-specific verbosity validation with proper TypeScript typing Add debug logging - Shows selected verbosity when LOG_LEVEL=debug is set Comprehensive test coverage - 9 new tests covering all verbosity scenarios Safer default - Changed default verbosity from 'low' to 'medium' to prevent API errors across all GPT-5.
November 25, 2025
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/ChatGPT-CodeReview to version v2.0.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes GPT 5.x PR Reviewer v2.0.4 Patch release with copyright update.
Changes Updated copyright to “© 2025 anc95, micahstubbs, and contributors” in all README files Marketplace