{"id":13702653,"url":"https://github.com/nicokosi/gh-collab-scanner","last_synced_at":"2026-01-11T23:02:06.745Z","repository":{"id":40275174,"uuid":"461732561","full_name":"nicokosi/gh-collab-scanner","owner":"nicokosi","description":"🔎 A GitHub CLI extension that displays collaboration-related information about a GitHub repository.","archived":false,"fork":false,"pushed_at":"2025-11-17T06:31:43.000Z","size":59,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T08:24:31.351Z","etag":null,"topics":["cli","collaboration","gh-extension","github","github-extension"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nicokosi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-21T06:28:58.000Z","updated_at":"2025-11-17T06:31:44.000Z","dependencies_parsed_at":"2023-11-16T13:44:20.854Z","dependency_job_id":"6056b508-0507-4bcf-9483-a02d74801b5c","html_url":"https://github.com/nicokosi/gh-collab-scanner","commit_stats":null,"previous_names":["nicokosi/gh-collab-o-meter"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/nicokosi/gh-collab-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicokosi%2Fgh-collab-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicokosi%2Fgh-collab-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicokosi%2Fgh-collab-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicokosi%2Fgh-collab-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicokosi","download_url":"https://codeload.github.com/nicokosi/gh-collab-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicokosi%2Fgh-collab-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cli","collaboration","gh-extension","github","github-extension"],"created_at":"2024-08-02T21:00:40.237Z","updated_at":"2026-01-11T23:02:06.721Z","avatar_url":"https://github.com/nicokosi.png","language":"Go","funding_links":[],"categories":["Tool"],"sub_categories":[],"readme":"# `collab-scanner` GitHub CLI extension\n\nA [GitHub CLI extension](https://docs.github.com/en/github-cli/github-cli/using-github-cli-extensions) that displays collaboration-related information on repositories.\n\n![collab-scanner](https://user-images.githubusercontent.com/3862051/157172870-0d50c1b8-d238-4227-ad86-d12855303e13.gif)\n\n## Install ⬇️\n\n```sh\ngh extension install nicokosi/gh-collab-scanner\n```\n\n## Use ▶️\n\nFrom a folder where a GitHub repository has been cloned:\n\n```sh\ngh collab-scanner\n```\n\nwill display something like:\n\n\u003e (current repo)\n\u003e Repo nicokosi/gh-collab-scanner has: description ☑️, README ☑️, topics ☑️, 1 collaborator 👤, community profile score: 33 💯\n\nFor any GitHub repository, via its full name ${org}/${repo} (i.e. python/peps), use the `--repo` flag:\n\n```sh\ngh collab-scanner --repo python/peps\n```\n\nIt will display something like:\n\n\u003e Repo python/peps has: description ☑️, README ☑️, no topics 😇, community profile score: 71 💯\n\nIn order to scan all repositories for a given organization, use the `--org` flag:\n\n```sh\ngh collab-scanner --org python\n```\n\nIn order to scan all repositories for a given user, use the `--user` flag:\n\n```sh\ngh collab-scanner --user torvalds\n```\n\nNeed help? Run:\n\n```sh\ngh-collab-scanner --help\n```\n\n## Develop 🧑‍💻\n\nRequires Go 1.18 or later.\n\n### Build from source code 🧑‍💻▶️\n\nBuild then run:\n\n```sh\ngo build \u0026\u0026 ./gh-collab-scanner\n```\n\n### Install from source code 🧑‍💻⏺\n\nInstall and run:\n\n```sh\ngh extension install .; gh collab-scanner\n```\n\n### Examine code 🧑‍💻🔍\n\n```sh\ngo vet\n```\n\n### Run tests 🧑‍💻☑️\n\n```sh\ngo test -v -cover\n```\n\n### Release 🧑‍💻📦\n\nCheck the current version:\n\n```sh\ngh release view | head -n 2\n```\n\nThen create a tag for the next version with respect with [semver](https://semver.org):\n\n```sh\ngit tag ${version}\ngit push origin ${version}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicokosi%2Fgh-collab-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicokosi%2Fgh-collab-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicokosi%2Fgh-collab-scanner/lists"}