generate_candidate_summary_skill
Generate a markdown summary report from candidate_profile.csv with statistics and insights
npx skills add majiayu000/claude-skill-registry --skill generate-candidate-summary-skill-johnsonice-fund-process-automat --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Generate Candidate Summary Report This skill generates a comprehensive markdown summary report analyzing candidate profile data with statistics on gender distribution, URR representation, and nationality diversity. ## What it does: - Reads candidate profile CSV data - Calculates comprehensive statistics (gender, URR, nationality) - Generates formatted markdown report with tables and insights - Identifies URR countries represented in the candidate pool ## Usage: ### Basic Usage Run the summary generation script with default settings: ```bash python .claude/skills/generate_candidate_summary_skill/generate_summary.py ``` This uses default paths: - Input: `/data/home/xiong/dev/Fund_Process_Automation/candidate_profile.csv` - Output: `/data/home/xiong/dev/Fund_Process_Automation/summary.md` ### With Custom Paths Specify custom input and output files: ```bash python .claude/skills/generate_candidate_summary_skill/generate_summary.py \ --csv_file /path/to/candidate_profile.csv \ --output_file /path/to/summary.md ``` ### Command-line Arguments: - `--csv_file`: Path to input CSV file (default: `candidate_profile.csv` in project root) - `--output_file`: Path to output markdown file (defaul
- What it does:
- Usage:
- Basic Usage
- With Custom Paths
- Command-line Arguments:
- Input Requirements:
- Output:
- Example Output Structure:
- Dependencies:
- Configuration:
- Error Handling:
- Console Output:
- Key Features:
python .claude/skills/generate_candidate_summary_skill/generate_summary.py python .claude/skills/generate_candidate_summary_skill/generate_summary.py \
What does the generate_candidate_summary_skill skill do?
Generate a markdown summary report from candidate_profile.csv with statistics and insights
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill generate-candidate-summary-skill-johnsonice-fund-process-automat --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
