{"id":26645002,"url":"https://github.com/ajndkr/pr-pulse","last_synced_at":"2026-04-30T18:31:34.401Z","repository":{"id":283885657,"uuid":"953194579","full_name":"ajndkr/pr-pulse","owner":"ajndkr","description":"generate weekly reports of all code changes in a github repository","archived":false,"fork":false,"pushed_at":"2025-04-05T10:00:37.000Z","size":671,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T10:28:26.822Z","etag":null,"topics":["gemini","pull-requests","python3","slack","uv"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ajndkr.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}},"created_at":"2025-03-22T19:34:11.000Z","updated_at":"2025-04-05T09:58:58.000Z","dependencies_parsed_at":"2025-04-05T10:24:33.467Z","dependency_job_id":null,"html_url":"https://github.com/ajndkr/pr-pulse","commit_stats":null,"previous_names":["ajndkr/pr-weekly","ajndkr/pr-pulse"],"tags_count":10,"template":false,"template_full_name":"ajndkr/uv-boilerplate","purl":"pkg:github/ajndkr/pr-pulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajndkr%2Fpr-pulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajndkr%2Fpr-pulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajndkr%2Fpr-pulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajndkr%2Fpr-pulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajndkr","download_url":"https://codeload.github.com/ajndkr/pr-pulse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajndkr%2Fpr-pulse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["gemini","pull-requests","python3","slack","uv"],"created_at":"2025-03-24T21:21:21.424Z","updated_at":"2026-04-30T18:31:34.396Z","avatar_url":"https://github.com/ajndkr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pr-pulse\n\nAnalyze merged pull requests and generate insights.\n\n## usage\n\n#### basic example\n\n```yaml\nname: pr-pulse-insights\non:\n  schedule:\n    - cron: \"0 8 * * 1\" # Runs at 8:00 AM UTC every Monday\n\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - name: generate insights summary\n        uses: ajndkr/pr-pulse@v0\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          repository: \"owner/repo\"\n          days: \"7\"\n```\n\n#### input parameters\n\n| Parameter           | Description                            | Required | Default |\n| ------------------- | -------------------------------------- | -------- | ------- |\n| `github_token`      | GitHub token for repository access     | Yes      | -       |\n| `api_key`           | GEMINI API key for `report` command    | No       | -       |\n| `repository`        | Target repository in format owner/repo | Yes      | -       |\n| `days`              | Number of days to look back for PRs    | No       | 7       |\n| `share`             | Share insights on Slack                | No       | false   |\n| `slack_webhook_url` | Slack webhook URL to share insights    | No       | -       |\n\n**Note:** To create a Slack webhook URL, refer to\n[Slack Incoming Webhooks](https://api.slack.com/messaging/webhooks).\n\n## local development\n\n### pre-requisites\n\n- [uv](https://docs.astral.sh/uv/#getting-started)\n\n### init project\n\n```shell\nmake init\n```\n\nto run pre-commit checks, run:\n\n```shell\nmake ci\n```\n\n### run commands\n\nrun the following to view the list of available commands:\n\n```shell\nmake run\n```\n\n## project roadmap\n\n### phase 1\n\n- [x] setup project\n- [x] create commands to fetch data from github\n- [x] convert project to github action to schedule cron jobs in target\n      repository\n- [x] add llm integration to generate weekly report\n- [x] add slack integration to send weekly report\n\n### phase 2\n\n- [ ] improve customisability of commands\n- [ ] add MCP support\n- [ ] add support for more LLM providers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajndkr%2Fpr-pulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajndkr%2Fpr-pulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajndkr%2Fpr-pulse/lists"}