iiRecord
Agentic AI Atlas · cli-e2e-test-harness
lib-skill:cli-mcp-development--cli-e2e-test-harnessa5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--cli-e2e-test-harness

Structured · live

cli-e2e-test-harness json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "cli-e2e-test-harness",
    "description": "Set up E2E test harness for CLI applications with process spawning and assertions.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/cli-e2e-test-harness/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# CLI E2E Test Harness\n\nSet up E2E test harness for CLI applications.\n\n## Generated Patterns\n\n```typescript\nimport { spawn, SpawnOptions } from 'child_process';\n\ninterface CLIResult {\n  stdout: string;\n  stderr: string;\n  exitCode: number | null;\n}\n\nexport async function runCLI(args: "
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "skill-area:e2e-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-e2e-test-harness",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}