analyze_repo_for_resume
Analyze repository data to extract resume-worthy technical points and determine contribution level, enabling accurate resume bullet generation without fabricating metrics.
Instructions
从仓库客观数据提炼可用于简历的技术要点(不编造量化指标)。
什么时候该调用
fetch_repo_info 成功之后、generate_bullet_points 之前。
传入 github_username 以判定 contribution_level
(primary ≥50% / contributor 20–50% / minor <20% / unknown)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_info | Yes | ||
| target_role | No | ||
| github_username | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||