dash-audit
Installation
SKILL.md
Dash Audit
Use this skill for read-first Dash audits. It owns Dash callback review, Dash UI/state review, and prioritized remediation guidance.
Workflow
- Read the repo
AGENTS.md. - Run
~/.codex/skill-support/bin/ui-audit-preflight dash-callback-map --cwd <repo> --out <json>. - When machine-readable evidence is useful, adapt the callback map into the
shared contract:
python3 <skill_root>/scripts/dash_ui_audit_adapter.py --input <json> --pretty. - Read only the Dash references you need:
references/dash-callbacks.mdfor callback graph and state hazards.references/dash-ui.mdfor layout, responsiveness, accessibility, and interaction review.
- Inspect only the files surfaced by the preflight plus any directly implicated layout, component, or callback modules.
- Report grouped findings with the highest-risk callback and regression issues first.
- If the user asks for fixes, keep remediation scoped and verify the affected path with repo-native commands.