resume-screening
Intelligent resume parsing and candidate screening with bias-reduction capabilities
What this skill does
# Resume Parsing and Screening Skill
## Overview
The Resume Parsing and Screening skill provides intelligent resume analysis and candidate evaluation capabilities. This skill enables structured data extraction, skills matching, fit scoring, and bias-reduction through standardized evaluation methods.
## Capabilities
### Resume Parsing
- Parse resumes in multiple formats (PDF, Word, text)
- Extract structured data (skills, experience, education)
- Normalize job titles and company names
- Handle international formats and languages
- Process LinkedIn profiles and portfolios
### Skills Matching
- Match candidates against job requirements
- Map candidate skills to role competencies
- Identify transferable skills
- Calculate skills gap analysis
- Suggest development areas
### Fit Scoring
- Calculate fit scores based on configurable criteria
- Weight experience vs. skills vs. education
- Apply minimum threshold filters
- Generate comparative rankings
- Provide score explanations
### Red Flag Detection
- Detect potential red flags (gaps, inconsistencies)
- Flag employment tenure concerns
- Identify career trajectory issues
- Note credential verification needs
- Surface information inconsistencies
### Candidate Summaries
- Generate candidate summaries for hiring managers
- Create comparison matrices
- Highlight strengths and development areas
- Summarize relevant experience
- Note cultural fit indicators
### Bias Reduction
- Support bias-reduction through standardized evaluation
- Remove identifying information for blind review
- Apply consistent scoring criteria
- Track demographic patterns in screening
- Generate diversity pipeline reports
## Usage
### Resume Parsing
```javascript
const parseConfig = {
format: 'auto-detect',
extractFields: [
'contact',
'experience',
'education',
'skills',
'certifications'
],
normalization: {
titles: true,
companies: true,
skills: 'standard-taxonomy'
},
redFlagRules: {
maxGapMonths: 12,
minTenureMonths: 12,
flagJobHopping: true
}
};
```
### Candidate Scoring
```javascript
const scoringCriteria = {
jobRequirements: {
requiredSkills: ['Python', 'SQL', 'Machine Learning'],
preferredSkills: ['AWS', 'Spark', 'Docker'],
minExperienceYears: 5,
education: {
required: 'Bachelors',
preferredFields: ['Computer Science', 'Data Science']
}
},
weights: {
requiredSkills: 40,
preferredSkills: 20,
experience: 25,
education: 15
},
thresholds: {
autoAdvance: 80,
review: 60,
autoReject: 40
}
};
```
## Process Integration
This skill integrates with the following HR processes:
| Process | Integration Points |
|---------|-------------------|
| full-cycle-recruiting.js | Candidate screening, ranking |
| structured-interview-design.js | Interview focus areas |
## Best Practices
1. **Consistent Criteria**: Apply the same scoring criteria to all candidates
2. **Regular Calibration**: Review scoring outcomes for consistency
3. **Bias Monitoring**: Track outcomes by demographic groups
4. **Human Review**: Use AI scoring as input, not final decision
5. **Transparency**: Be prepared to explain scoring rationale
6. **Skills Updates**: Regularly update skills taxonomies
## Metrics and KPIs
| Metric | Description | Target |
|--------|-------------|--------|
| Screening Accuracy | Correlation with interview performance | >0.7 |
| Time to Screen | Minutes per resume | <5 min |
| Adverse Impact | Score distribution across groups | No significant difference |
| False Positive Rate | Low-fit candidates advanced | <15% |
| False Negative Rate | High-fit candidates rejected | <10% |
## Related Skills
- SK-001: ATS Integration (candidate sourcing)
- SK-003: Interview Questions (evaluation continuity)
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.