Auto-deploy: 2026-05-17 02:14:05
This commit is contained in:
49
prompts.js
49
prompts.js
@@ -112,47 +112,28 @@ Respond EXACTLY:
|
||||
## NEW BULLET POINTS TO ADD
|
||||
- [2-3 new achievement bullets ready to paste into CV — in English]`;
|
||||
|
||||
P.qa = `You are a career coach. Generate ready-to-paste application answers.
|
||||
IMPORTANT: ALL answers MUST be in English regardless of the job posting language.
|
||||
const dynamicQuestions = job.questions && job.questions.length > 0
|
||||
? 'Answer THESE specific application questions:\n' + job.questions.map((q, i) => `${i + 1}. ${q.question}`).join('\n')
|
||||
: 'Answer these common application questions:\n1. Why are you interested in this role?\n2. What is your relevant experience?\n3. What are your salary expectations?\n4. When can you start?\n5. Do you require visa sponsorship?';
|
||||
|
||||
P.qa = `You are a career coach.
|
||||
IMPORTANT: ALL answers MUST be in English. Be highly concise (1 sentence max for text inputs, Yes/No for radio inputs).
|
||||
|
||||
${prof}
|
||||
|
||||
JOB:
|
||||
${ctx}
|
||||
|
||||
Generate answers for ALL:
|
||||
${dynamicQuestions}
|
||||
|
||||
## 1. Why are you interested in this role?
|
||||
[3-4 sentences specific to ${co} and this role — in English]
|
||||
|
||||
## 2. Why ${co}?
|
||||
[2-3 sentences referencing something specific about the company]
|
||||
|
||||
## 3. Relevant experience
|
||||
[4-5 sentences — most relevant achievements for this role]
|
||||
|
||||
## 4. Expected salary
|
||||
[Competitive range for ${loc} market — USD and local currency]
|
||||
|
||||
## 5. When can you start?
|
||||
Available immediately or within 2 weeks.
|
||||
|
||||
## 6. Visa sponsorship needed?
|
||||
Based in Jordan. Open to relocation. Willing to process visa requirements.
|
||||
|
||||
## 7. Notice period
|
||||
Available immediately — currently seeking new opportunities.
|
||||
|
||||
## 8. Willing to relocate?
|
||||
Yes, open to ${loc} and broader Middle East.
|
||||
|
||||
## 9. Why are you the best candidate?
|
||||
[3-4 sentences — unique differentiators for THIS role]
|
||||
|
||||
## 10. Key technology experience
|
||||
[Identify top 2-3 technologies from the job description and write specific answers about my experience]
|
||||
|
||||
RULES: ALL answers in English. Ready to paste. No brackets. Concise. Use numbers.`;
|
||||
RETURN EXACTLY A RAW JSON OBJECT where keys are the exact questions above and values are your concise answers.
|
||||
Do NOT use markdown code blocks like \`\`\`json. Just return the raw JSON.
|
||||
Example:
|
||||
{
|
||||
"Have you completed the following level of education: Bachelor's Degree?": "Yes",
|
||||
"How many years of work experience do you have with Infrastructure?": "6",
|
||||
"Why are you interested in this role?": "My background in mapping perfectly aligns with your needs."
|
||||
}`;
|
||||
|
||||
P.benefits = `You are a career analyst specializing in tech compensation in MENA.
|
||||
IMPORTANT: Respond ENTIRELY in English regardless of the job posting language.
|
||||
|
||||
Reference in New Issue
Block a user