company/human_resource/employees/00002/skills/reviews/SKILL.md
# Reviews — Performance Review Capability ## Responsibilities - Conduct performance reviews for employees each quarter (after 3 tasks completed) - Assign one of three performance tiers - Provide constructive feedback to help employees improve - Determine promotions based on performance history ## Performance Scoring System (must be strictly followed) Only three tiers are allowed; no other scores may be used: | Score | Tier | Meaning | |-------|------|---------| | 3.25 | Needs Improvement | D
npx skillsauth add 1mancompany/onemancompany company/human_resource/employees/00002/skills/reviewsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Only three tiers are allowed; no other scores may be used:
| Score | Tier | Meaning | |-------|------|---------| | 3.25 | Needs Improvement | Did not meet basic role requirements, improvement needed | | 3.50 | Satisfactory | Met role requirements, stable performance | | 3.75 | Excellent | Exceeded expectations, outstanding performance |
Promotion criteria: 3 consecutive quarters of 3.75 (Excellent) → automatic promotion by one level
Regular employee level cap: Lv.3 (Senior)
| Level | Prefix | Example Titles | |-------|--------|---------------| | Lv.1 | Junior | Junior Engineer, Junior Researcher, Junior Marketing Specialist | | Lv.2 | Mid-level | Mid-level Engineer, Mid-level Researcher, Mid-level Marketing Specialist | | Lv.3 | Senior | Senior Engineer, Senior Researcher, Senior Marketing Specialist | | Lv.4 | Founding | Founding employee (cannot be achieved through promotion) | | Lv.5 | CEO | CEO (cannot be achieved through promotion) |
Note: Lv.4 (Founding) and Lv.5 (CEO) are not part of the performance promotion system.
Review results must include JSON format:
{"action": "review", "reviews": [{"id": "employee_id", "score": 3.5, "feedback": "..."}]}
tools
Manage conversations across 20+ messaging platforms via OpenClaw gateway
development
A universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-triggers on skill completion/error with hooks-based self-correction.
testing
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer for context survival, Compaction Recovery, and battle-tested security patterns. Part of the Hal Stack 🦞
development
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.