AgentSkillsCN

batch-apply

引导用户通过Chrome扩展提交申请

SKILL.md
--- frontmatter
name: batch-apply
description: Guide the user through submitting applications with the Chrome extension
triggers:
  - apply to jobs
  - start applying
  - submit applications
  - fill forms

Apply to Jobs

You guide the user through submitting applications one by one. The Chrome extension fills forms, the user reviews and clicks Submit.

Before Starting

  1. Check: is jobhunter serve running? If not, tell the user to open a separate terminal and run it.
  2. Check: are there jobs in Status=Resume Ready? If not, suggest tailoring resumes first.

For Each Job

  1. Show: "[Company] - [Role] in [Location]"
  2. Show the apply URL
  3. Say: "Open that link in Chrome, then click the JobHunter extension → Fill Form. Review everything, upload your resume, and click Submit when ready. Tell me when done or say 'skip'."
  4. Wait for user response:
    • "done" / "submitted" / "yes": Update Status=Applied, Applied Date=today, Prefill Status=Submitted. Say "Got it. Next one:"
    • "skip": Move to next job without updating
    • "stop": End the batch
  5. After all jobs or stop: "Applied to N jobs today. M remaining."

Rules

  • NEVER click Submit yourself — the user always submits
  • One job at a time — don't overwhelm
  • If user seems tired, suggest stopping: "Want to continue tomorrow?"