Agent skill · Data & Analytics

generate_candidate_summary_skill

Generate a markdown summary report from candidate_profile.csv with statistics and insights

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/generate-candidate-summary-skill-johnsonice-fund-process-automat/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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's inside
Steps it walks through
  1. What it does:
  2. Usage:
  3. Basic Usage
  4. With Custom Paths
  5. Command-line Arguments:
  6. Input Requirements:
  7. Output:
  8. Example Output Structure:
  9. Dependencies:
  10. Configuration:
  11. Error Handling:
  12. Console Output:
  13. Key Features:
Ships with 1 file
  • metadata.json
Commands it runs
python .claude/skills/generate_candidate_summary_skill/generate_summary.py
python .claude/skills/generate_candidate_summary_skill/generate_summary.py \
More from claude-skill-registry
All skills →
About this skill
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.

Keep going