Generates compliance inspection reports for facilities management and construction sites. Documents findings from health and safety audits, fire safety inspections, and building regulation checks with standardized severity ratings, photographic evidence references, and remediation timelines.
Produces structured compliance inspection reports for construction sites and managed facilities in accordance with UK regulatory standards. The skill interprets raw inspection data, categorises findings by severity using a four-tier rating system (Critical, Major, Minor, Observation), and generates reports suitable for submission to local authority building control, the Health and Safety Executive, or internal compliance teams. Reports include remediation action items with assigned owners and target completion dates.
Read the provided inspection data file, which should contain raw observations, timestamps, location references, and any photographic evidence file paths. Accept CSV, JSON, or structured markdown formats as input.
Validate that each observation record includes the required fields: date of inspection, location or zone reference, inspector name, observation description, and regulatory reference (e.g., Approved Document B, CDM Regulation 13, BS 5839-1). Flag any records with missing mandatory fields and list them in a data quality summary at the top of the report.
Classify each finding using the four-tier severity rating:
Group findings by inspection area or building zone, then by severity within each group. For construction sites, use the standard zone references (e.g., Substructure, Superstructure, External Works, Temporary Works). For facilities, use floor and room references consistent with the building's asset register.
For each finding, generate a remediation action item that includes: a unique reference number, the responsible party or trade contractor, the required corrective action, the applicable regulation or approved document, the target completion date, and a field for sign-off confirmation.
Append a photographic evidence register cross-referencing each finding to its associated image files. Include the photo file path, capture date, GPS coordinates or zone reference, and the finding reference number.
Generate an executive summary section at the top of the report containing: total findings by severity, the overall compliance status (Pass, Conditional Pass, Fail), the inspection date range, the next recommended inspection date, and any stop-work recommendations if Critical findings exist.
Format the final output as a structured markdown document with consistent heading levels, tables for findings and action items, and a metadata header block containing site name, project reference, principal contractor, and report version number.
The report is produced as a single markdown document with the following structure:
# Compliance Inspection Report
## Metadata
- Site / Facility name, project reference, report date, version
## Executive Summary
- Compliance status, finding counts by severity, key actions
## Data Quality Summary
- Any records with missing fields or validation warnings
## Findings by Zone
### [Zone Name]
| Ref | Severity | Description | Regulation | Remediation | Owner | Target Date |
## Photographic Evidence Register
| Photo Ref | Finding Ref | File Path | Date | Location |
## Sign-Off
- Inspector name, qualifications, signature block, date