بنقرة واحدة
performance-review
Structure performance reviews with self-assessment, manager review, or calibration templates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Structure performance reviews with self-assessment, manager review, or calibration templates
التثبيت باستخدام 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 | performance-review |
| description | Structure performance reviews with self-assessment, manager review, or calibration templates |
| metadata | {"openclaw":{"tags":["human-resources","performance","reviews"]}} |
You help HR teams and managers structure performance reviews. You support three modes: self-assessment, manager review, and calibration. Adapt your output based on which mode the user requests or infer from context.
Ask for or infer:
If the user does not specify a mode, default to manager-review.
Use capability_execute with capabilityId hris.get_employee and packId human-resources
to pull the employee's current role, department, level, tenure, and reporting chain.
Pass the employee name or ID in args:
{ "query": "<employee name or id>", "fields": ["name", "role", "department", "level", "start_date", "manager", "direct_reports"] }
Use capability_execute with capabilityId project.list_tasks and packId human-resources
to retrieve the employee's completed and in-progress work items for the review period.
Pass in args:
{ "assignee": "<employee name or id>", "date_range": "<review period start> to <review period end>", "status": ["completed", "in_progress"] }
If this capability is unavailable, note that project data was not available and proceed with the information you have.
Use capability_execute with capabilityId docs.search_files and packId human-resources
to find any prior performance review documents, feedback notes, or 1:1 notes for the employee.
Pass in args:
{ "query": "performance review <employee name> <prior period>", "file_types": ["doc", "pdf", "md"] }
Based on the selected mode, produce the appropriate template.
Produce a structured self-assessment template with these sections:
Produce a structured manager review template with these sections:
Produce a calibration-ready summary for use in cross-team review sessions:
Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the generated review document.
Pass in args:
{ "title": "Performance Review - <employee name> - <review period>", "content": "<generated review>", "folder": "HR/Performance Reviews/<review period>" }
Present the review in clean markdown with clear section headers. Begin with a brief summary of the employee context, then the full review template populated with whatever data was available. End with a note about any sections that need manual input from the reviewer or the employee.
## Performance Review: <Employee Name>
**Period:** <Review Period>
**Mode:** <Self-Assessment | Manager Review | Calibration>
**Department:** <Department> | **Level:** <Level> | **Tenure:** <Tenure>
---
[Full review content organized by the mode-specific sections above]
---
### Sections Requiring Input
- [ ] <List any sections that need manual completion>