GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
1.2 KiB
1.2 KiB
Codex Skills Index
Skills are reusable implementation workflows. Use one skill per implementation pass unless the task clearly spans two tightly coupled areas.
Available skills
| Skill | Use when |
|---|---|
geoai-backend-build |
creating FastAPI services, routers, schemas, domain logic |
postgis-migration |
creating database models, Alembic migrations, geometry fields |
raster-pipeline |
implementing Rasterio/GDAL-style raster metadata, clip, tile, indices |
vector-processing |
implementing GeoPandas/Shapely vector operations and exports |
frontend-maplibre-workbench |
building React/MapLibre pages, layers, UI states |
qaqc-review |
implementing IoU, precision/recall, false positives/negatives |
codex-pass-review |
final self-review, regression scan and pass completion reports |
Skill usage protocol
- Read active pass prompt.
- Select the closest skill.
- Read
skills/<skill>/SKILL.md. - Implement using the skill checklist.
- Run module-specific checks.
- End with the skill's required report fields.
Skill conflict rule
If a skill conflicts with governance docs, governance wins. Update the skill later; do not violate governance.