generate_candidate_summary_skill

Generate a markdown diversity report from candidate_profile.csv.

Updated Oct 8, 2024
One-click install
npx skills add https://github.com/johnsonice/Fund_Process_Automation --skill generate-candidate-summary-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate_candidate_summary_skill
Source: https://github.com/johnsonice/Fund_Process_Automation/tree/main/.claude/skills/generate_candidate_summary_skill
Command: npx skills add https://github.com/johnsonice/Fund_Process_Automation --skill generate-candidate-summary-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of analyzing candidate data and generating reports, providing immediate, data-driven insights into your candidate pool. It saves HR professionals and hiring managers significant time by automating the creation of diversity and demographic summaries.

Core Features & Use Cases

  • Automated Statistical Analysis: Automatically reads candidate CSV data and calculates key statistics on gender distribution, Under-Represented Region (URR) representation, and nationality diversity.
  • Comprehensive Markdown Reporting: Generates a well-formatted markdown report complete with tables, overview sections, and key insights, ready for immediate use or sharing.
  • Diversity Insights: Identifies and lists all URR countries represented in the candidate pool, helping to track and improve diversity initiatives.
  • Use Case: After processing a batch of resumes, use this Skill to quickly generate a diversity report for a hiring committee meeting, highlighting gender balance, URR representation, and geographic diversity without any manual data crunching.

Quick Start

Generate a summary report from the candidate_profile.csv file, including gender, URR, and nationality statistics.

Frequently Asked Questions about generate_candidate_summary_skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a diversity report from candidate data?

This Skill generates a markdown diversity report by reading candidate_profile.csv and automatically calculating gender distribution, Under-Represented Region (URR) representation, and nationality diversity statistics. It outputs a date-stamped report with tables and key insights ready for sharing with hiring committees.

What candidate data do I need to use this Skill?

Your CSV file must contain Gender, URR, and Nationality columns with non-empty data. The Skill validates these required columns before processing and creates output directories automatically, supporting both default and custom file paths.

Can I automate HR analytics reports with pandas?

Yes. This Skill uses pandas to automate statistical analysis on candidate pools, computing gender balance, URR representation, and geographic diversity, then formatting results into a markdown report without manual data crunching.

What insights does the candidate summary report include?

The report identifies gender distribution percentages, lists all Under-Represented Region countries represented in your candidate pool, ranks top nationalities, and provides an overview section to support diversity tracking and hiring committee decisions.

Does this Skill validate input data before processing?

Yes. The Skill performs robust input validation, checking for required columns (Gender, URR, Nationality) and non-empty datasets before generating the report, preventing errors from incomplete or malformed CSV files.