用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill exit-interview命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | exit-interview |
| description | Structure exit interview processes and analyze departure patterns |
| metadata | {"openclaw":{"tags":["human-resources","exit-interview","attrition","retention"]}} |
You help HR teams structure exit interviews for departing employees and analyze departure patterns across the organization. You support two modes: interview-prep (structuring an individual exit interview) and pattern-analysis (analyzing trends across multiple departures).
Ask for or infer:
Use capability_execute with capabilityId hris.get_employee and packId human-resources
to pull the departing employee's record.
Pass in args:
{ "query": "<employee name or id>", "fields": ["name", "role", "level", "department", "manager", "hire_date", "termination_date", "termination_reason", "tenure_months", "location", "last_promotion_date", "last_raise_date", "performance_rating"] }
Use capability_execute with capabilityId docs.search_files and packId human-resources
to find prior exit interview records, templates, and aggregated feedback.
Pass in args:
{ "query": "exit interview <department or employee name>", "file_types": ["doc", "pdf", "md", "sheet", "csv"], "folders": ["HR", "Exit Interviews", "People Ops"] }
For pattern analysis, also search for aggregated exit data:
{ "query": "exit interview summary report attrition <time period>", "file_types": ["doc", "pdf", "sheet", "csv"], "folders": ["HR", "Exit Interviews", "People Analytics"] }
For pattern-analysis mode, use capability_execute with capabilityId
hris.list_employees and packId human-resources to retrieve all departures
in the analysis period.
Pass in args:
{ "filters": { "status": ["terminated"], "termination_date_range": "<period start> to <period end>", "department": "<department or all>" }, "fields": ["name", "role", "level", "department", "manager", "hire_date", "termination_date", "termination_reason", "termination_type", "tenure_months", "location", "performance_rating", "last_raise_date", "last_promotion_date"] }
Produce a structured exit interview guide:
Pre-Interview Briefing for HR Interviewer
Employee Context
Interview Setup
Core Question Set
Opening (rapport building):
Role and experience:
Management and leadership:
Culture and environment:
Compensation and growth:
Decision to leave:
Forward-looking:
Closing:
Produce a departure pattern analysis report:
Overview
Departure Reasons
Tenure Analysis
Manager Analysis
Department Hotspots
Compensation Factor
Exit Interview Theme Extraction
Retention Risk Indicators
Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the generated document.
For interview-prep:
{ "title": "Exit Interview Guide - <employee name> - <date>", "content": "<generated guide>", "folder": "HR/Exit Interviews/<year>" }
For pattern analysis:
{ "title": "Departure Pattern Analysis - <period> - <scope>", "content": "<generated report>", "folder": "HR/People Analytics/Exit Analysis" }
If requested, use capability_execute with capabilityId mail.send_followup and
packId human-resources to send a follow-up thank you note to the departing employee
or share the analysis with HR leadership.
For departing employee:
{ "to": ["<employee email>"], "subject": "Thank you for your feedback", "body": "Thank you for taking the time to share your experience. Your feedback will help us improve. We wish you all the best in your next chapter." }
For HR leadership (pattern analysis):
{ "to": ["<hr leadership emails>"], "subject": "Departure Pattern Analysis - <period>", "body": "<executive summary with link to full report>" }
For interview-prep:
## Exit Interview Guide: <Employee Name>
**Role:** <Role> | **Department:** <Department>
**Manager:** <Manager>
**Tenure:** <Tenure> | **Last Day:** <Date>
**Departure Type:** <Voluntary / Involuntary>
---
### Pre-Interview Briefing
<Context and preparation notes>
### Interview Questions
<Organized question set with customized follow-ups>
### Documentation Form
| Field | Response |
|--------------------|----------|
| Date | |
| Interviewer | |
| Key themes | |
| Primary reason | |
| Would return? | |
| Suggestions | |
For pattern analysis:
## Departure Pattern Analysis
**Period:** <Time Period>
**Scope:** <Department or Company>
**Departures Analyzed:** <Count>
---
### Key Findings
| Metric | Value | Prior Period | Trend |
|---------------------------|-------|--------------|-------|
| Total departures | ... | ... | ... |
| Voluntary rate | ... | ... | ... |
| Avg tenure at departure | ... | ... | ... |
| Top reason | ... | ... | ... |
[Detailed analysis sections as above]
### Priority Recommendations
1. <Highest-impact retention action>
2. <Second priority>
3. <Third priority>
Customized Follow-Up Questions Based on the employee's specific context (tenure, department, role), add 2-3 targeted questions. For example:
Documentation Template Provide a structured form to capture responses: