Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bjornmelin avatar

Dash Audit

  • 7 installs
  • 5 repo stars
  • Updated August 5, 2026
  • bjornmelin/dev-skills

dash-audit is a skill that audits Plotly Dash apps for callback hazards, state-flow risks, and layout and accessibility issues.

About

dash-audit audits Plotly Dash apps for callback hazards, state-flow risks, layout and accessibility issues, and Dash-specific UX regressions. A developer uses it for a Dash callback review, Dash UI audit, or a read-first remediation plan. It runs a callback-map preflight, reads only the needed Dash references, and reports grouped findings ordered by risk. It is not for generic React or Next.js UI review.

  • Read-first audit of Dash apps for callback hazards, state-flow risks, layout, and accessibility
  • Runs ui-audit-preflight to build a callback map and adapts it into the ui_audit.v1 contract
  • Reports grouped findings with the highest-risk callback and regression issues first

Dash Audit by the numbers

  • 7 all-time installs (skills.sh)
  • Ranked #852 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

dash-audit capabilities & compatibility

Capabilities
dash audit · ui audit · accessibility review · callback review
Use cases
code review · frontend · ui design
From the docs

What dash-audit says it does

Use this skill for read-first Dash audits. It owns Dash callback review, Dash UI/state review, and prioritized remediation guidance.
SKILL.md
Audit Dash apps for callback hazards, state flow risks, layout and accessibility issues, and Dash-specific UX regressions.
SKILL.md
Report grouped findings with the highest-risk callback and regression issues first.
SKILL.md
npx skills add https://github.com/bjornmelin/dev-skills --skill dash-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars5
Last updatedAugust 5, 2026
Repositorybjornmelin/dev-skills

What it does

Audit a Dash app for callback, state, layout, and accessibility risks and produce a prioritized fix plan.

Who is it for?

Reviewing Dash callbacks, state flow, and UI for hazards and producing a prioritized remediation plan.

Skip if: Generic React or Next.js UI review.

When should I use this skill?

The user asks for a Dash callback review, Dash UI audit, Dash web-interface audit, or a read-first remediation plan for a Dash app.

What you get

Grouped Dash findings by category and file with prioritized fixes and callback-graph or regression-risk notes.

  • executive summary
  • grouped findings by category and file
  • prioritized fixes

By the numbers

  • 7-step audit workflow
  • 2 Dash references (callbacks, ui)

Files

SKILL.mdMarkdownGitHub ↗

Dash Audit

Use this skill for read-first Dash audits. It owns Dash callback review, Dash UI/state review, and prioritized remediation guidance.

Workflow

1. Read the repo AGENTS.md. 2. Run /home/bjorn/.codex/skill-support/bin/ui-audit-preflight dash-callback-map --cwd <repo> --out <json>. 3. 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. 4. Read only the Dash references you need:

  • references/dash-callbacks.md for callback graph and state hazards.
  • references/dash-ui.md for layout, responsiveness, accessibility, and interaction review.

5. Inspect only the files surfaced by the preflight plus any directly implicated layout, component, or callback modules. 6. Report grouped findings with the highest-risk callback and regression issues first. 7. If the user asks for fixes, keep remediation scoped and verify the affected path with repo-native commands.

Use When

  • The task is a Dash callback audit.
  • The task is a Dash web UI, state, or layout review.
  • The user wants a read-first remediation plan for a Dash app.

Do Not Use When

  • The task is a general web or Next.js UI audit.
  • The task is platform architecture with no Dash review need.
  • The task is only backend, dependency, or docs work.

Outputs

  • executive summary
  • grouped findings by category and file
  • prioritized fixes
  • callback graph or regression-risk notes when useful
  • scorecard or risk summary when useful

UI Audit Contract

Use ui_audit.v1 for structured Dash findings. The adapter treats callback map rows as observations and emits actionable findings only when the preflight evidence indicates a likely callback registration issue, such as a callback decorator with no detected Output.

Keep absolute repository roots redacted as <scan-root> in shared evidence. Use the full JSON locally; paste only the specific redacted findings needed for review comments or issue updates.

Related skills

FAQ

When should I not use it?

For general web or Next.js UI review, or backend, dependency, or docs-only work.

What contract does it emit?

It uses ui_audit.v1, treating callback-map rows as observations and emitting findings when preflight evidence indicates a likely callback registration issue.

Code Review & Qualityfrontendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.