比对原始记录与鉴定报告的一致性,检查关键字段和数据是否匹配。
This skill performs a cross-consistency check between Raw Records (original detection/inspection data) and the final Inspection/Appraisal Report. It verifies critical information consistency, specifically focusing on dates, instrument IDs, and record IDs.
It provides a structured JSON output highlighting discrepancies, exact matches, and conditional matches (e.g., date ranges).
The output will be a JSON object containing:
overall_status: Summary status (pass, fail, needs_review).project_match_summary: High-level status for specific checks.checks: Detailed array of individual rule validations.summary: A human-readable text summary of the findings.See output_schema.json for the exact schema definition.
Identify and Load Documents:
raw_records list.report_document.Extract Key Fields:
Data Normalization:
YYYY-MM-DD).Execute Validation Rules:
rules.md for detailed logic.Calculate Overall Status:
overall_status based on the severity of rule results (see Logic below).Generate Output:
| Condition | Overall Status |
|---|---|
All checks are pass | pass |
Only pass and conditional_pass exist | pass |
Any fail with severity major | fail |
Any needs_review (and no fail) | needs_review |