post-run-validation
Sanity-check GIS outputs after an operation (row counts, extents, null spikes, geometry validity) and produce a confidence score.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sanity-check GIS outputs after an operation (row counts, extents, null spikes, geometry validity) and produce a confidence score.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a pre‑publish checklist for ArcGIS Online items with risk and data quality checks
Search ArcGIS Online items and return clean, filtered results with safe defaults
Plan ArcPy workflows for ArcGIS Pro tasks with real project context and safe sequencing
Generate ArcPy scripts for ArcGIS Pro using live map context, layer sampling, and ArcGIS‑aware prompt rules
Package GIS layers into GeoParquet with metadata and validation
Audit ArcGIS Pro projects for broken layers, schema issues, and performance risks
| name | post-run-validation |
| description | Sanity-check GIS outputs after an operation (row counts, extents, null spikes, geometry validity) and produce a confidence score. |
Close the loop after analysis or scripting. "No error thrown" is not validation.
If ArcGIS Pro context is available, use arcgispro_cli exports to ground the checks:
arcgispro layers --jsonarcgispro tables --jsonarcgispro status --jsonIf you can compute simple stats, prefer deterministic checks over vibes.
User: "I ran intersect parcels x flood zones. Is it sane?"
Output: Warn (extent OK, SR OK, but output count is 5% of expected; null spike in APN; geometry sliver risk). Confidence 62/100.