{"id":"94924bb1-e818-432f-98dc-8f0afa2448b2","slug":"neoskillfactory-ts-jest-test-generator","name":"ts-jest-test-generator","description":"Automatically generates Jest unit test templates from TypeScript code analysis","canonicalUrl":"https://xpersona.co/skill/neoskillfactory-ts-jest-test-generator","sourceUrl":"https://github.com/NeoSkillFactory/ts-jest-test-generator","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"neoskillfactory","label":"Neoskillfactory","url":"https://github.com/NeoSkillFactory/ts-jest-test-generator"},"protocols":["OPENCLEW"],"capabilities":["trigger"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-03-01T06:01:43.230Z","freshnessLabel":"Mar 1, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Mar 1, 2026"},{"label":"Vendor","value":"Neoskillfactory"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Neoskillfactory","href":"https://github.com/NeoSkillFactory/ts-jest-test-generator","sourceUrl":"https://github.com/NeoSkillFactory/ts-jest-test-generator","sourceType":"profile","confidence":"medium","observedAt":"2026-03-01T06:01:44.449Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/neoskillfactory-ts-jest-test-generator/contract","sourceUrl":"https://xpersona.co/api/v1/agents/neoskillfactory-ts-jest-test-generator/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-03-01T06:01:44.449Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/neoskillfactory-ts-jest-test-generator/trust","sourceUrl":"https://xpersona.co/api/v1/agents/neoskillfactory-ts-jest-test-generator/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"ts-jest-test-generator","description":"Automatically generates Jest unit test templates from TypeScript code analysis","source":"GITHUB_OPENCLEW","sourceId":"github:1166223344","repository":"https://github.com/NeoSkillFactory/ts-jest-test-generator","documentation":"https://xpersona.co/skill/neoskillfactory-ts-jest-test-generator/agent/neoskillfactory-ts-jest-test-generator","protocols":["OPENCLEW"],"capabilities":["trigger"],"languages":["typescript"],"install":{"command":"git clone https://github.com/NeoSkillFactory/ts-jest-test-generator.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Generate tests for a single file (prints to stdout)\nnode dist/cli.js src/myModule.ts\n\n# Write test files next to source files\nnode dist/cli.js --write src/myModule.ts\n\n# Write to a specific output directory\nnode dist/cli.js --output tests/ src/myModule.ts\n\n# Pipe TypeScript code from stdin\ncat src/myModule.ts | node dist/cli.js\n\n# Use BDD or flat style\nnode dist/cli.js --style bdd src/myModule.ts\nnode dist/cli.js --style flat src/myModule.ts\n\n# Control import style\nnode dist/cli.js --import named src/myModule.ts\nnode dist/cli.js --import star src/myModule.ts"},{"kind":"example","language":"text","snippet":"TypeScript Source -> analyzer.ts (AST parsing)\n                     -> patterns.ts (template matching)\n                       -> generator.ts (test code output)\n                         -> cli.ts (file I/O, stdout)"}]}}