II.
Tool JSON
Structured · livetool:gh-cli
GitHub CLI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:gh-cli",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GitHub CLI",
"homepageUrl": "https://cli.github.com",
"kind": "other",
"description": "Official command-line tool for GitHub. Enables creating and\nreviewing pull requests, managing issues, triggering workflows,\nand authenticating with GitHub directly from the terminal.\n"
},
"outgoingEdges": [
{
"from": "tool:gh-cli",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:gh-cli",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:gh-cli",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:gh-cli",
"to": "skill-area:ci-cd",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:gh-cli",
"to": "tool:lazygit",
"kind": "alternative_to",
"attributes": {
"comparison": "Git CLI tools — gh-cli is GitHub-specific CLI; lazygit is a TUI for git operations"
}
}
],
"incomingEdges": [
{
"from": "stack-profile:coding-agent-platform",
"to": "tool:gh-cli",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "tool:gh-cli",
"kind": "composed_of"
},
{
"from": "tool:lazygit",
"to": "tool:gh-cli",
"kind": "alternative_to",
"attributes": {
"comparison": "Git CLI tools — lazygit is a TUI for git operations; gh-cli is GitHub-specific CLI"
}
}
]
}