{"id":42313113,"url":"https://github.com/mkaczkowski/copilot-code-review","last_synced_at":"2026-01-27T11:37:59.113Z","repository":{"id":280534232,"uuid":"941682140","full_name":"mkaczkowski/copilot-code-review","owner":"mkaczkowski","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-04T00:19:12.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T00:28:01.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mkaczkowski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-02T21:09:42.000Z","updated_at":"2025-03-04T00:19:15.000Z","dependencies_parsed_at":"2025-03-04T00:38:09.423Z","dependency_job_id":null,"html_url":"https://github.com/mkaczkowski/copilot-code-review","commit_stats":null,"previous_names":["mkaczkowski/copilot-code-review"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mkaczkowski/copilot-code-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fcopilot-code-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fcopilot-code-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fcopilot-code-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fcopilot-code-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkaczkowski","download_url":"https://codeload.github.com/mkaczkowski/copilot-code-review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fcopilot-code-review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-27T11:37:59.056Z","updated_at":"2026-01-27T11:37:59.106Z","avatar_url":"https://github.com/mkaczkowski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copilot Code Review\n\n[![Version](https://img.shields.io/visual-studio-marketplace/v/mkaczkowski.copilot-code-review)](https://marketplace.visualstudio.com/items?itemName=mkaczkowski.copilot-code-review)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA VS Code extension that leverages GitHub Copilot to review your changes and suggest improvements. This extension helps you improve code quality by providing AI-powered code reviews directly in your editor.\n\n## Features\n\n- **Instant Code Reviews**: Get immediate feedback on your code without waiting for team reviews\n- **Git-Based Analysis**: Automatically compares your local changes to the main branch of your repository\n- **Language Agnostic**: Works with any programming language supported by GitHub Copilot\n- **Customizable**: Tailor the review focus with custom prompts\n- **Precise Navigation**: Jump directly to the specific code locations mentioned in reviews\n- **Markdown Formatting**: Well-structured reviews with file sections and line references\n- **Command Palette Integration**: Run commands directly from the VS Code Command Palette\n- **Auto-Completion**: Get command suggestions as you type in the chat\n\n## Installation\n\n### Prerequisites\n\n- Visual Studio Code 1.95.0 or higher\n- GitHub Copilot extension must be installed and properly configured\n- Git repository with a main branch (main or master)\n\n### Install from VS Code Marketplace\n\n1. Open VS Code\n2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)\n3. Search for \"Copilot Code Review\"\n4. Click Install\n\n## Usage\n\n### Reviewing Code Changes\n\nThis extension works by comparing your local changes to the main branch of your Git repository:\n\n1. Open a Git repository in VS Code\n2. Make changes to your code\n3. Use one of the following methods to run commands:\n\n#### Using Chat\n\n1. Open a Copilot Chat\n2. Type `@pr` followed by a command:\n\n   - `@pr /self-review` - to review your code changes\n      - `--include-files` or `-i` - include changed files content to the prompt's context\n   - `@pr /write-description` - to generate a description for your changes\n\n   Auto-completion will suggest available commands as you type.\n\n#### Using Command Palette\n\n1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)\n2. Type \"Copilot Code Review\" to see available commands:\n   - \"Copilot Code Review: Show Debug Logs\" - to view the extension logs\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n- `copilotCodeReview.customPrompt`: Customize the prompt sent to Copilot for code review\n- `copilotCodeReview.enableDebugLogging`: Enable debug logging for the extension (default: true)\n\n## Known Issues\n\n- This extension requires the official GitHub Copilot extension to be installed\n- Performance may vary depending on the size and complexity of the code being reviewed\n- Very large files or diffs may be truncated due to token limits\n- The extension requires a Git repository with a main branch (main or master)\n\n## Privacy and Security\n\nThis extension sends code to GitHub Copilot for analysis. Please review our [Security Policy](SECURITY.md) for more information about data handling and best practices.\n\n## Contributing\n\nContributions are welcome! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more information.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Screenshots\n\n![Code Review Example](assets/code-review-example.png)\n_Example of a code review performed by the extension_\n\n![PR Description Example](assets/pr-description-example.png)\n_Example of a generated PR description_\n\n## Changelog\n\nSee the [CHANGELOG.md](CHANGELOG.md) for details about each release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkaczkowski%2Fcopilot-code-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkaczkowski%2Fcopilot-code-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkaczkowski%2Fcopilot-code-review/lists"}