Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

applicant-screening申请人筛选

Agent Skill

applicant-screening 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,341

周安装

642

GitHub Stars

89

下载量

8,909
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:applicant-screening(申请人筛选)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/applicant-screening
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill 'Applicant Screening'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill 'Applicant Screening'

简介

帮助筛选求职者简历,匹配岗位需求并评分排序。

  • 适用于批量评估候选人,区分必备条件与加分项,标记潜在风险。
  • 支持单份或多份简历处理,可自定义评分规则和筛选标准。
  • 需用户提供明确岗位要求,避免偏见或过度依赖 AI 判断。
  • applicant-screening 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Applicant Screening

Screen job applications against role requirements to identify top candidates efficiently.

Overview

This skill helps you:

  • Evaluate resumes against job requirements
  • Score candidates consistently
  • Identify must-have vs. nice-to-have qualifications
  • Flag potential concerns
  • Rank applicants for interviews

How to Use

Single Candidate

"Screen this resume against our [Job Title] requirements"
"Evaluate this application for the [Position] role"

Batch Screening

"Screen these 10 applications for the Senior Developer position"
"Rank these candidates based on our requirements"

With Criteria

"Screen for: 5+ years Python, AWS experience required, ML nice-to-have"

Screening Framework

Requirements Matrix

## Job Requirements: [Position]

### Must-Have (Required)
| Requirement | Weight | Criteria |
|-------------|--------|----------|
| [Skill 1] | 20% | [X] years experience |
| [Skill 2] | 15% | [Certification/level] |
| [Education] | 10% | [Degree type] |
| [Experience] | 25% | [Industry/role type] |

### Nice-to-Have (Preferred)
| Requirement | Bonus | Criteria |
|-------------|-------|----------|
| [Skill 3] | +5pts | [Description] |
| [Skill 4] | +5pts | [Description] |
| [Trait] | +3pts | [Indicator] |

### Disqualifiers
- [ ] No work authorization
- [ ] Below minimum experience
- [ ] Missing required certification
- [ ] Salary expectation mismatch

Output Formats

Individual Screening Report

# Candidate Screening: [Name]

## Quick Summary
| Attribute | Value |
|-----------|-------|
| **Position** | [Job Title] |
| **Score** | [X]/100 |
| **Recommendation** | 🟢 Interview / 🟡 Maybe / 🔴 Pass |

## Candidate Profile
- **Name**: [Full Name]
- **Location**: [City, State]
- **Current Role**: [Title] at [Company]
- **Total Experience**: [X] years
- **Education**: [Degree, School]

## Requirements Match

### Must-Have Requirements
| Requirement | Met? | Evidence | Score |
|-------------|------|----------|-------|
| [5+ years Python] | ✅ | 7 years at 2 companies | 20/20 |
| [AWS experience] | ✅ | AWS Certified, 3 years | 15/15 |
| [Bachelor's CS] | ✅ | BS Computer Science, MIT | 10/10 |
| [Team lead exp] | ⚠️ | Led 2-person team | 5/10 |

**Must-Have Score**: [X]/[Total]

### Nice-to-Have
| Requirement | Met? | Evidence | Bonus |
|-------------|------|----------|-------|
| [ML experience] | ✅ | Built recommendation system | +5 |
| [Startup exp] | ✅ | 2 early-stage startups | +5 |
| [Open source] | ❌ | Not mentioned | 0 |

**Nice-to-Have Bonus**: +[X] points

## Strengths 💪
1. [Strength 1 with evidence]
2. [Strength 2 with evidence]
3. [Strength 3 with evidence]

## Concerns ⚠️
1. [Concern 1 - question to ask in interview]
2. [Concern 2 - what to verify]

## Red Flags 🚩
- [If any - employment gaps, inconsistencies, etc.]

## Interview Questions
Based on this candidate's profile, consider asking:
1. [Question about specific experience]
2. [Question about concern area]
3. [Question about growth potential]

## Overall Assessment
[2-3 sentence summary of fit]

**Final Score**: [X]/100
**Recommendation**: [Interview / Phone Screen / Pass]
**Priority**: [High / Medium / Low]

Batch Ranking Report

# Applicant Ranking: [Position]

**Date**: [Date]
**Total Applications**: [X]
**Reviewed**: [X]

## Summary
| Category | Count | % |
|----------|-------|---|
| 🟢 Strong Interview | [X] | [%] |
| 🟡 Phone Screen | [X] | [%] |
| 🔵 Maybe/Hold | [X] | [%] |
| 🔴 Not a Fit | [X] | [%] |

## Top Candidates

### 🥇 Tier 1: Strong Interview (Score 80+)

| Rank | Name | Score | Key Strengths | Concerns |
|------|------|-------|---------------|----------|
| 1 | [Name] | 92 | [Strengths] | [Concerns] |
| 2 | [Name] | 88 | [Strengths] | [Concerns] |
| 3 | [Name] | 85 | [Strengths] | [Concerns] |

### 🥈 Tier 2: Phone Screen (Score 65-79)

| Rank | Name | Score | Key Strengths | Gap to Address |
|------|------|-------|---------------|----------------|
| 4 | [Name] | 75 | [Strengths] | [Gap] |
| 5 | [Name] | 72 | [Strengths] | [Gap] |

### 🥉 Tier 3: Maybe/Hold (Score 50-64)

| Name | Score | Reason for Hold |
|------|-------|-----------------|
| [Name] | 58 | [Reason] |

### ❌ Not Proceeding (Score <50)

| Name | Score | Primary Reason |
|------|-------|----------------|
| [Name] | 45 | Missing required [X] |
| [Name] | 38 | Below minimum experience |

## Insights

### Applicant Pool Quality
[Assessment of overall pool quality]

### Common Strengths
- [Frequently seen strength]
- [Frequently seen strength]

### Common Gaps
- [What most candidates lack]
- [Skill shortage in pool]

### Recommendations
1. [Action for top candidates]
2. [Suggestion for sourcing if pool weak]

Scoring Rubric

Experience Scoring

YearsEntryMidSeniorLead
0-110/103/100/100/10
2-38/107/103/100/10
4-55/1010/107/103/10
6-83/108/1010/107/10
9+0/105/1010/1010/10

Education Scoring

LevelTechnical RoleNon-Technical
PhD10/108/10
Master's9/109/10
Bachelor's8/1010/10
Associate's5/107/10
Bootcamp6/10N/A
Self-taught4/10N/A

Best Practices

Fair Screening

  • Focus on job-related criteria only
  • Ignore protected characteristics
  • Use consistent scoring
  • Document decisions
  • Consider diverse backgrounds

Bias Awareness

  • Name/gender bias: Focus on qualifications
  • Affinity bias: Diverse interview panels
  • Confirmation bias: Score before gut feeling
  • Halo effect: Evaluate each criterion separately

Legal Considerations

  • Only use job-relevant criteria
  • Apply standards consistently
  • Keep screening records
  • Have HR review process
  • Consider adverse impact

Limitations

  • Cannot verify employment history
  • May miss context from non-traditional backgrounds
  • Scoring is guidance, not absolute
  • Cannot assess cultural fit or soft skills fully
  • Human judgment essential for final decisions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.38%
按下载量换算3,241

Claude

28.5%
按下载量换算2,539

Cursor

18.34%
按下载量换算1,634

Gemini CLI

8.87%
按下载量换算790

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills