iiRecord
Agentic AI Atlas · explain_diff
mcp-prompt:explain-diffa5c.ai
II.
MCPPrompt JSON

mcp-prompt:explain-diff

Structured · live

explain_diff json

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

File · extensions/mcp/mcp-prompts-common.yamlCluster · extensions
Record JSON
{
  "id": "mcp-prompt:explain-diff",
  "_kind": "MCPPrompt",
  "_file": "extensions/mcp/mcp-prompts-common.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "explain_diff",
    "name": "explain_diff",
    "arguments": [
      {
        "name": "diff",
        "description": "Unified diff text",
        "required": true
      },
      {
        "name": "audience",
        "description": "reviewer | maintainer | newcomer",
        "required": false
      }
    ],
    "description": "Prompt template exposed by source-control MCP servers (e.g. github, gitea).\nWraps the diff with audience-specific framing.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-prompt:explain-diff",
      "kind": "exposes_prompt",
      "attributes": {}
    }
  ]
}