← Back to list

job-search-helper
by rshaham
⭐ 2🍴 0📅 Jan 24, 2026
SKILL.md
name: job-search-helper description: Help with job search tasks like analyzing JDs, comparing jobs, understanding requirements, or preparing for interviews
Job Search Assistant
When helping with job search tasks, use the patterns established in src/utils/prompts.ts.
JD Analysis
- Parse job descriptions to extract company, title, requirements, nice-to-haves
- Identify key skills and experience levels
- Note salary and job type (remote/hybrid/onsite)
- Use
JD_ANALYSIS_PROMPTpattern for structured extraction
Resume Matching
- Compare candidate skills against JD requirements
- Identify gaps and strengths with specific evidence
- Suggest ways to position experience
- Use
RESUME_GRADING_PROMPTpattern for scoring
Cover Letter Generation
- Match tone to company culture
- Highlight relevant experience from resume
- Include honesty guidelines - never fabricate
- Use
COVER_LETTER_PROMPTpattern
Interview Prep
- Generate likely behavioral questions (STAR format)
- Prepare technical discussion points
- Suggest questions to ask interviewer
- Use
INTERVIEW_PREP_PROMPTandQA_SYSTEM_PROMPTpatterns
Resume Tailoring
- Use
AUTO_TAILOR_PROMPTfor initial tailoring - Use
REFINE_RESUME_SYSTEM_PROMPTfor iterative refinement - Never fabricate - only reframe existing experience
- Apply learned improvements from previous tailoring sessions
Key Files
src/utils/prompts.ts- All prompt templatessrc/services/ai.ts- AI integration (callAI function)src/types/index.ts- Job, JobSummary, ResumeAnalysis types
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon