Fetch the full reasoning behind an AxonFlow policy decision — matched policies, risk level, override availability, recent hit count
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill explain-decision --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Explain Decision?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-explain-decision)More formats (shields.io, HTML) on the badges page.
---
name: explain-decision
description: "Fetch the full reasoning behind an AxonFlow policy decision — matched policies, risk level, override availability, recent hit count"
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/getaxonflow/axonflow-codex-plugin/skills/explain-decision/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/getaxonflow/axonflow-codex-plugin/skills/explain-decision/SKILL.md
---
Use this skill when a user asks "why was that blocked?", "what policy fired?", or wants the context behind an allow/deny before retrying or requesting an override.
Call the `explain_decision` MCP tool with the `decision_id` returned in the original policy-check response (e.g. `decision_id` on a `check_policy` response or in the deny block reason).
The response includes:
- `policy_matches[]` — every matched policy with `policy_id`, `policy_name`, `risk_level`, and `allow_override`
- `decision` — `"allow"` or `"deny"`
- `reason` — human-readable summary
- `risk_level` — `critical`, `high`, `medium`, `low`
- `override_available` — whether the caller can request a session override
- `historical_hit_count_session` — how often this exact decision_id pattern has fired in the rolling 24h window
Present the result as a short summary: which policy fired, the risk level, whether an override is available, and (if so) suggest the user invoke `create-override` with a justification.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/getaxonflow/axonflow-codex-plugin/skills/explain-decision/SKILL.md`
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!