Agent Experience (AX)
agent_experienceScore any code change request from 0 to 100 using changeability, containment, guardrails, and clarity, then return sub-scores and recommendations to improve agent efficiency and safety.
Instructions
Score Agent Experience (AX): a single 0–100 number answering "how cheap and safe is it for an agent to make this change here?", blending Changeability (token cost), Containment (blast radius), Guardrails (tests / validation / CODEOWNERS / CI), and Clarity (task groundedness). Deterministic and composed from the change_impact, token-estimate, and CODEOWNERS engines — no new analysis. Returns sub-scores, drivers, and concrete recommendations for raising AX. Uses a per-user external cache and leaves the target repository unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of impact files to consider when scoring blast radius. Defaults to 8. | |
| path | No | Repository path. Defaults to current working directory. | |
| query | Yes | Plain-English change request to score, e.g. "add a new MCP tool". | |
| includeMarkdown | No | Return a compact human-readable markdown report instead of the full JSON. Defaults to false. |