{"id":29959066,"url":"https://github.com/timmeinerzhagen/pr-summary","last_synced_at":"2026-04-15T18:01:38.207Z","repository":{"id":303471120,"uuid":"976366978","full_name":"timmeinerzhagen/pr-summary","owner":"timmeinerzhagen","description":"Meaningful Pull Request titles for repos with unintelligible timelines like github/docs with \"Repo Sync\" PRs","archived":false,"fork":false,"pushed_at":"2026-02-20T22:11:18.000Z","size":1484,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T04:10:21.280Z","etag":null,"topics":["ai","github","llm","openrouter","pull-requests"],"latest_commit_sha":null,"homepage":"https://pr.tim.ad","language":"Python","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/timmeinerzhagen.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":"2025-05-02T01:38:32.000Z","updated_at":"2026-02-20T22:11:22.000Z","dependencies_parsed_at":"2025-07-07T21:36:23.259Z","dependency_job_id":"c6439b18-8441-4e69-8152-233b3d87ae1f","html_url":"https://github.com/timmeinerzhagen/pr-summary","commit_stats":null,"previous_names":["timmeinerzhagen/pr-summary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timmeinerzhagen/pr-summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmeinerzhagen%2Fpr-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmeinerzhagen%2Fpr-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmeinerzhagen%2Fpr-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmeinerzhagen%2Fpr-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timmeinerzhagen","download_url":"https://codeload.github.com/timmeinerzhagen/pr-summary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmeinerzhagen%2Fpr-summary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["ai","github","llm","openrouter","pull-requests"],"created_at":"2025-08-03T21:08:00.887Z","updated_at":"2026-04-15T18:01:38.189Z","avatar_url":"https://github.com/timmeinerzhagen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pr-summary\n\n`github/docs` Pull Requests have awful titles.\nTo make it easier to follow changes, this gives you AI-powered summaries of their Pull Requests\n\nCheck out [`pr.tim.ad`](https://pr.tim.ad) to see it in action!\n\n![Compare github/docs PR to pr summary](data/compare-gh-docs-vs-pr-summary.png)\n\n## Overview\n\n* `src` - Python code for fetching PRs, calling OpenRouter to analyze PRs\n   * `generate_summary.py` - Script to generate summaries for a specific PR\n   * `generate_website_data.py` - Script to generate the `pr-data.json` file\n   * `list_prs_without_summaries.py` - Script to list PRs that need summaries\n* `app` - React web app for displaying PR summaries, hosted on GitHub Pages\n* `data` - JSON files containing PR data summaries for `github/docs`\n* `.github/workflows`\n   * `deploy-website.yml` - deploy the React app with the Pull Request data to GitHub Pages\n   * `generate.yml` - list PRs that need summaries and generate them, push them to `data/`\n\n## Local Development\n\n### PR Analysis\n\n1. Install Python dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n2. Set your OpenRouter API key in your environment:\n   ```bash\n   export OPENROUTER_API_KEY='your_api_key'\n   ```\n3. Run the analysis script:\n   ```bash\n   python3 generate_summary.py --repo github/docs --pr 12345\n   ```\n\n### React app\n\n1. Analyze some PRs to create data files\n2. Run `generate_website_data.py` to generate the `pr-data.json` file\n3. Install Node.js dependencies:\n   ```bash\n   cd app\n   npm install\n   ```\n4. Start the React app:\n   ```bash\n   npm start\n   ```\n\nThe website will be available at `http://localhost:3000`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmeinerzhagen%2Fpr-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmeinerzhagen%2Fpr-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmeinerzhagen%2Fpr-summary/lists"}