{"id":1634,"date":"2025-09-10T16:24:11","date_gmt":"2025-09-10T16:24:11","guid":{"rendered":"https:\/\/makeaiprompt.com\/blog\/ai-prompt-for-automated-resume-screening-and-candidate-shortlisting\/"},"modified":"2025-09-10T16:24:11","modified_gmt":"2025-09-10T16:24:11","slug":"ai-prompt-for-automated-resume-screening-and-candidate-shortlisting","status":"publish","type":"post","link":"https:\/\/makeaiprompt.com\/blog\/ai-prompt-for-automated-resume-screening-and-candidate-shortlisting\/","title":{"rendered":"AI Prompt for Automated Resume Screening and Candidate Shortlisting"},"content":{"rendered":"<div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div><div style=\"padding:20px;border-radius:8px;margin-bottom:20px;\">\n<h3 style=\"margin-top:0;\">About Prompt<\/h3>\n<ul style=\"list-style: none; padding: 0;\">\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Prompt Type<\/strong> &#8211; Dynamic<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Prompt Platform<\/strong> &#8211; ChatGPT, Grok, Deepseek, Gemini, Copilot, Midjourney, Meta AI and more<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Niche<\/strong> &#8211; Talent Acquisition<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Language<\/strong> &#8211; English<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Category<\/strong> &#8211; Recruitment Automation<\/li>\n<li style=\"margin:8px 0;padding:8px;border-radius:4px;box-shadow:0 1px 3px rgba(255, 255, 255, 1);\"><strong>Prompt Title<\/strong> &#8211; AI Prompt for Automated Resume Screening and Candidate Shortlisting<\/li>\n<\/ul>\n<\/div>\n<h3 style=\"margin-top:0;\">Prompt Details <\/h3>\n<div id=\"promptContent\">## AI-Powered Resume Screening and Candidate Shortlisting Prompt<\/p>\n<p>This prompt is designed for automated resume screening and candidate shortlisting, enabling efficient talent acquisition through recruitment automation.  It is dynamic and compatible across various AI platforms.<\/p>\n<p>**Input Variables:**<\/p>\n<p>* **`job_description`**: (Required) A detailed description of the job opening, including responsibilities, required skills, qualifications, and preferred experience.  This should be as comprehensive as possible, including keywords and phrases relevant to the role.  Example: &#8220;Senior Software Engineer with 5+ years of experience in Java and Spring Boot, expertise in cloud technologies like AWS, and a proven track record of leading agile development teams.&#8221;<br \/>\n* **`resume_text`**: (Required) The plain text extracted from a candidate&#8217;s resume.  Ensure proper formatting is preserved to the extent possible during text extraction.<br \/>\n* **`essential_skills`**: (Required) A comma-separated list of essential skills required for the role. This list should refine the skills mentioned in the job description and highlight the absolute must-haves. Example: &#8220;Java, Spring Boot, AWS, Agile Development&#8221;<br \/>\n* **`desired_skills`**: (Optional) A comma-separated list of desired, but not mandatory, skills.  Example: &#8220;Microservices, Docker, Kubernetes&#8221;<br \/>\n* **`years_of_experience`**: (Optional) The minimum required years of experience for the role. Example: &#8220;5&#8221;<br \/>\n* **`industry`**: (Optional)  The industry the role belongs to.  Example: &#8220;Information Technology&#8221;<br \/>\n* **`seniority_level`**: (Optional) The seniority level of the role. Example: &#8220;Senior&#8221;<br \/>\n* **`scoring_weights`**: (Optional)  A JSON object defining weights for different criteria. This allows customization of the scoring process. Default weights are applied if not provided.  Example: `{&#8220;essential_skills&#8221;: 0.5, &#8220;desired_skills&#8221;: 0.2, &#8220;years_of_experience&#8221;: 0.1, &#8220;industry_experience&#8221;: 0.1, &#8220;overall_match&#8221;: 0.1}`<\/p>\n<p>**Output:**<\/p>\n<p>The output should be a JSON object with the following structure:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;candidate_score&#8221;: <float between 0 and 1>,<br \/>\n  &#8220;matching_skills&#8221;: <list of matched skills from the resume>,<br \/>\n  &#8220;missing_essential_skills&#8221;: <list of missing essential skills>,<br \/>\n  &#8220;years_of_experience_match&#8221;: <boolean (true if matches, false otherwise)>,<br \/>\n  &#8220;industry_experience_match&#8221;: <boolean (true if matches, false otherwise)>,<br \/>\n  &#8220;overall_match&#8221;: <string: \"strong_match\", \"moderate_match\", \"weak_match\", \"no_match\">,<br \/>\n  &#8220;rationale&#8221;: <string explaining the scoring and matching results><br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**Prompt Instructions:**<\/p>\n<p>1. **Analyze the `job_description` and `resume_text`**: Thoroughly analyze both inputs to identify the candidate&#8217;s skills, experience, and qualifications.<br \/>\n2. **Skill Matching**: Compare the candidate&#8217;s skills listed in the `resume_text` with the `essential_skills` and `desired_skills` provided.  Identify exact and partial matches, considering synonyms and related terms.<br \/>\n3. **Experience Matching**:  Evaluate the candidate&#8217;s experience based on the `years_of_experience`, `industry`, and `seniority_level` provided. Infer experience from job titles, descriptions, and durations mentioned in the `resume_text`.<br \/>\n4. **Scoring**: Calculate a `candidate_score` between 0 and 1 based on the matching results. Use the provided `scoring_weights` to prioritize different criteria. If `scoring_weights` are not provided, use the following defaults: `{&#8220;essential_skills&#8221;: 0.4, &#8220;desired_skills&#8221;: 0.2, &#8220;years_of_experience&#8221;: 0.2, &#8220;industry_experience&#8221;: 0.1, &#8220;overall_match&#8221;: 0.1}`.<br \/>\n5. **Overall Match Classification**: Classify the overall match as &#8220;strong_match&#8221;, &#8220;moderate_match&#8221;, &#8220;weak_match&#8221;, or &#8220;no_match&#8221; based on the `candidate_score` and the presence\/absence of essential skills.  Consider a candidate a &#8220;no_match&#8221; if they are missing any `essential_skills`.<br \/>\n6. **Rationale Generation**: Provide a concise `rationale` explaining the scoring and matching results. Include specific examples from the `resume_text` that support the evaluation.<\/p>\n<p>**Example Usage:**<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;job_description&#8221;: &#8220;Senior Software Engineer with 5+ years of experience in Java and Spring Boot&#8230;&#8221;,<br \/>\n  &#8220;resume_text&#8221;: &#8220;Experienced Software Engineer with 7 years of experience in Java, Spring, and AWS&#8230;&#8221;,<br \/>\n  &#8220;essential_skills&#8221;: &#8220;Java, Spring Boot, AWS&#8221;,<br \/>\n  &#8220;desired_skills&#8221;: &#8220;Microservices, Docker&#8221;,<br \/>\n  &#8220;years_of_experience&#8221;: &#8220;5&#8221;,<br \/>\n  &#8220;industry&#8221;: &#8220;Information Technology&#8221;,<br \/>\n  &#8220;scoring_weights&#8221;: {&#8220;essential_skills&#8221;: 0.5, &#8220;desired_skills&#8221;: 0.2, &#8230;}<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>This dynamic prompt allows for flexible and precise resume screening, facilitating efficient candidate shortlisting and improving the overall talent acquisition process.  By adjusting the input variables and scoring weights, recruiters can tailor the screening process to specific job requirements and organizational needs.\n<\/p><\/div>\n<div style=\"margin-top: 40px; text-align: center;\"><button class=\"copyPostContent\" id=\"copyPostContent\">\ud83d\udccb Copy Prompt<\/button><\/div>\n<div class=\"ai-buttons\"><a href=\"https:\/\/makeaiprompt.com\">Create Your Own Prompts<\/a><a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\">View All Prompts<\/a><a href=\"https:\/\/makeaiprompt.com\/top-ai-tools\">Top AI Tools<\/a><a href=\"https:\/\/chatgpt.com\/\" target=\"_blank\" rel=\"noopener\">Try on ChatGPT<\/a><a href=\"https:\/\/gemini.google.com\/app\" target=\"_blank\" rel=\"noopener\">Try on Gemini<\/a><a href=\"https:\/\/aistudio.google.com\" target=\"_blank\" rel=\"noopener\">Try on Google AI Studio<\/a><a href=\"https:\/\/grok.com\" target=\"_blank\" rel=\"noopener\">Try on Grok<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>AI Prompt for Automated Resume Screening and Candidate Shortlisting: `job_description`: (Required) A detailed description of the job opening, including&#8230;<\/p>\n","protected":false},"author":4,"featured_media":1633,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3,7,5,6,4,26,8,1,25],"tags":[],"class_list":["post-1634","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-chatgpt-prompts","category-copilot-prompts","category-deepseek-prompts","category-gemini-prompts","category-grok-prompts","category-meta-ai-prompts","category-midjourney-prompts","category-prompts","category-veo-prompts"],"jetpack_featured_media_url":"https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting.jpg","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"rttpg_featured_image_url":{"full":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting.jpg",1200,630,false],"landscape":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting.jpg",1200,630,false],"portraits":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting.jpg",1200,630,false],"thumbnail":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting-150x150.jpg",150,150,true],"medium":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting-300x158.jpg",300,158,true],"large":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting-1024x538.jpg",1024,538,true],"1536x1536":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting.jpg",1200,630,false],"2048x2048":["https:\/\/makeaiprompt.com\/blog\/wp-content\/uploads\/2025\/09\/AI-Prompt-for-Automated-Resume-Screening-and-Candidate-Shortlisting.jpg",1200,630,false]},"rttpg_author":{"display_name":"AIPrompts","author_link":"https:\/\/makeaiprompt.com\/blog\/author\/aiprompts\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/chatgpt-prompts\/\" rel=\"category tag\">ChatGPT Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/copilot-prompts\/\" rel=\"category tag\">Copilot Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/deepseek-prompts\/\" rel=\"category tag\">Deepseek Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/gemini-prompts\/\" rel=\"category tag\">Gemini Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/grok-prompts\/\" rel=\"category tag\">Grok Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/meta-ai-prompts\/\" rel=\"category tag\">Meta AI Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/midjourney-prompts\/\" rel=\"category tag\">Midjourney Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/\" rel=\"category tag\">Prompts<\/a> <a href=\"https:\/\/makeaiprompt.com\/blog\/category\/prompts\/veo-prompts\/\" rel=\"category tag\">Veo Prompts<\/a>","rttpg_excerpt":"AI Prompt for Automated Resume Screening and Candidate Shortlisting: `job_description`: (Required) A detailed description of the job opening, including...","_links":{"self":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/posts\/1634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/comments?post=1634"}],"version-history":[{"count":0,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/posts\/1634\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/media\/1633"}],"wp:attachment":[{"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/media?parent=1634"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/categories?post=1634"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/makeaiprompt.com\/blog\/wp-json\/wp\/v2\/tags?post=1634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}