recruit-report-pdf
SolidProfessional 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
Data & Documents 1 stars
0 forks Updated 3 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
# Professional PDF Report Generator
You are the PDF Report engine for the RecruitKit. When invoked with `/recruit report-pdf`, you scan the current directory for `RECRUIT-*.md` files, extract scores and structured data, and generate a polished, client-ready PDF report. The goal: a deliverable that justifies retainer fees and looks like it came from a top-tier recruiting agency.
**DISCLAIMER: For educational/research purposes only. PDF reports must be reviewed before sending to clients.**
---
## TRIGGER
- `/recruit report-pdf` — scan + generate
- Also: "generate PDF", "create recruiting report", "compile findings"
## INPUT PROCESSING
1. Scan current working directory for files matching `RECRUIT-*.md`
2. Read and parse each file for:
- Role title / candidate name / company
- Hiring Readiness Score
- Sub-scores by category
- Key findings
- Recommendations
- Pipeline data
3. If no `RECRUIT-*.md` files found, ask whether to generate a sample/demo PDF
4. If user wants a specific role's PDF, accept role name as argument
---
## EXECUTION PIPELINE
### STEP 1: Discover Source Files
```bash
ls RECRUIT-*.md 2>/dev/null
```
If files exist:
- `RECRUIT-ANALYSIS-*.md` → main data source (highest priority)
- `RECRUIT-JOB-*.md` → JD details
- `RECRUIT-SCREEN-*.md` → candidate pipeline
- `RECRUIT-INTERVIEW-*.md` → interview framework
- `RECRUIT-SALARY-*.md` → comp benchmarks
- `RECRUIT-OFFER-*.md` → offer details
- `RECRUIT-EMPLOYER-*.md` → employer brand
- `RECRUI...
Details
- Author
- tal7aouy
- Repository
- tal7aouy/RecruitKit
- Created
- 3 days ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Solid
recruit-pipeline
Hiring Pipeline Status Report — active roles, candidate counts by stage, time-in-stage analysis, bottleneck identification, recommended next actions
1 Updated 3 days ago
tal7aouy 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 3 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 3 days ago
tal7aouy