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.