track-application

Manages the application process, tracks statuses, and handles follow-up. Use after sending an application and for updates.

$ 安裝

git clone https://github.com/IgorWarzocha/agentic-job-search-vault /tmp/agentic-job-search-vault && cp -r /tmp/agentic-job-search-vault/.opencode/skill/track-application ~/.claude/skills/agentic-job-search-vault

// tip: Run this command in your terminal to install the skill


name: track-application description: Manages the application process, tracks statuses, and handles follow-up. Use after sending an application and for updates.

Track Application

Step 1: Initialization

  1. Check if a tracker exists: /02-Applications/YYYY-MM/Company-Name/Application-tracker.md.
  2. If new, create using the template in references/templates.md.
  3. Log basic info: Company, Role, Date, Source.

Step 2: Status Updates

  1. Update status (Applied, Screening, Interview, Offer, Rejected).
  2. Log interactions in the "Communication Log".
  3. Record interview details (Date, People, Questions).

Step 3: Follow-up Management

  1. Schedule reminders:
    • 1 week post-application.
    • 2 weeks post-interview.
  2. Use templates from references/templates.md for emails.

Step 4: Analytics

  1. Generate weekly reports on active applications.
  2. Analyze conversion rates and rejection patterns.

Step 5: System Integration

  1. Update the main application dashboard.
  2. Sync dates with the calendar.