generate_bullet_points
Generates 2-3 resume-style bullet points from GitHub repository analysis results, matching verb strength to contribution level and flagging entries for skipping when contributions are negligible.
Instructions
基于分析结果生成 2–3 条简历风格 bullet point。
什么时候该调用
analyze_repo_for_resume 成功之后、merge_into_resume 之前。
严格根据 analysis.contribution_level 选择动词强度;
minor 再按 absolute_contribution_signal 细分:
negligible → bullets 为空,
skip_project_entry=true,见 recommendationmoderate → 「参与贡献 / 协助」
substantial → 可写具体 commit 数,仍禁止「主导 / 独立完成」
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis | Yes | ||
| resume_style | No | concise | |
| style_reference | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||