Generate performance review documentation and facilitate evaluation processes
Generates performance review documentation and facilitates evaluation processes with templates and calibration support.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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% |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.