MCPcopy Create free account
hub / github.com/garrytan/gstack / skill-validation.test.ts

File skill-validation.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, test, expect } from 'bun:test';
2import { validateSkill, extractRemoteSlugPatterns, extractWeightsFromTable } from './helpers/skill-parser';
3import { ALL_COMMANDS, COMMAND_DESCRIPTIONS, READ_COMMANDS, WRITE_COMMANDS, META_COMMANDS } from '../browse/src/commands';
4import { SNAPSHOT_FLAGS } from '../browse/src/snapshot';

Callers

nothing calls this directly

Calls 13

validateSkillFunction · 0.90
extractWeightsFromTableFunction · 0.90
skeletonFunction · 0.85
discoverSkillSurfaceFunction · 0.85
listBundledSkillDirsFunction · 0.85
parseSkillFileFunction · 0.85
setMethod · 0.80
testFunction · 0.70
readShipUnionFunction · 0.70
readSkillUnionFunction · 0.70
discoverSkillDirsFunction · 0.70

Tested by

no test coverage detected