algo-hr-compensation

Solid

"Conduct compensation benchmarking analysis to position salaries against market data. Use this skill when the user needs to assess pay competitiveness, build salary bands, or analyze pay equity — even if they say 'are we paying market rate', 'salary benchmarking', or 'compensation analysis'.".

AI & Automation 22 stars 8 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

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

Skill Content

# Compensation Benchmarking ## Overview Compensation benchmarking compares internal pay levels against external market data to assess competitiveness. Uses compa-ratio (actual pay / market midpoint) and percentile positioning. Informs salary band design, pay adjustments, and equity analysis. ## When to Use **Trigger conditions:** - Evaluating whether current salaries are competitive with the market - Designing or updating salary bands and pay structures - Identifying pay equity gaps across demographics or roles **When NOT to use:** - For individual performance-based pay decisions (use performance management) - When no market data is available (need at least survey benchmarks) ## Algorithm ``` IRON LAW: Benchmarking Is Only Valid With COMPARABLE Jobs Matching by job TITLE alone is unreliable — "Senior Engineer" means vastly different things at different companies. Match by: job content (duties, scope), level (IC vs manager, experience band), industry, geography, and company size. Poor job matching produces misleading market rates. ``` ### Phase 1: Input Validation Collect: internal compensation data (base, bonus, equity), market survey data (P25, P50, P75 by role), job matching between internal roles and survey benchmarks. **Gate:** Jobs properly matched, survey data current (< 18 months). ### Phase 2: Core Algorithm 1. Match internal jobs to market benchmarks by content, level, and scope 2. Age survey data to current date: apply projected market movement rate 3. Comp...

Details

Author
charlieviettq
Repository
charlieviettq/awesome-agent-skill
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category