recruit-report-pdf

Solid

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

Data & Documents 1 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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
4 days ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category