upstream-recon
3
总安装量
2
周安装量
#60559
全站排名
安装命令
npx skills add https://github.com/oss-skills/upstream-recon --skill upstream-recon
Agent 安装分布
openclaw
2
claude-code
2
codex
2
kimi-cli
2
gemini-cli
2
cursor
2
Skill 文档
Upstream Recon
Investigate a repo’s culture and existing threads before interacting. Prevents duplicate issues, wasted PR effort, and uninformed comments.
Arguments: <owner/repo> [topic-keyword]
Procedure
Use gh CLI throughout. Run independent queries in parallel.
- Repo metadata â stars, forks, license, last push date, archived status
- Top 10 contributors â commit counts. Is it one person with 90%+ commits?
- Existing issues search â search open AND closed issues for the topic keyword. Check for duplicates, prior art, and maintainer responses. Report what was found.
- Recent 30 PRs (all states) â get the lay of the land
- Merged PRs (last 20) â who merges them? How fast? What types get accepted?
- Closed-without-merge PRs (last 50, filter
mergedAt == null) â deep-dive 2-3 notable rejections: read comments for maintainer reasoning - Open PRs â how many sit with 0 reviews? For how long?
- Topic deep-dive (if keyword given) â read comments on 2-3 most relevant existing issues/PRs to understand maintainer sentiment and community workarounds
Analysis Dimensions
- Governance: Solo maintainer / small team / community-driven
- External PR reception: Welcoming / selective (bugs yes, features no) / closed shop
- Issue responsiveness: How fast do maintainers respond to issues? Do they engage or auto-close?
- Merge velocity: Days from open to merge for external contributors
- Rejection patterns: Ghosted? “Building it myself”? “File issue first”? Bot auto-closed?
- Topic overlap: Has this been attempted or discussed before? Active workarounds?
Recommendation
End the report with one of:
- MERGE-LIKELY â project merges external feature PRs, no competing work, maintainer receptive
- MERGE-UNLIKELY â maintainer builds features themselves, similar PRs closed/ignored, feature contradicts direction
- FILE-ISSUE-FIRST â feature not yet discussed, maintainer is selective but responsive to issues, gauge interest before coding
- COMMENT-ON-EXISTING â existing issue/PR already covers this, add your workaround or +1 there instead
- DUPLICATE-EXISTS â exact issue already filed, do not create another
Include concrete next steps (e.g., “comment on #13738 with your workaround”, “start with a bug fix PR to build credibility”, “file an issue referencing #189”, “fork and maintain independently”).