Skip to main content

resume-screener

Screen resumes against a job description. Scores candidates on qualification alignment, experience match, and fit. Use when HR uploads resumes for a job opening.

설치로 이동

소스 정보

저장소
redhat-et/docsclaw
최근 소스 활동
2026년 4월 14일 02:42
감지된 SKILL.md 언어
영어
스타
2
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
resume-screener
description
Screen resumes against a job description. Scores candidates on qualification alignment, experience match, and fit. Use when HR uploads resumes for a job opening.
license
Apache-2.0
metadata
{"author":"Red Hat ET","category":"human-resources"}
# Resume screener skill When asked to screen or grade resumes against a job description: 1. Use `read_file` to read the job description document first 2. Extract the key requirements: - **Required qualifications** (must-have skills, certifications) - **Preferred experience** (years, domains, technologies) - **Cultural fit indicators** (leadership style, collaboration) 3. For each resume: - Use `read_file` to read the resume - Score on a 1-10 scale for each category: - **Qualification alignment**: how well required skills match - **Experience match**: relevance and depth of experience - **Fit**: alignment with role expectations and culture - Compute a weighted overall score (qualifications 40%, experience 35%, fit 25%) - Write a one-paragraph justification 4. Produce the final output as a ranked table: | Rank | Candidate | Overall | Quals | Exp | Fit | Justification | |------|-----------|---------|-------|-----|-----|---------------| 5. If there are more than 20 candidates, also provide a short list of the top 20 with a recommendation paragraph for each 6. Use `write_file` to save the results if requested ## Important guidelines - Never disqualify candidates based on protected characteristics - Flag gaps or concerns rather than making binary accept/reject decisions — the recruiter makes the final call - If a resume is in a format you cannot parse, note it as "unreadable" with the filename and move to the next - When qualifications are ambiguous (e.g., "5+ years" vs "4 years 11 months"), give the candidate the benefit of the doubt
GitHub에서 보기