# Project Audit

> Audit ArcGIS Pro projects for broken layers, schema issues, and performance risks

- Skill: `danmaps/project-audit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add danmaps/project-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danmaps/project-audit/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: danmaps (https://skillmd.com/u/danmaps)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/danmaps/project-audit

---


# Project Audit

Scan an ArcGIS Pro project and report actionable issues.

## Inputs

- `project_path` (string, optional)
- `scope` (string, optional: all, active_map)
- `checks` (array, optional)

## Use arcgispro-cli

If available:
- `arcgispro context`
- `arcgispro layers --json`
- `arcgispro connections`

## Output

Findings grouped by severity:
- **Critical**: broken data sources, missing workspaces
- **Warning**: field/schema mismatches, empty layers
- **Info**: heavy layers, slow render risks

Each finding should include: layer name, cause, and suggested fix.

## Example

**User:** “Audit my project for broken layers.”

**Output:** List of broken paths with suggested repair actions.

## Intent

State the operational goal of the skill and what good output should accomplish.

## Outputs

Return a concise, usable result with the key artifacts or recommendations.

## Safety

Do not invent data, credentials, or system context. Flag uncertainty and risky operations clearly.


