跳到主要内容
知仓学习社ZHICANG

engagement-survey

Design, administer, and analyze employee engagement surveys with action planning

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Engagement Survey Skill

Overview

The Engagement Survey skill provides capabilities for designing, administering, and analyzing employee engagement surveys. This skill enables comprehensive engagement measurement, driver analysis, manager reporting, and action planning.

Capabilities

Survey Design

  • Create engagement survey instruments
  • Design validated question sets
  • Include pulse survey options
  • Configure demographic questions
  • Support multi-language surveys

Administration

  • Configure survey distribution and anonymity
  • Manage participation tracking
  • Send reminder communications
  • Handle confidentiality concerns
  • Support multiple survey modes

Score Calculation

  • Calculate engagement scores and benchmarks
  • Compute dimension and question scores
  • Generate favorability percentages
  • Create composite indices
  • Apply weighting if needed

Driver Analysis

  • Identify engagement drivers and detractors
  • Perform regression-based driver analysis
  • Calculate impact scores
  • Prioritize focus areas
  • Compare driver strength over time

Manager Reporting

  • Generate manager-level action reports
  • Create team comparison views
  • Maintain minimum response thresholds
  • Support drill-down analysis
  • Enable year-over-year trending

Action Planning

  • Create action planning templates
  • Link results to specific actions
  • Track commitment completion
  • Monitor action effectiveness
  • Share best practices

Usage

Survey Configuration

const surveyConfig = {
  name: 'Annual Engagement Survey 2026',
  dimensions: [
    {
      name: 'Overall Engagement',
      questions: [
        'I am proud to work for this company',
        'I would recommend this company as a great place to work',
        'I rarely think about looking for a job at another company'
      ]
    },
    {
      name: 'Manager Effectiveness',
      questions: [
        'My manager treats me with respect',
        'My manager provides regular feedback',
        'My manager supports my development'
      ]
    },
    {
      name: 'Growth and Development',
      questions: [
        'I have opportunities to grow my career here',
        'I receive the training I need to do my job well',
        'I can see a clear path for advancement'
      ]
    }
  ],
  scale: {
    type: 'likert-5',
    labels: ['Strongly Disagree', 'Disagree', 'Neutral', 'Agree', 'Strongly Agree']
  },
  demographics: ['department', 'level', 'tenure', 'location'],
  anonymity: {
    minimumResponses: 5,
    hideSmallGroups: true
  }
};

Analysis Configuration

const analysisConfig = {
  survey: 'engagement-2026',
  analysis: {
    overall: true,
    byDimension: true,
    byDemographic: true,
    driverAnalysis: true,
    trendAnalysis: true
  },
  benchmarks: {
    internal: ['engagement-2025', 'engagement-2024'],
    external: 'industry-tech'
  },
  reporting: {
    executiveDashboard: true,
    managerReports: { minimumN: 5 },
    heatmaps: true,
    actionPlanning: true
  }
};

Process Integration

This skill integrates with the following HR processes:

| Process | Integration Points |

|---------|-------------------|

| employee-engagement-survey.js | Full survey workflow |

| culture-assessment.js | Culture-engagement link |

| turnover-analysis.js | Engagement-turnover correlation |

Best Practices

  1. Regular Cadence: Conduct annual surveys with quarterly pulses
  2. Action Focus: Always follow up with visible action
  3. Manager Enablement: Train managers to discuss results
  4. Transparency: Share results broadly
  5. Benchmark Context: Provide external comparison
  6. Long-term View: Track trends over time

Metrics and KPIs

| Metric | Description | Target |

|--------|-------------|--------|

| Participation Rate | Employees completing survey | >80% |

| Engagement Score | Overall engagement index | Above benchmark |

| Action Completion | Teams with action plans | 100% |

| Trend Direction | Year-over-year change | Improvement |

| Manager Follow-up | Managers discussing results | 100% |

Related Skills

  • SK-021: Culture Assessment (culture input)
  • SK-019: Turnover Analytics (engagement-turnover link)
  • SK-017: Exit Analysis (disengagement signals)

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/business/human-resources/skills/engagement-survey/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能