{"id":48473952,"url":"https://github.com/oxnr/repo-intel","last_synced_at":"2026-04-07T07:48:59.472Z","repository":{"id":343974581,"uuid":"1179949440","full_name":"oxnr/repo-intel","owner":"oxnr","description":"AI-powered competitive intelligence from GitHub repos. Monitor competitor activity and get strategic digests.","archived":false,"fork":false,"pushed_at":"2026-03-12T15:16:02.000Z","size":292,"stargazers_count":3,"open_issues_count":10,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T07:48:56.938Z","etag":null,"topics":["automation","benchmarking","ci-cd","code-quality","competitive-intelligence","competitor-analysis","developer-tools","devops","devtools","github","github-action","github-actions","github-api","intelligence","monitoring","open-source-intelligence","osint","repository-analytics","repository-monitoring","software-analytics"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/oxnr.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-12T14:46:31.000Z","updated_at":"2026-04-02T07:05:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oxnr/repo-intel","commit_stats":null,"previous_names":["oxnr/repo-intel"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/oxnr/repo-intel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxnr%2Frepo-intel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxnr%2Frepo-intel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxnr%2Frepo-intel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxnr%2Frepo-intel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxnr","download_url":"https://codeload.github.com/oxnr/repo-intel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxnr%2Frepo-intel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["automation","benchmarking","ci-cd","code-quality","competitive-intelligence","competitor-analysis","developer-tools","devops","devtools","github","github-action","github-actions","github-api","intelligence","monitoring","open-source-intelligence","osint","repository-analytics","repository-monitoring","software-analytics"],"created_at":"2026-04-07T07:48:59.406Z","updated_at":"2026-04-07T07:48:59.462Z","avatar_url":"https://github.com/oxnr.png","language":"TypeScript","readme":"# repo-intel\n\n[![Test](https://github.com/oxnr/repo-intel/actions/workflows/test.yml/badge.svg)](https://github.com/oxnr/repo-intel/actions/workflows/test.yml)\n\nAI-powered competitive intelligence from GitHub repos. Monitor competitor activity, releases, and strategic signals — delivered as GitHub Issues.\n\n## Features\n\n- **Commit velocity tracking** — detect acceleration or slowdowns\n- **Release monitoring** — track shipping cadence, hotfixes, and versioning\n- **Contributor analysis** — spot team growth and new contributors\n- **Issue/PR throughput** — measure development health\n- **Strategic signals** — HIGH/MED/LOW prioritized intelligence\n- **Automated recommendations** — actionable insights per repo\n\n## Quick Start\n\n```yaml\n# .github/workflows/repo-intel.yml\nname: Competitive Intelligence\non:\n  schedule:\n    - cron: '0 9 * * 1'  # Every Monday at 9am\n  workflow_dispatch:\n\njobs:\n  analyze:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: oxnr/repo-intel@v1\n        with:\n          repos: 'facebook/react,vercel/next.js,sveltejs/svelte'\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `repos` | Comma-separated repos to monitor (e.g., `owner/repo`) | Yes | — |\n| `github-token` | GitHub token for API access | Yes | `${{ github.token }}` |\n| `output-format` | Output: `issue`, `pr-comment`, or `json` | No | `issue` |\n| `period-days` | Analysis period in days | No | `7` |\n\n## Outputs\n\n| Output | Description |\n|--------|-------------|\n| `report` | Full JSON report |\n| `issue-url` | URL of created issue (when `output-format: issue`) |\n\n## Output Formats\n\n### Issue (default)\nCreates a GitHub Issue in your repo with the full intelligence digest.\n\n### PR Comment\nPosts the report as a comment on the triggering pull request.\n\n### JSON\nOutputs structured JSON for downstream consumption in your workflow.\n\n## See It in Action\n\nCheck out a **live demo** with real data from facebook/react, vercel/next.js, and sveltejs/svelte:\n\n**[oxnr/repo-intel-demo](https://github.com/oxnr/repo-intel-demo)** — full example report generated from real GitHub data.\n\n## Example Report\n\nHere's what a repo-intel report looks like (real data from 2026-03-12):\n\n```\n## repo-intel Report: vercel/next.js\nPeriod: 2026-03-05 to 2026-03-12 (7 days)\n\n### Activity Summary\n- 99 commits (↓1% vs prior period)\n- 12 release(s): v16.2.0-canary.81 ... v16.2.0-canary.93\n- 100 total contributors\n- Issues: 10 opened, 18 closed (avg close: 2.8 days)\n- PRs: 100 opened, 25 merged\n- ⭐ 138,308 stars | 🍴 30,621 forks\n\n### Strategic Signals\n🔴 HIGH: 12 releases in period — rapid shipping cadence\n🔴 HIGH: 25 PRs merged — very high development throughput\n🟢 LOW: Issue backlog shrinking — strong bug-fixing focus\n\n### Recommendation\nAction required — Multiple high-priority signals detected for\nvercel/next.js. Investigate specific changes and assess competitive impact.\n```\n\n```\n## repo-intel Report: sveltejs/svelte\nPeriod: 2026-03-05 to 2026-03-12 (7 days)\n\n### Activity Summary\n- 25 commits (↓19% vs prior period)\n- 4 release(s): svelte@5.53.8, svelte@5.53.9, svelte@5.53.10, svelte@5.53.11\n- 100 total contributors\n- Issues: 16 opened, 15 closed (avg close: 1.9 days)\n- PRs: 32 opened, 25 merged\n- ⭐ 86,101 stars | 🍴 4,801 forks\n\n### Strategic Signals\n🔴 HIGH: 4 releases in period — rapid shipping cadence\n🔴 HIGH: 25 PRs merged — very high development throughput\n\n### Recommendation\nAction required — Multiple high-priority signals detected for\nsveltejs/svelte. Investigate specific changes and assess competitive impact.\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxnr%2Frepo-intel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxnr%2Frepo-intel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxnr%2Frepo-intel/lists"}