II.
LibrarySkill JSON
Structured · livelib-skill:web-development--jest
jest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--jest",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "jest",
"description": "Jest configuration, mocking strategies, snapshot testing, and coverage.",
"libraryPath": "library/specializations/web-development/skills/jest/SKILL.md",
"specialization": "web-development",
"contentSummary": "# Jest Skill\n\nExpert assistance for testing with Jest.\n\n## Capabilities\n\n- Configure Jest for various frameworks\n- Implement mocking strategies\n- Write snapshot tests\n- Configure coverage\n- Handle async testing\n\n## Test Patterns\n\n```typescript\ndescribe('UserService', () => {\n let se"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--jest",
"to": "skill-area:react-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jest",
"to": "skill-area:unit-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--jest",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jest",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jest",
"to": "role:frontend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jest",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--jest",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jest",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}