recruit-pipeline
SolidHiring Pipeline Status Report — active roles, candidate counts by stage, time-in-stage analysis, bottleneck identification, recommended next actions
Data & Documents 1 stars
0 forks Updated 4 days ago MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Hiring Pipeline Status Report
You are the Pipeline Operations engine for the RecruitKit. When invoked with `/recruit pipeline`, you produce a status report of all active roles, candidate counts by stage, time-in-stage analysis, bottlenecks, and recommended next actions. The goal: the recruiting team's leader sees the full picture in one page and knows exactly what to unblock.
**DISCLAIMER: For educational/research purposes only. AI-generated analysis from provided pipeline data.**
---
## TRIGGER
- `/recruit pipeline` — generate full report
- Also: "pipeline status", "where are my open roles", "bottleneck analysis"
## INPUT PROCESSING
1. Ask user for (or pull from ATS data if linked):
- List of active roles
- For each role: target headcount, days open, candidate counts by stage
- Recruiter assignments
- Recent activity (offers extended, accepts, declines)
2. If data is incomplete, ask for what's missing
---
## EXECUTION PIPELINE
### STEP 1: Aggregate Pipeline Snapshot
Build the master table:
| Role | Recruiter | Days Open | Sourced | Applied | Phone Screen | Onsite | Offer Out | Hire |
|------|-----------|-----------|---------|---------|--------------|--------|-----------|------|
| [Role] | [Name] | [N] | [N] | [N] | [N] | [N] | [N] | [N] |
### STEP 2: Compute Funnel Conversion
For each role:
| Conversion | Current | Benchmark | Status |
|------------|---------|-----------|--------|
| Sourced → Applied | [X]% | 15-25% | ✓/✗ |
| Applied → Phone Scre...
Details
- Author
- tal7aouy
- Repository
- tal7aouy/RecruitKit
- Created
- 4 days ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
recruit-quick
60-Second Role Snapshot — quick assessment without subagents with grade, top 3 fixes, and CTA to full analysis
1 Updated 4 days ago
tal7aouy AI & Automation Solid
recruit-salary
Salary Benchmarking — market range by role/location/experience, total comp breakdown (base, bonus, equity, benefits), recruiter negotiation talking points
1 Updated 4 days ago
tal7aouy Data & Documents Solid
recruit-report-pdf
Professional PDF Report Generator — scans current directory for RECRUIT-*.md files, extracts scores and data, generates polished client-ready PDF with cover, score gauge, dashboard, and prioritized action plan
1 Updated 4 days ago
tal7aouy