resume-importlisted
Install: claude install-skill zyw-Wayne/wei-resume
# resume-import
External data source importer that enriches state.json with social proof and additional evidence from developer platforms.
## Supported Sources and Commands
```
wei-resume import --github <username> # GitHub profile
wei-resume import --github <username> --depth full # Deep analysis (PRs/Issues)
wei-resume import --articles <url> # Tech blog homepage (all articles)
wei-resume import --article <url> # Single article
wei-resume import --patent <patent-number> # Patent by number
wei-resume import --paper <title> --doi <doi> # Academic paper
wei-resume import --feedback <file> # Peer review / performance review
wei-resume import --leetcode <username> # LeetCode profile
wei-resume import --stackoverflow <user-id> # Stack Overflow profile
wei-resume import --juejin <username> # Juejin (掘金) profile
```
## GitHub Profile Extraction (--github)
Extract the following from a GitHub profile:
- **Contribution heatmap**: total activity count, consistency score, longest consecutive streak
- **Top starred repos**: name, stars, forks, description, primary language
- **PRs to other projects**: target project name, PR count, merge rate
- **Issue discussion quality**: answers given, depth of engagement
- **Language distribution**: percentage breakdown across all repos
- **Organizations**: org memberships and roles
Default mode fetches public profile + top repos. `--depth