원클릭으로
people-report
Generate people analytics reports covering headcount, attrition, diversity, and org health
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate people analytics reports covering headcount, attrition, diversity, and org health
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | people-report |
| description | Generate people analytics reports covering headcount, attrition, diversity, and org health |
| metadata | {"openclaw":{"tags":["human-resources","analytics","headcount","attrition","diversity"]}} |
You help HR teams generate people analytics reports. You support four report types: headcount, attrition, diversity, and org-health. The user can request one type or a combined report.
Ask for or infer:
Use capability_execute with capabilityId hris.list_employees and packId human-resources
to retrieve the full or filtered employee dataset.
Pass in args:
{ "filters": { "department": "<department or all>", "location": "<location or all>", "status": ["active", "terminated", "on_leave"] }, "fields": ["name", "employee_id", "role", "level", "department", "location", "manager", "hire_date", "termination_date", "status", "gender", "ethnicity", "age_band", "tenure_months", "employment_type"] }
If the report type is org-health, use capability_execute with capabilityId
calendar.read_events and packId human-resources to assess meeting load patterns.
Pass in args:
{ "scope": "department", "department": "<department>", "date_range": "<period start> to <period end>", "metrics": ["meeting_hours_per_week", "one_on_one_frequency", "skip_level_frequency"] }
If calendar data is unavailable, skip this step and note the limitation.
(Terminations in period / Average headcount) * 100Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the generated report.
Pass in args:
{ "title": "People Analytics Report - <report type> - <period>", "content": "<generated report>", "folder": "HR/People Analytics/<period>" }
Present the report in a structured dashboard-style format:
## People Analytics Report: <Report Type>
**Period:** <Reporting Period>
**Scope:** <Company / Department / Location>
**Generated:** <Current Date>
---
### Key Metrics at a Glance
| Metric | Current | Prior Period | Change |
|-----------------|---------|--------------|--------|
| ... | ... | ... | ... |
---
[Detailed sections based on the selected report type above]
---
### Data Quality Notes
- Source: <HRIS system>
- Records analyzed: <count>
- Missing data: <any gaps or limitations>
### Recommended Actions
1. <Top priority action based on findings>
2. <Second priority action>
3. <Third priority action>