# Audit all your actors and rank the fixes by impact

**Use case:** 

Score every actor across 8 quality dimensions in one run: readiness gates, root-cause diagnosis, and an ordered repair plan with the point lift per fix.

## Input

```json
{
  "auditMode": "fleet",
  "actorIds": [
    "my-actor-name"
  ],
  "minQualityScore": 60,
  "includeLlmOptimization": false,
  "llmOptimizationWorstN": 10,
  "includeDeepSeoAudit": false,
  "includeRepairArtifacts": false,
  "dimensionDropThreshold": 15
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "fleetHealthHeadline": {
    "label": "Headline",
    "format": "text"
  },
  "fleetQualityScore": {
    "label": "Fleet Score",
    "format": "number"
  },
  "totalActors": {
    "label": "Actors",
    "format": "number"
  },
  "alertCount": {
    "label": "Below Threshold",
    "format": "number"
  },
  "previousScanAt": {
    "label": "Previous Scan",
    "format": "text"
  },
  "scannedAt": {
    "label": "Scanned",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Quality Monitor — Actor Quality Scorer](https://apify.com/ryanclinton/actor-quality-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-quality-monitor) to learn more, explore other use cases, and run it yourself.