用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill performance-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | performance-review |
| description | Generate performance review documentation and facilitate evaluation processes |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"human-resources","domain":"business","category":"Performance Management","skill-id":"SK-006","dependencies":["Competency models","Rating scales"]} |
The Performance Review Generator skill provides capabilities for creating performance evaluation documentation and facilitating the review process. This skill enables self-assessments, manager evaluations, calibration frameworks, and development planning.
const reviewConfig = {
cycle: 'Annual Review 2026',
employee: {
id: 'EMP-12345',
role: 'Senior Engineer',
department: 'Engineering',
manager: 'MGR-67890'
},
sections: [
{
type: 'goal-achievement',
weight: 40,
goals: ['Q1-OKR-001', 'Q2-OKR-002', 'Q3-OKR-003', 'Q4-OKR-004']
},
{
type: 'competency-assessment',
weight: 40,
competencies: ['Technical Excellence', 'Collaboration', 'Innovation', 'Leadership']
},
{
type: 'values-alignment',
weight: 20,
values: ['Customer Focus', 'Integrity', 'Growth Mindset']
}
],
ratingScale: {
type: '5-point',
labels: ['Needs Improvement', 'Developing', 'Meets Expectations', 'Exceeds', 'Exceptional']
}
};
const calibrationConfig = {
session: 'Engineering Calibration Q4-2026',
managers: ['MGR-001', 'MGR-002', 'MGR-003'],
employees: ['EMP-list'],
guidelines: {
distribution: 'recommended',
targetDistribution: {
exceptional: 10,
exceeds: 20,
meets: 55,
developing: 10,
needsImprovement: 5
}
},
discussionFormat: {
orderBy: 'rating-then-tenure',
timePerEmployee: 5,
focusAreas: ['rating-changes', 'promotion-ready', 'development-needed']
}
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| performance-review-cycle.js | Full review workflow |
| 360-degree-feedback.js | Multi-rater integration |
| performance-improvement-plan.js | Low performer identification |
| Metric | Description | Target |
|---|---|---|
| Completion Rate | Reviews completed on time | >95% |
| Distribution Health | Alignment with guidelines | Within 5% |
| Feedback Quality | Narrative word count and specificity | >200 words |
| Employee Satisfaction | Survey of process fairness | >70% |
| Development Planning | Employees with IDPs | 100% |