Loading...
Loading...
Compare original and translation side by side
review-scraperchampions.csvreview-scraperchampions.csvchampion_tracker.pychampion_tracker.pyAPIFY_API_TOKEN.envnamelinkedin_urloriginal_companyoriginal_titleemailsourcenotes.envAPIFY_API_TOKENnamelinkedin_urloriginal_companyoriginal_titleemailsourcenotesundefinedundefined
**Check for job changes** (subsequent runs):
```bash
**检查工作变动**(后续运行):
```bash
**View status**:
```bash
python3 skills/champion-tracker/scripts/champion_tracker.py status
**查看状态**:
```bash
python3 skills/champion-tracker/scripts/champion_tracker.py status| Column | Description |
|---|---|
| champion_name | Full name |
| linkedin_url | LinkedIn profile URL |
| previous_company | Company at baseline |
| previous_title | Title at baseline |
| new_company | Current company (changed) |
| new_title | Current title |
| change_detected_date | Date this check was run |
| position_start_date | When they started the new role |
| days_since_change | Days since new position started |
| icp_score | 0-4 ICP qualification score |
| icp_verdict | Strong Fit / Good Fit / Possible Fit / Weak Fit |
| icp_notes | Scoring breakdown |
| Email if available | |
| notes | Original notes from champion CSV |
| 列名 | 描述 |
|---|---|
| champion_name | 全名 |
| linkedin_url | LinkedIn个人主页链接 |
| previous_company | 基准快照中的原公司 |
| previous_title | 基准快照中的原职位 |
| new_company | 当前所在的新公司(已变动) |
| new_title | 当前职位 |
| change_detected_date | 本次检测的执行日期 |
| position_start_date | 新职位的入职日期 |
| days_since_change | 入职新职位的天数 |
| icp_score | 0-4分的ICP匹配度评分 |
| icp_verdict | 强匹配/良好匹配/可能匹配/弱匹配 |
| icp_notes | 评分明细 |
| (若有)邮箱地址 | |
| notes | 来自拥护者CSV文件的原始备注 |
| Signal | Points | What it checks |
|---|---|---|
| B2B signal | 1.0 | Title contains sales/SDR/revenue/growth keywords |
| Outbound motion | 1.0 | Sales leadership title (VP Sales, Head of Growth, etc.) |
| Company size | 1.0 / 0.5 | SMB/mid-market = 1.0; unknown = 0.5 benefit-of-doubt |
| Seniority | 1.0 | VP, Director, Head of, C-level, Founder |
| 评分项 | 分值 | 检测内容 |
|---|---|---|
| B2B信号 | 1.0 | 职位名称包含销售/SDR/营收/增长等关键词 |
| outbound拓展潜力 | 1.0 | 销售领导层职位(如销售副总裁、增长负责人等) |
| 公司规模 | 1.0 / 0.5 | 中小企业/中型市场=1.0;规模未知=0.5(给予容错分) |
| 职位层级 | 1.0 | 副总裁、总监、负责人、高管、创始人层级 |
--dry-run--dry-runskills/champion-tracker/
SKILL.md # This file
scripts/
champion_tracker.py # Main CLI script
input/
champions_template.csv # Template for manual additions
snapshots/ # Created at runtime
baseline.json # Latest full snapshot
archive/ # Timestamped copies
output/ # Created at runtime
changes-YYYY-MM-DD.csv # Generated outputskills/champion-tracker/
SKILL.md # 本文档
scripts/
champion_tracker.py # 主CLI脚本
input/
champions_template.csv # 手动添加数据的模板文件
snapshots/ # 运行时自动创建
baseline.json # 最新的完整快照
archive/ # 带时间戳的历史快照副本
output/ # 运行时自动创建
changes-YYYY-MM-DD.csv # 生成的输出文件LinkedInEnricherskills/lead-qualification/scripts/enrich_leads.pyrequestsAPIFY_API_TOKENskills/lead-qualification/scripts/enrich_leads.pyLinkedInEnricherrequestsAPIFY_API_TOKEN