AI Agent Hub
Back to skills
Site Inspection Report Assistant icon

Site Inspection Report Assistant

Office Efficiency Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @engicool/site-inspection-report.

About this skill

Problem

Field inspection records are often scattered across photos, notes, and informal messages, making it hard to produce a consistent report with clear issues, evidence, and remediation steps. This skill targets internal inspection workflows and turns materials from safety checks, equipment patrols, or quality reviews into a reviewable HTML report.

How It Works

The skill follows a staged flow. It first confirms the inspection type, then collects images and text descriptions with short acknowledgments instead of premature conclusions. When the user signals inspection ended or generate report, it proposes an outline for section structure, key points, and length before generating the final file.

Key steps include:
- saving images to ./inspection_images/ and converting them to base64 via scripts/process_images.py;
- reading assets/report-template.html and replacing variables such as report_title, problems_section, and rectification_section;
- organizing content as major issue category -> subcategory -> related photos, with the same photo reusable across categories;
- outputting Inspection_Report_YYYYMMDD.html for easy opening and archiving.

Boundaries

The skill is suitable for standardized inspection documentation, not for formal legal interpretation, professional certification, or emergency safety decisions. Inputs should include key fields such as scope, location, and personnel, and the environment should support Python 3.9+. If dependencies or fields are missing, it should prompt for clarification or report the failure clearly.

Use Cases

  • Safety leads compiling workshop patrol photos, issue notes, and corrective actions into a sectioned HTML report.
  • Quality auditors confirming an outline before generating a report that groups site findings by major issue categories.
  • Maintenance leads embedding compressed site photos into a fixed template while reusing one photo across multiple findings.
  • Internal auditors producing an archivable file with scope, issues, remediation advice, and signature blocks.

Best For

  • Safety officers who need to turn site photos and inspection notes into a standard report.
  • Equipment engineers who need to archive patrol issues, photos, and corrective actions in one HTML file.
  • Internal auditors who want to review section outlines before generating a report draft.
  • Operations or admin staff who need fixed template variables and embedded photos for inspection documents.