{"id":15723549,"url":"https://github.com/codechecks/monorepo","last_synced_at":"2025-04-06T20:11:17.630Z","repository":{"id":48310849,"uuid":"194538365","full_name":"codechecks/monorepo","owner":"codechecks","description":"Open source platform for code review automation ✅","archived":false,"fork":false,"pushed_at":"2021-11-28T07:14:11.000Z","size":7954,"stargazers_count":99,"open_issues_count":23,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T18:11:06.813Z","etag":null,"topics":["check","ci","codechecks","continuous-integration","pull-request","review"],"latest_commit_sha":null,"homepage":"https://codechecks.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codechecks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-30T16:36:14.000Z","updated_at":"2025-02-03T00:42:01.000Z","dependencies_parsed_at":"2022-08-28T13:20:48.606Z","dependency_job_id":null,"html_url":"https://github.com/codechecks/monorepo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechecks%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechecks%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechecks%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechecks%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codechecks","download_url":"https://codeload.github.com/codechecks/monorepo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543591,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["check","ci","codechecks","continuous-integration","pull-request","review"],"created_at":"2024-10-03T22:12:13.983Z","updated_at":"2025-04-06T20:11:17.588Z","avatar_url":"https://github.com/codechecks.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://codechecks.io\"\u003e\u003cimg src=\"./images/codechecks.png\" width=\"600\" alt=\"codechecks.io\"\u003e\u003c/a\u003e\n  \u003ch1 align=\"center\"\u003eCode Checks\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n  Open source platform for code review automation ✅\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://circleci.com/gh/codechecks/monorepo\"\u003e\u003cimg alt=\"Build Status\" src=\"https://circleci.com/gh/codechecks/monorepo/tree/master.svg?style=svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"/package.json\"\u003e\u003cimg alt=\"Software License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square\" alt=\"All Contributors\"\u003e\n    \u003ca href=\"https://codechecks.io\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/codechecks/docs/master/images/badges/badge-default.svg?sanitize=true\" alt=\"codechecks.io\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n**CodeChecks.io** is a framework for code review automation. It allows writing plugins (codechecks) in **JavaScript**\nthat:\n\n- execute directly on your **CI** (like CircleCI or TravisCI) and communicate with our backend\n- can inspect all **Pull Request** data (title, content, changed files etc.)\n- can attach feedback information back to **GitHub** as check (success/failure status, additional message)\n- can upload, retrieve and calculate difference between arbitrary **artifacts** (like JSON values describing build size\n  or screenshots of views of a frontend app)\n- require only one **GitHub App** — [Codechecks App](https://github.com/apps/codechecks) installed in order to work\n\n```typescript\nimport { codechecks } from \"@codechecks/client\";\n\nexport default async () =\u003e {\n  await codechecks.success({\n    name: \"Hello world!\",\n    shortDescription: \"It's so easy!\",\n    longDescription: \"# Hello! 👋\",\n  });\n};\n```\n\n![](images/demo.gif)\n\nParticular codechecks can be distributed as **npm** packages and can be setup in a declarative way in\n[`codechecks.yml`](https://github.com/codechecks/docs/blob/master/configuration.md#codechecksyml) file.\n\n## Docs 📚\n\n- [Awesome codechecks](https://github.com/codechecks/awesome-codechecks)\n- [Getting started guide](https://github.com/codechecks/docs/blob/master/getting-started.md)\n- [Full documentation](https://github.com/codechecks/docs)\n\n## Packages 📦\n\n| Package                                  | Version                                                                                                         | Description                                                |\n| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |\n| [`@codechecks/client`](/packages/client) | [![npm](https://img.shields.io/npm/v/@codechecks/client.svg)](https://www.npmjs.com/package/@codechecks/client) | TypeScript/JavaScript client used for executing codechecks |\n\nNote: Currently we are in the process of open sourcing whole platform.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/krzkaczor\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1814312?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChris Kaczor\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/codechecks/monorepo/commits?author=krzkaczor\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-krzkaczor\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/codechecks/monorepo/commits?author=krzkaczor\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#business-krzkaczor\" title=\"Business development\"\u003e💼\u003c/a\u003e \u003ca href=\"#infra-krzkaczor\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://cgewecke.github.io/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/7332026?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecgewecke\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#plugin-cgewecke\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e \u003ca href=\"#ideas-cgewecke\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/codechecks/monorepo/commits?author=cgewecke\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/timocov_\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3112183?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEvgeniy Timokhov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#plugin-timocov\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://michalzalecki.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/3136577?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichał Załęcki\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/codechecks/monorepo/commits?author=MichalZalecki\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#plugin-MichalZalecki\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://craigsworks.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/46025159?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCraig Thompson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/codechecks/monorepo/commits?author=craigthompsonhive\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ziolekjj\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/11246666?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJakub Ziółkowski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/codechecks/monorepo/commits?author=ziolekjj\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#plugin-ziolekjj\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dericgw\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/34040106?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDeric Cain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/codechecks/monorepo/commits?author=dericgw\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.seandawson.info\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2357137?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSean Dawson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#plugin-NoxHarmonium\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.\nContributions of any kind welcome! [Read more](./CONTRIBUTING.md)!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodechecks%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodechecks%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodechecks%2Fmonorepo/lists"}