II.
LibrarySkill JSON
Structured · livelib-skill:shared--test-automation
test-automation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--test-automation",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "test-automation",
"libraryPath": "library/methodologies/automaker/skills/test-automation/SKILL.md",
"contentSummary": "# Test Automation\n\nExecute Vitest and Playwright test suites with result collection and failure analysis.\n\n## Agent\nTest Runner - `automaker-test-runner`\n\n## Workflow\n1. Navigate to worktree path\n2. Run Vitest unit tests (npx vitest run --reporter=json)\n3. Run Playwright E2E tests (npx pla"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--test-automation",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--test-automation",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--test-automation",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--test-automation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--test-automation",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--test-automation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--test-automation",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}