{"id":29152840,"url":"https://github.com/tetzng/gh-slack-review","last_synced_at":"2025-10-04T18:35:23.291Z","repository":{"id":298616121,"uuid":"998459199","full_name":"tetzng/gh-slack-review","owner":"tetzng","description":"A GitHub CLI extension that prints a Slack-ready list of your open PRs awaiting review.","archived":false,"fork":false,"pushed_at":"2025-06-11T14:17:27.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T00:13:04.271Z","etag":null,"topics":["cli","gh-extension","github","go","golang","slack"],"latest_commit_sha":null,"homepage":"","language":"Go","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/tetzng.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-06-08T16:48:45.000Z","updated_at":"2025-06-11T14:17:26.000Z","dependencies_parsed_at":"2025-06-12T02:07:45.618Z","dependency_job_id":"37777b7a-196e-4384-bff7-825bf12e12c5","html_url":"https://github.com/tetzng/gh-slack-review","commit_stats":null,"previous_names":["tetzng/gh-slack-review"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tetzng/gh-slack-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetzng%2Fgh-slack-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetzng%2Fgh-slack-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetzng%2Fgh-slack-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetzng%2Fgh-slack-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetzng","download_url":"https://codeload.github.com/tetzng/gh-slack-review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetzng%2Fgh-slack-review/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262876867,"owners_count":23378139,"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":["cli","gh-extension","github","go","golang","slack"],"created_at":"2025-07-01T01:03:12.140Z","updated_at":"2025-10-04T18:35:18.237Z","avatar_url":"https://github.com/tetzng.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-slack-review\n\nA tiny GitHub CLI extension that prints a Slack-ready message listing all open pull-requests assigned to you that are still waiting for a specific reviewer.\n\n\n```text\n@John Doe\nレビューお願いします\nhttps://github.com/org/repo/pull/123\nhttps://github.com/org/repo/pull/456\n```\n\nCopy the output with `pbcopy`, `wl-copy`, etc. and paste it into Slack.\nThis is useful when you want to ping a reviewer in Slack about your open pull-requests, but you don't want to spam them with notifications for every single PR.\n\n## Installation\n\n1. Install the `gh` CLI - see the [installation](https://github.com/cli/cli#installation)\n\n2. Install the extension:\n\n```sh\ngh extension install tetzng/gh-slack-review\n```\n\n## Usage\n\n```sh\ngh slack-review --slack \"@John Doe\" --github johndoe\n```\n\n## Options\n\n| Flag (long / short) | Description | Default |\n|---------------------|-------------|---------|\n| --slack, -s         | Slack display name (mention will be prefixed with @ automatically) | required |\n| --github, -g        | GitHub login of the reviewer you’re waiting for | required |\n| --repo, -r          | Limit the search to one repository (owner/repo) | (all visible repos) |\n| --message, -m       | Text placed under the Slack mention line | レビューお願いします |\n\n## Examples\n\n### All repos\n\n```sh\ngh slack-review -s \"@John Doe\" -g johndoe\n```\n\n### Single repo \u0026 custom message\n\n```sh\ngh slack-review \\\n  -s \"@John Doe\" \\\n  -g johndoe \\\n  -r org/repo \\\n  -m \"please review my PRs\"\n```\n\n## License\n\n[MIT](LICENSE)\n\n## Author\n\n[Teppei Taguchi](https://github.com/tetzng)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetzng%2Fgh-slack-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetzng%2Fgh-slack-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetzng%2Fgh-slack-review/lists"}