# Dental Practice Audit

> Audits a dental practice on the six BOOKED Score signals plus the four that are specific to dentistry - recall compliance, treatment plan acceptance, new-patient call handling, and hygiene schedule utilization - then writes a graded report with a prioritized fix list. Use when the user asks to audit, score, grade, or review a dental practice, dentist, orthodontist, or dental clinic; asks "why is my hygiene schedule empty", "why are patients not accepting treatment plans", "our recall isn't working", "we're not getting new patients"; pastes a dental practice name or Google Maps URL and asks what to fix; or wants a dental audit report to send a practice as a prospect.

- Skill: `autom8minds/dental-practice-audit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add autom8minds/dental-practice-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/autom8minds/dental-practice-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: autom8minds (https://skillmd.com/u/autom8minds)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/autom8minds/dental-practice-audit

---


# Dental Practice Audit

Extends `local-business-growth-audit` with the four failure points specific to dentistry.
Read that skill's `references/scoring-rubric.md` first — the six base dimensions and their
100 points are unchanged. This skill adds a **Practice Health** supplement scored
separately out of 40, reported alongside the BOOKED Score rather than folded into it.

Two scores, not one blended number: a practice can be excellent at acquisition and still
be losing more money to an unworked recall list than any marketing fix would recover.
Blending them hides exactly the finding the owner needs.

## The one rule that matters

**Never invent a signal you did not observe.** Same rule as the base skill, and it binds
harder here: almost everything in the Practice Health supplement lives inside the practice
management system and cannot be seen from outside. If you have not been given the number,
it is `unknown`, it scores zero, and the report says so.

Do not estimate recall compliance from review counts. Do not infer treatment acceptance
from anything visible externally. There is no proxy for these, and inventing one produces
a confident-sounding report that is wrong.

## Process

1. **Run the base audit first.** Score the six BOOKED dimensions exactly per
   `local-business-growth-audit`. Do not re-derive or re-weight them.
2. **Score the Practice Health supplement** per `references/practice-health.md`.
3. **Merge the fix lists**, rank by points recoverable ÷ effort across both, and report
   the top five overall. A recall fix and a Google Business Profile fix compete on the
   same list — whichever recovers more per unit of effort goes first.
4. **Render** with the base skill's renderer. Add the supplement as extra dimensions in
   the scorecard JSON; the renderer sums whatever dimensions it is given, so pass the
   BOOKED dimensions and the Practice Health dimensions in one call only if you intend a
   single blended score. **For the two-score presentation, render twice** — once for the
   BOOKED Score, once for Practice Health — and present them side by side.

## The dental-specific dimensions — 40 points

| # | Dimension | Points | What it measures |
|---|---|---|---|
| 7 | **Recall** | 15 | Whether patients due for hygiene actually return |
| 8 | **Treatment acceptance** | 10 | Whether diagnosed treatment gets scheduled |
| 9 | **New-patient call handling** | 10 | What happens when a first-time caller rings |
| 10 | **Schedule utilization** | 5 | Whether the chairs are full |

Recall is weighted highest because it is the largest recoverable revenue pool in almost
every general practice, and the one most often left entirely to a receptionist's spare
time. Full rubric in `references/practice-health.md`.

## What this skill will not do

- **No clinical judgment.** This audits the business around the dentistry, never the
  dentistry. Do not comment on treatment appropriateness, diagnosis, or standard of care.
- **No patient data.** If the user offers a patient list, an export with names, or
  anything identifiable, stop and ask for aggregate counts instead. You need "412 patients
  overdue for recall," never who they are.
- **No pricing or insurance advice.** Fee schedules and payer contracts are outside scope.

## References

- `references/practice-health.md` — the 40-point supplement, its checks, and what to ask
- Base rubric: `local-business-growth-audit/references/scoring-rubric.md`

