Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计通过

reality-validation现实验证

Agent Skill

reality-validation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

26

GitHub Stars

1

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:reality-validation(现实验证)
来源仓库:https://github.com/wojons/skills
仓库路径:skills/reality-validation
安装命令:
npx skills add https://github.com/wojons/skills --skill reality-validation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/wojons/skills --skill reality-validation

简介

用于事实核查与外部信息验证。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 支持对陈述、数据或主张进行交叉比对。
  • 适合新闻稿、报告撰写前的真实性确认。
  • 应优先采用权威来源并保持中立立场。
  • reality-validation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Reality Validation

Compare system behavior against real-world expectations, domain knowledge, and practical constraints rather than just technical specifications to ensure software makes sense in actual usage contexts.

When to use me

Use this skill when:

  • Building systems for complex real-world domains (finance, healthcare, logistics)
  • Validating that technical solutions solve actual user problems
  • Testing business logic against domain expert knowledge
  • Ensuring data models match real-world entities and relationships
  • Verifying that algorithms produce realistic and practical results
  • Checking that user interfaces reflect real user workflows
  • Validating reports and analytics against business reality
  • Preparing for production deployment in mission-critical domains
  • Debugging issues where technical correctness ≠ real-world correctness

What I do

1. Domain Understanding & Context Building

  • Research real-world context:

- Study domain terminology, concepts, and relationships - Understand business processes and workflows - Learn about user roles, responsibilities, and goals - Identify constraints, regulations, and industry standards - Map real-world entities to system representations

  • Gather domain knowledge sources:

- Subject matter experts (SMEs) and stakeholders - Industry documentation and standards - Historical data and case studies - User observations and interviews - Competitor and market analysis - Regulatory and compliance requirements

2. Reality Gap Analysis

  • Compare system behavior to real-world expectations:

- Data validation: Does system data match real-world data patterns? - Process validation: Do workflows match actual business processes? - Calculation validation: Do calculations produce realistic results? - Timing validation: Do time-based behaviors match reality? - Scale validation: Does system scale match real-world volumes? - Edge case validation: Do edge cases reflect real-world scenarios?

  • Identify mismatches and anomalies:

- Technical correctness vs practical usefulness - Specification compliance vs real-world applicability - Algorithmic precision vs business acceptability - System limitations vs real-world requirements - Assumed user behavior vs actual user behavior

3. Reality-Based Testing

  • Test with real-world data:

- Production data samples (sanitized) - Historical transaction data - Real user scenarios and cases - Actual business events and conditions - Real-time data feeds and updates

  • Validate against domain expertise:

- Expert review of system outputs - SME validation of calculations and logic - User acceptance testing with real users - Business stakeholder verification - Regulatory compliance validation

  • Execute context-aware validation:

- Seasonal variation testing - Peak load and stress scenario testing - Geographic and regional variation testing - Market condition simulation - Regulatory change impact testing

4. Practical Correctness Assessment

  • Evaluate beyond technical correctness:

- Are results practically useful? - Do outputs make business sense? - Are workflows efficient in practice? - Is data quality sufficient for decision-making? - Does system support real user goals?

  • Assess real-world impact:

- Business value delivered vs expected - User satisfaction and adoption - Operational efficiency improvements - Risk reduction and compliance - Competitive advantage gained

Reality Validation Areas

Data & Model Validation:

  • Data patterns: Do system data distributions match real-world distributions?
  • Entity relationships: Do modeled relationships reflect real relationships?
  • Data quality: Is data accurate, complete, and timely enough for real use?
  • Temporal patterns: Do time-based behaviors match real-world timing?
  • Geographic patterns: Do location-based behaviors make geographic sense?

Process & Workflow Validation:

  • Business processes: Do automated processes match manual processes?
  • User workflows: Do system workflows support actual user tasks?
  • Decision points: Do system decisions reflect real decision criteria?
  • Approval flows: Do approval processes match organizational reality?
  • Exception handling: Do exceptions reflect real exceptional situations?

Calculation & Logic Validation:

  • Business calculations: Do calculations produce business-valid results?
  • Pricing logic: Does pricing match market reality and business strategy?
  • Risk assessments: Do risk calculations reflect actual risk factors?
  • Forecasting: Do forecasts align with historical patterns and expert expectations?
  • Optimization: Do optimization results provide practical improvements?

User Experience Validation:

  • User mental models: Does UI match user understanding of the domain?
  • Workflow efficiency: Do interfaces support efficient real work?
  • Information presentation: Is information presented for practical use?
  • Decision support: Does system help users make better real decisions?
  • Learning curve: Can users apply domain knowledge to system use?

Examples

# Domain-specific reality validation
npm run reality:validate -- --domain healthcare --system "patient-scheduling"
npm run reality:validate -- --domain finance --system "portfolio-management"
npm run reality:validate -- --domain ecommerce --system "inventory-management"

# Data reality validation
npm run reality:validate:data -- --dataset production-samples
npm run reality:validate:data -- --compare historical-actual
npm run reality:validate:data -- --expert-review business-analyst

# Process reality validation
npm run reality:validate:process -- --workflow "order-fulfillment"
npm run reality:validate:process -- --observe real-users
npm run reality:validate:process -- --compare manual-process

# Calculation reality validation
npm run reality:validate:calculations -- --expert finance-director
npm run reality:validate:calculations -- --compare industry-benchmarks
npm run reality:validate:calculations -- --test real-scenarios

# Integration with other testing
npm run reality:validate:with -- --test-type usability --focus "workflow-reality"
npm run reality:validate:with -- --test-type performance --focus "real-world-load"
npm run reality:validate:with -- --test-type security --focus "regulatory-compliance"

# Context-aware validation
npm run reality:validate:context -- --season holiday-peak
npm run reality:validate:context -- --market-condition recession
npm run reality:validate:context -- --geographic-region europe
npm run reality:validate:context -- --regulatory-environment gdpr

Output format

Reality Validation Report
──────────────────────────────
Domain: Healthcare - Patient Appointment Scheduling
System: MedSchedule v2.1
Validation Method: Expert review + historical data analysis
Duration: 2 days

Data Reality Assessment:

1. Patient Appointment Duration Modeling:
   System Assumption: All appointments are 30 minutes
   Reality Check: ❌ MISMATCH FOUND
   - Historical data shows: 15% are 15min, 60% are 30min, 20% are 45min, 5% are 60min
   - Specialist appointments vary by department
   - Follow-up visits often shorter than initial consultations
   Impact: Schedule inefficiencies, doctor idle time, patient waiting
   Recommendation: Implement variable appointment durations by type

2. Doctor Availability Patterns:
   System Assumption: Doctors available 9-5, Monday-Friday
   Reality Check: ⚠️ PARTIAL MATCH
   - Reality: Varies by department (ER: 24/7, Surgery: 7-7, Clinic: 8-6)
   - Reality: Weekend and holiday coverage differs
   - Reality: On-call schedules not represented
   Impact: Appointment booking outside real availability
   Recommendation: Department-specific availability modeling

3. Patient No-Show Rate:
   System Assumption: Constant 10% no-show rate
   Reality Check: ❌ MISMATCH FOUND
   - Reality: Varies by department (5-25%)
   - Reality: Higher for Medicaid patients (18%)
   - Reality: Lower for established patients (7%)
   - Reality: Time-of-day and day-of-week patterns exist
   Impact: Schedule optimization ineffective, resource waste
   Recommendation: Dynamic no-show prediction model

Process Reality Assessment:

1. Appointment Rescheduling Workflow:
   System Design: Patient calls → receptionist checks availability → confirms
   Reality Check: ✅ GOOD MATCH
   - Matches observed clinic workflows
   - Receptionist role accurately modeled
   - Phone channel primary for rescheduling
   Impact: System supports actual process well

2. Emergency Appointment Handling:
   System Design: Treated as regular appointment with priority flag
   Reality Check: ❌ MISMATCH FOUND
   - Reality: ER has separate booking system
   - Reality: Urgent care uses walk-in model
   - Reality: True emergencies go to ER, not scheduled
   Impact: System doesn't support real emergency handling
   Recommendation: Separate emergency/urgent care workflow

3. Referral Process Integration:
   System Design: Doctor creates referral in system
   Reality Check: ⚠️ PARTIAL MATCH
   - Reality: Paper referrals still common (40% of cases)
   - Reality: Insurance pre-authorization often required
   - Reality: Specialist availability check happens separately
   Impact: Digital workflow incomplete, manual workarounds needed
   Recommendation: Integrate paper referral scanning and insurance checks

Calculation Reality Assessment:

1. Schedule Optimization Algorithm:
   System Output: Maximizes doctor utilization
   Reality Check: ❌ PRACTICALLY INVALID
   - Doctors report algorithm creates "inhuman" schedules
   - No buffer between patients for charting
   - Doesn't account for doctor preferences or energy patterns
   - Patient travel time between buildings not considered
   Impact: Algorithmically optimal but practically unusable
   Recommendation: Incorporate human factors and practical constraints

2. Wait Time Calculation:
   System Calculation: Based on schedule gaps
   Reality Check: ⚠️ INACCURATE
   - Reality: Actual wait times 2-3x calculated times
   - Reasons: Doctor running late, emergency interruptions, complex cases
   - Patients care about actual wait, not scheduled wait
   Impact: Patient dissatisfaction due to inaccurate expectations
   Recommendation: Implement actual wait time tracking and prediction

Expert Validation Results:
  - Clinical Director: "System doesn't understand real clinic workflow"
  - Head Nurse: "Missing critical nurse coordination aspects"
  - IT Director: "Technically sound but practically limited"
  - Patients: "Easy to use but schedules often inaccurate"

Business Impact Assessment:
  - Schedule Efficiency: Current 68%, Potential 85% with improvements
  - Patient Satisfaction: Current 3.2/5, Potential 4.5/5 with fixes
  - Doctor Utilization: Current 75%, Potential 82% with better modeling
  - Administrative Burden: Current high, Potential medium with improvements

Reality Gap Summary:
  - Major Gaps: 4 (critical impact on system usefulness)
  - Moderate Gaps: 6 (significant impact on efficiency)
  - Minor Gaps: 3 (noticeable but manageable)
  - Well Aligned: 5 aspects match reality well

Recommendations by Priority:
  1. High: Implement variable appointment durations
  2. High: Add emergency/urgent care workflow separation
  3. Medium: Develop dynamic no-show prediction
  4. Medium: Incorporate human factors in scheduling
  5. Low: Improve wait time calculation accuracy

Validation Confidence:
  - Data Alignment: Low (significant mismatches found)
  - Process Alignment: Medium (some mismatches, mostly aligned)
  - Calculation Alignment: Low (theoretically sound, practically weak)
  - Overall Reality Fit: Medium-Low (needs substantial improvements)

Next Steps:
  1. Schedule workshops with clinical staff to redesign key workflows
  2. Implement highest priority reality fixes before next release
  3. Establish ongoing reality validation process with domain experts
  4. Track reality alignment metrics over time

Notes

  • Reality validation requires deep domain understanding, not just technical skill
  • Involve domain experts early and often
  • Real-world data often contradicts assumptions and simplifications
  • Technical elegance doesn't guarantee practical usefulness
  • Balance theoretical correctness with practical constraints
  • Different domains have different reality validation needs
  • Reality changes over time - validation should be ongoing
  • Document reality gaps and their business impacts clearly
  • Use reality validation to bridge technical and business perspectives
  • The most successful systems align closely with reality, not just specifications
  • Reality validation often reveals that the real problem differs from the technical problem being solved

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.21%
按下载量换算69

Claude

31.07%
按下载量换算66

Cursor

19.06%
按下载量换算41

Gemini CLI

9.48%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills