The Gap Analysis page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/skills/gap-analysis) shows skill gaps across the organization, with filtering by department, skill name search, and severity, linking to individual skill detail pages.
Overview
The page displays a header with the title “Gap Analysis” and a description. A filter row provides a skill name search input, a department selector, and a severity filter (All / Critical only — where critical is defined in code as more than 50% of the group lacking the skill). TheuseTeamSkillGaps hook is called with the selected department filter; the resulting teamGaps.skillsWithGaps array is further filtered client-side by search term and severity.
For each skill gap, a card shows the skill name, percentLacking as a progress bar, and a link to navigate to the skill detail page at /hr/skills/:id.
Who it’s for
No explicit permission gate on this route.Before you start
- Skill proficiency data must be captured against employees in your organization for gaps to appear.
- Department filter options come from
useDepartmentList.
Steps
- Navigate to HR → Skills → Gap Analysis or go to
/hr/skills/gap-analysis. - Optionally select a department to scope the analysis.
- Use the search box to filter by skill name.
- Toggle the severity filter to focus on critical gaps only.
- Click a skill card to view the full skill detail.
Key concepts
| Concept | Meaning |
|---|---|
| Percent lacking | Percentage of employees in the filtered group who lack the skill |
| Critical severity | Gap where more than 50% of the group lack the skill |
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/GapAnalysisPage.tsx
- src/cores/hr/hooks/skills/useTeamSkillGaps.ts