基于 Claude Code 的求职申请自动化工作流(GitHub 5.7K+ 星)

Rohan Paul · @rohanpaul_ai · X·2026-07-06 15:17·57天前
AI 导读

有用户构建了一个基于 Claude Code 的求职申请自动化工作流,已在 GitHub 获 5.7K+ 星。该工作流包含 /setup/scrape/apply <url> 三个命令:/setup 通过简历、文档或面试回答构建详细个人档案;/scrape 搜索求职板、去重并按匹配度排名;/apply <url> 读取职位描述,与真实经历对比后生成定制简历和求职信。申请草稿生成后,Claude 智能体循环审查:一个撰写,另一个审阅,再由第一个修改。最终将简历和求职信编译为 PDF,并检查修复排版问题直到输出整洁。

Rohan Paul@rohanpaul_ai
65AI 编辑部评分,满分 100

基于 Claude Code 的求职申请自动化工作流(GitHub 5.7K+ 星)

2026-07-06 15:17· 57天前
AI 导读

有用户构建了一个基于 Claude Code 的求职申请自动化工作流,已在 GitHub 获 5.7K+ 星。该工作流包含 /setup/scrape/apply <url> 三个命令:/setup 通过简历、文档或面试回答构建详细个人档案;/scrape 搜索求职板、去重并按匹配度排名;/apply <url> 读取职位描述,与真实经历对比后生成定制简历和求职信。申请草稿生成后,Claude 智能体循环审查:一个撰写,另一个审阅,再由第一个修改。最终将简历和求职信编译为 PDF,并检查修复排版问题直到输出整洁。

Somebody built a Claude Code workflow that connects your profile, job posts, and application drafts. 5.7K+ Github stars.

a repeatable job-application machine with saved instructions, profile files, scraper tools, LaTeX templates, and review steps.

You first run /setup, which builds a detailed profile from your CV, documents, or interview answers.

Then /scrape searches job boards, removes duplicates, and ranks jobs by fit against your profile.

Then /apply <url> reads a job post, compares it with your real experience, and creates a tailored CV and cover letter.

It loops after drafting: one Claude agent writes, another reviews the draft, then the first revises it.

It also compiles the CV and cover letter as PDFs, checks layout problems, and fixes them until the output is clean.

来源:Rohan Paul· x.com