ats-integration
Integration with Applicant Tracking Systems and automated recruitment workflow management
What this skill does
# ATS Integration Skill
## Overview
The ATS Integration skill provides specialized capabilities for integrating with Applicant Tracking Systems and automating recruitment workflows. This skill enables seamless job requisition management, candidate tracking, interview scheduling, and compliance reporting across major ATS platforms.
## Capabilities
### Job Requisition Management
- Parse and standardize job requisitions across ATS platforms
- Create and update job postings
- Manage approval workflows
- Configure job board distribution
- Track requisition status and metrics
### Candidate Data Management
- Extract and normalize candidate data from multiple sources
- Generate ATS-compatible candidate profiles
- Manage candidate pipeline stages
- Track application sources and attribution
- Handle duplicate detection and merging
### Interview Scheduling
- Create structured interview scorecards and forms
- Configure interview stages and workflows
- Automate scheduling coordination
- Send interview reminders and confirmations
- Track interviewer availability
### Compliance and Reporting
- Support OFCCP/EEO compliance data collection
- Generate required disposition reports
- Track adverse impact metrics
- Maintain audit trails
- Configure consent and privacy settings
### Pipeline Analytics
- Build talent pipeline reports and metrics dashboards
- Track time-to-fill and time-to-hire
- Monitor source effectiveness
- Analyze conversion rates by stage
- Generate recruiter performance metrics
### Communication Automation
- Automate candidate status tracking
- Configure communication triggers
- Manage email templates
- Schedule follow-up sequences
- Track response rates
## Usage
### Job Requisition Setup
```javascript
const requisition = {
platform: 'greenhouse',
job: {
title: 'Senior Software Engineer',
department: 'Engineering',
location: 'Remote - US',
employmentType: 'Full-time',
hiringManager: '[email protected]',
description: 'Job description content...',
requirements: ['5+ years experience', 'Python expertise'],
compensation: {
min: 150000,
max: 200000,
currency: 'USD'
}
},
workflow: {
approvers: ['[email protected]', '[email protected]'],
interviewStages: ['Phone Screen', 'Technical', 'Onsite', 'Final'],
scorecardTemplate: 'engineering-scorecard'
}
};
```
### Candidate Pipeline Query
```javascript
const pipelineQuery = {
requisitionId: 'REQ-12345',
stages: ['Applied', 'Phone Screen', 'Technical'],
dateRange: {
start: '2026-01-01',
end: '2026-01-24'
},
filters: {
sources: ['LinkedIn', 'Referral'],
statuses: ['active']
},
metrics: ['conversionRate', 'avgTimeInStage', 'sourceEffectiveness']
};
```
## Process Integration
This skill integrates with the following HR processes:
| Process | Integration Points |
|---------|-------------------|
| full-cycle-recruiting.js | Requisition management, candidate tracking, scheduling |
| structured-interview-design.js | Scorecard creation, interview workflow |
| employer-branding-strategy.js | Job posting optimization, source tracking |
## Best Practices
1. **Data Standardization**: Ensure consistent field mapping across ATS platforms
2. **Compliance First**: Always enable EEO/OFCCP tracking for regulated employers
3. **Source Attribution**: Configure UTM tracking for accurate source reporting
4. **Workflow Automation**: Set up triggers for time-sensitive communications
5. **Regular Audits**: Review data quality and duplicate records monthly
6. **Integration Testing**: Test API connections before major recruiting campaigns
## Metrics and KPIs
| Metric | Description | Target |
|--------|-------------|--------|
| Time to Fill | Days from requisition open to offer acceptance | <45 days |
| Application Completion Rate | Started vs. completed applications | >80% |
| Source Quality | Offer rate by source | Track trends |
| Interview-to-Offer Ratio | Interviews conducted per offer made | 4:1 or better |
| Candidate NPS | Candidate experience score | >50 |
## Related Skills
- SK-002: Resume Screening (candidate evaluation)
- SK-003: Interview Questions (scorecard development)
- SK-004: Onboarding Workflow (post-hire handoff)
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.