Below you will find pages that utilize the taxonomy term “MattJColes”
July 24, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v1.1.0.
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 lgtmaybe is a GitHub Action that reviews pull requests by analyzing code changes and security vulnerabilities, providing inline comments and summaries on GitHub. It uses an OpenAI-compatible model to generate feedback without checking out or running the code, focusing on logic errors, security risks, tests, documentation updates, performance issues, complexity, intent, and unnecessary complexity. The action can run in different presets for varying levels of thoroughness, including default fast mode and full audit mode for release branches.
July 24, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v1.0.0.
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 lgtmaybe GitHub Action reviews PRs by analyzing code changes and surrounding lines to identify potential issues such as logic errors, security vulnerabilities, and missing tests. It provides inline review comments and a summary of findings, helping reviewers focus on the most critical changes in context. The action supports multiple review levels (info through critical) and can be configured to run different presets based on branch status.
July 23, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.12.2.
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 Summary: lgtmaybe is a provider-agnostic GitHub Action that automatically reviews pull requests by analyzing the diff. It provides a comprehensive review including logic and correctness bugs, security vulnerabilities, missing tests, outdated code, performance regressions, unnecessary complexity, intent misalignment, and potential ponytail (code redundancy) issues. The tool uses OpenAI models to generate inline comments and a summary of the PR’s changes, handling sensitive information securely and efficiently.
July 17, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.12.1.
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 lgtmaybe GitHub Action reviews pull requests by analyzing code changes and surrounding lines from the file, detecting logic and correctness bugs, security vulnerabilities, missing or weak tests, outdated code, performance regressions, unnecessary complexity, intent, and ponytail. It uses a language model to generate inline review comments and summaries, reducing the need for static keys and improving safety.
July 6, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.11.0.
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.
What’s Changed 0.11.0 (2026-07-06) Features cli: add help command with usage examples (#177) (beac277) Bug Fixes evals: disable the review deadline in eval runs + one-command preset A/B (#175) (934b309)
July 6, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.10.0.
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.
What’s Changed 0.10.0 (2026-07-06) ⚠ BREAKING CHANGES engine: reviews now run the fast preset by default — all nine lenses covered in four grouped model calls (~half the calls and wall time), trading some recall on the softer lenses (performance, complexity, ponytail, deprecation, tests, documentation). Set preset: full (or –preset full / the Action’s preset input) to restore the previous one-call-per-lens behaviour. Features engine: first-class structured describe + opt-in auto-describe (#171) (35f1b08) engine: function-boundary context, per-tool lint floors, eval A/B coverage (#173) (684acf1) engine: review-effort/risk labels + declarative finding rules (#172) (1414322) engine: static-analysis fusion — deterministic linters ground the review (#169) (48d6ecf) engine: two-stage triage routing behind a security floor (#170) (00966fe) github: commit-scoped incremental review on synchronize pushes (#168) (f16f915) prompt caching + audit-driven review improvements (#166) (95acc2b) Performance Improvements engine: cut review wall time — global fan-out pool, cached diff prefix, fast preset, deadlines (#174) (853917a) Dependencies bump the python-dependencies group across 1 directory with 3 updates (#164) (bb83a4f)
July 1, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.9.2.
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.
What’s Changed 0.9.2 (2026-07-01) Bug Fixes provider: fail fast on expired cloud credentials (#162) (c56fa7d)
July 1, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.9.1.
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.
What’s Changed 0.9.1 (2026-07-01) Documentation streamline install + local-model guides (#160) (6425ad3)