원클릭으로
review-poi-level
POI 单点约束审查。检查地理验证状态、天气备份存在性、攻略印证、费用合理性。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
POI 单点约束审查。检查地理验证状态、天气备份存在性、攻略印证、费用合理性。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
旅游规划需求准入分析。Use when the user asks for a travel plan, itinerary, route, POI recommendation, city walk, nearby travel, or executable tourism advice; extract structured requirement fields, identify missing information, and output SkillResult JSON.
图数据库模式下的四阶段十三步旅行规划工作流。This skill should be loaded when the coordinator operates in Neo4j graph mode and needs the complete step-by-step workflow for multi-day trip planning.
合并用户追问回复到旅行需求快照。Use when the user replies to follow-up questions about their travel requirements; parse natural language answers, merge into existing TravelRequirementSnapshot, and output SkillResult JSON.
Month 月度约束审查。检查周数正确性、天气窗口、月度预算、区域覆盖。
Phase 季节约束审查。检查气候合适性、地理递进逻辑、预算分配、节庆覆盖。
TripPlan 年度约束审查。检查预算总控、全年节奏可持续性、必去地点覆盖、风险集中度。
| name | review-poi-level |
| description | POI 单点约束审查。检查地理验证状态、天气备份存在性、攻略印证、费用合理性。 |
审查单个 POI 的元数据完整性:是否经过地理验证、是否有天气备份、是否有攻略来源背书、费用是否合理。
你从图数据库或 coordinator 上下文中获取 POI 节点及其关联的 WeatherConstraint 和 GuideInsight。
{
"dimension": "poi_constraint",
"score": 90,
"passed": true,
"critical_issues": [],
"constraint_violations": [],
"suggestions": [],
"summary": "POI 约束审查通过。"
}
passed = true 当且仅当 critical_issues 为空(无地理未验证、无天气备份缺失)。