MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / skill-suggest.test.ts

File skill-suggest.test.ts

test/skill-suggest.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { suggestSkillFromSession, draftCandidateSkill, commonArea, proposeSkillName } from '../src/skills/learning/skill-suggest.ts';
3
4describe('commonArea / proposeSkillName', () => {

Callers

nothing calls this directly

Calls 4

commonAreaFunction · 0.90
proposeSkillNameFunction · 0.90
suggestSkillFromSessionFunction · 0.90
draftCandidateSkillFunction · 0.90

Tested by

no test coverage detected