Dynamic skill import for harmonization
Import, review, and harmonize the new skills brought in from third-party sources (currently only through Credly) into the skills library (cmn_skills table).
Antes de Iniciar
Role required: sn_skills_int.admin
- Skills associated with the Credly badges are analyzed.
- Skills are validated to check if they don't already exist in the skills library and also not mapped to an existing skill.
- New skills are pushed to the queue pipeline for harmonization.
For example, an employee Abel Tuter receives a badge which has three skills - Java, Python, and J2EE. The system checks the skills library (cmn_skills table) to determine the skills that already exist. Java and J2EE are already present in the system, so they are immediately added to the Abel Tuter’s employee profile. Python skill is not available in the system, so it’s moved to the queue for skill harmonization. Once the admin reviews and harmonizes the Python skill, it’s also added to the skills library and Abel Tuter’s employee profile.
- System Mapping (Automatic): If a new skill, for example, Java 1.8 is similar to the existing skill, for example, Java in the cmn_skills table, the system detects it as a duplicate and maps it automatically.
- Admin Mapping (Manual): An administrator can manually map a skill. For instance, if Python is imported, the admin might map it to Jupyter Notebook depending on the relevance.
Procedimento
Resultado
The harmonized new skills are added to the skills library (cmn_skills table) and updated in the credentials badge skills metadata. For more information, see Achievements and Credentials in Talent Development Core.