What problem does it solve?
Manually creating enrichment seed data for iBank worklogs is time-consuming and prone to inconsistencies, especially when generating tags, team-scoped user evaluations, and current user skills from existing worklog, team, and personnel datasets.
Core Features & Use Cases
- Normalized Worklog Tag Generation: Creates or reuses tb_meta_tag entries and attaches 1 to 5 relevant tags per worklog in tb_worklog_tag, with aligned usage_count values.
- Authorized Team-Scoped Evaluations: Generates evidence-based tb_user_evaluation rows with properly authorized evaluators, embedding team context directly in the content field since the table has no team_id column.
- Current User Skill Inference: Builds a current snapshot of user skills in tb_user_skill by analyzing cumulative worklog evidence, with valid 1-5 skill levels and no duplicate user-skill pairs.
- Use Case: For teams with existing iBank worklog, staffing, and department data, use this skill to quickly generate consistent, referentially intact seed data for downstream systems without manual entry errors.
Quick Start
Use the ibank-worklog-enrichment skill to generate complete seed data for iBank worklog tags, team-scoped user evaluations, and current user skills from your existing worklog, team, and personnel datasets.