{"id":15210813,"url":"https://github.com/cpulvermacher/lgtm","last_synced_at":"2026-05-16T07:21:10.790Z","repository":{"id":254241985,"uuid":"836808795","full_name":"cpulvermacher/lgtm","owner":"cpulvermacher","description":"A Visual Studio Code extension for reviewing changes in git using GitHub Copilot Chat","archived":false,"fork":false,"pushed_at":"2026-02-08T12:47:39.000Z","size":3799,"stargazers_count":25,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-08T19:48:45.408Z","etag":null,"topics":["ai","code-review","copilot","copilot-chat","git","review","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=cpulvermacher.lgtm","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpulvermacher.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-01T15:47:26.000Z","updated_at":"2026-02-08T12:47:43.000Z","dependencies_parsed_at":"2024-09-07T13:39:42.583Z","dependency_job_id":"719c925f-e2ba-437a-9f03-c1554c90a085","html_url":"https://github.com/cpulvermacher/lgtm","commit_stats":{"total_commits":113,"total_committers":1,"mean_commits":113.0,"dds":0.0,"last_synced_commit":"3081cda05a3d867d8b5e22dceb910a8bc3a60363"},"previous_names":["cpulvermacher/lgtm"],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/cpulvermacher/lgtm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpulvermacher%2Flgtm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpulvermacher%2Flgtm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpulvermacher%2Flgtm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpulvermacher%2Flgtm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpulvermacher","download_url":"https://codeload.github.com/cpulvermacher/lgtm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpulvermacher%2Flgtm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","code-review","copilot","copilot-chat","git","review","vscode","vscode-extension"],"created_at":"2024-09-28T08:01:33.566Z","updated_at":"2026-05-16T07:21:10.784Z","avatar_url":"https://github.com/cpulvermacher.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LGTM - AI Code Review\n\n[![Latest Release](https://flat.badgen.net/github/release/cpulvermacher/lgtm)](https://github.com/cpulvermacher/lgtm/releases)\n[![Status](https://flat.badgen.net/github/checks/cpulvermacher/lgtm)](https://github.com/cpulvermacher/lgtm/actions/workflows/node.js.yml)\n[![License](https://flat.badgen.net/github/license/cpulvermacher/lgtm)](./LICENSE)\n\nUse GitHub Copilot Chat to review pull requests or source code changes in Git, and catch bugs, areas for improvement, and other issues before merging.\nOpen the command palette and select `LGTM: Start Code Review...` to select what to review.\n\n![Demo](./images/demo.gif)\n\n## Getting Started\n\nAfter starting a review with `LGTM: Start Code Review...`, LGTM will print review comments grouped by file and sorted by severity in the Chat sidebar.\nClick on line numbers to jump to the location (if checked out).\n\n### Reviewing Pull Requests\n\nIf you have the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension installed, you can start a review by hovering over a pull request and clicking the LGTM icon:\n\n![Reviewing a GitHub pull requests](./images/github_pr.png)\n\nIf you have the [Atlassian: Jira, Rovo Dev, Bitbucket](https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode) extension installed, you can also start a review for Bitbucket pull requests directly:\n\n![Reviewing a Bitbucket pull request](./images/bitbucket_pr.png)\n\n### Starting a Review From Chat\n\n- Type `/review` followed by Return to bring up the same interactive menu as the `LGTM: Start Code Review...` menu command.\n- You can specify git refs as arguments, e.g. `/review develop main`, or omit arguments to select refs interactively.\n\n### Use in Agent Mode\n\nLGTM is also available in agent mode, so you can include it as part of your worklflow.\nFor example, you might ask the agent to `Review the current changes using #reviewStaged and fix any severe issues.`\nAssuming you have staged changes, the agent will start a review using LGTM and then act on the review comments. Consider specifying the severity of issues to fix, e.g. `... and fix any issues with severity \u003e= 3.`\n\n## Features\n\n- **Only Copilot Required**: Defaults to using Copilot Chat for reviewing changes. Both free and paid plans are supported.\n- **Model Selection**: Choose from language models available to VS Code, including Copilot Code Review for the same review experience as assigning Copilot to a pull request. Use the **LGTM: Select Chat Model** command in the Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`) to change it.\n- **Pull Request Integration**: Review pull requests from the GitHub Pull Request or Bitbucket extensions.\n- **Automatic Fixes**: Use the `Fix` action on a review comment to fix it automatically. This will use the language model configured for inline chat.\n- **Chat Integration**: Review content remains in chat history for follow-up questions by omitting `@lgtm`.\n- **Project-Specific Context Files**: By default, `AGENTS.md` is added to the review prompt. Can be configured using the `Lgtm: Context Files` setting.\n- **Custom Instructions**: Add global custom instructions via the `Lgtm: Custom Prompt` setting (e.g., change the language of review comments by adding `- In the final JSON output, use Spanish for the 'comment' field.`).\n- **Agent Support**: Adds tools to enable automatic reviews in agent mode:\n  - `#review`: Reviews changes between two git references (branches, tags, or commits)\n  - `#reviewStaged`: Reviews only staged changes in your working directory\n  - `#reviewUnstaged`: Reviews only unstaged changes in your working directory\n  - Example usage: `After your changes, run all tests and run #reviewUnstaged to check your work.`\n\n## Limitations\n\n- Chat models listed under \"Unsupported Models\" can be selected but reviews will fail at runtime.\n- Non-Copilot models (e.g. those added by directly adding an API key) may fail to work. For Claude language models, try the [Claude Model Provider](https://marketplace.visualstudio.com/items?itemName=cpulvermacher.claude-model-provider) extension.\n- Large change sets may trigger chat model rate limits. Please wait before retrying.\n\n## Data Usage\n\nSource code changes and commit messages selected for review are sent to the chat model configured in the extension settings.\n\n## Contributing\n\nContributions are welcome! If you have ideas, bug reports, or want to help improve LGTM, please open an issue or submit a pull request on [GitHub](https://github.com/cpulvermacher/lgtm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpulvermacher%2Flgtm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpulvermacher%2Flgtm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpulvermacher%2Flgtm/lists"}