/hr/my-skills, lets employees manage their own skill records and review skill gaps.
Overview
The page resolves the current employee viauseMyEmployee, then fetches their skills via useEmployeeSkills and gap analysis via useEmployeeSkillGaps. Skills are displayed with ProficiencyLevelBadge, SkillCategoryBadge, and SkillVerificationBadge components. The Add Skill button opens AddEmployeeSkillDialog. Gap skills (required by position but not yet held) are listed with an option to add them directly. Progress metrics show overall skill coverage.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- Skills must be defined in the Skills Library at
/hr/skills. - Your employee record must be linked to your user account.
Steps
- Go to HR → My Skills (or navigate to
/hr/my-skills). - Review your current skills, including proficiency level and verification status.
- Select Add Skill to add a skill from the library.
- Review the gap analysis section for skills required by your position.
- Select Add on a gap skill to log it and set your proficiency level.
Key concepts
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/MySkillsPage.tsx
- src/cores/hr/hooks/skills/useEmployeeSkills.ts
- src/cores/hr/hooks/skills/useEmployeeSkillGaps.ts