Agent Skills › boshu2/agentops › reality-check

reality-check

GitHub

用于对比声明与可观测证据,验证功能、仓库状态或目标达成情况。通过检查文件、命令输出和工件,生成包含确认项、差距及未验证内容的报告,不提供裁决。

images/gemini/skills/reality-check/SKILL.md boshu2/agentops

Trigger Scenarios

验证已发布功能的真实性 检查仓库当前状态是否符合预期 评估目标完成度

Install

npx skills add boshu2/agentops --skill reality-check -g -y
More Options

Non-standard path

npx skills add https://github.com/boshu2/agentops/tree/main/images/gemini/skills/reality-check -g -y

Use without installing

npx skills use boshu2/agentops@reality-check

指定 Agent (Claude Code)

npx skills add boshu2/agentops --skill reality-check -a claude-code -g -y

安装 repo 全部 skill

npx skills add boshu2/agentops --all -g -y

预览 repo 内 skill

npx skills add boshu2/agentops --list

SKILL.md

Frontmatter
{
    "name": "reality-check",
    "consumes": [
        "caller-question",
        "native-source-evidence"
    ],
    "metadata": {
        "tier": "judgment",
        "effects": [
            "write_advisory_gap_report",
            "write_goal_snapshot",
            "write_requested_rendered_spec"
        ],
        "disposition": "keep_strategy",
        "capabilities": [
            "compare_claim_to_evidence",
            "measure_declared_goals",
            "report_native_status"
        ],
        "dependencies": [],
        "canonical_status": "canonical"
    },
    "produces": [
        "reality-check-report.v1",
        "goal-measurement-report",
        "native-status-snapshot"
    ],
    "practices": [
        "design-by-contract",
        "evidence-based-engineering"
    ],
    "context_rel": [
        {
            "kind": "supplier-to",
            "with": "plan"
        }
    ],
    "description": "Check whether a claimed shipped feature, repo state or goal status holds up in evidence. Use when: comparing a claim with what exists; a gap report is not a verdict.",
    "hexagonal_role": "domain",
    "user-invocable": true,
    "output_contract": "cited claim comparison; validated reality-check-report.v1 for durable gap reports; measured goal results or observable native status",
    "skill_api_version": 1
}

Reality Check

Compare an expected state with observable evidence, measure declared goals, or report native status. Select the requested question; a snapshot needs no invented completion claim. Return facts and gaps without selecting work.

Claim comparison

  1. Read the exact claim and its source. For a completion claim, enumerate every stated goal, including work that was never started. Give each a disposition: confirmed with evidence, concrete gap or unverifiable.
  2. Inspect relevant files, command outcomes and artifacts. Separate confirmed behavior, concrete gaps, incomplete evidence and changed assumptions. Name the missing evidence instead of resolving an untestable claim by assertion.
  3. Compare proposed scope with the original goal when asked about a plan. Report additions that lack authority as scope escalation; the report cannot approve them. Repeated measurements use the same question and criteria; a changed question starts a different comparison.
  4. Return the cited findings with checked and not-checked scope. Keep native tracker, Git, runtime, deterministic checks and semantic judgments distinct.

A quick answer can be inline. A selected durable gap report retains reality-check-report.v1: write reality-check-report.json under the caller's chosen destination, default .agents/scratch/reality-check/<run-id>/, and run skills/reality-check/scripts/validate-output.sh <report.json>. Include the checked claim, evidence-backed finding kinds and goal-by-goal dispositions for completion/status claims. This format permits no verdict, readiness or PASS field; observations are not independent semantic judgment.

Goal measurement

Inspect the declared goals source; prefer GOALS.md when it and legacy YAML both exist. Preserve directive and gate identities and report each executable check with its actual outcome. Run the requested ao goals command once: measure --json, validate --json, drift, history, export, meta --json, scenarios or render.

These commands do not edit the goals source, but measure, drift and export may write best-effort derived snapshots under .agents/ao/goals/baselines/. render --out <file> writes a caller-selected spec; never target the goals source or another non-derived file. Use stdout when no output file is requested. Return command, exit code, goal-level results, aggregate measurement, missing evidence and checked/not-checked scope. Do not add, remove, prioritize, migrate or repair goals, or turn a measurement gap into assigned work.

Native status

Use ao status for the local evidence-store view. It validates content-addressed intent and verdict artifacts before counting them, reports corruption or unavailable sources, and shows evidence recency. Its durable stores are .agents/ao/intents/sha256 and .agents/ao/verdicts/sha256; a count is not a per-artifact digest inventory. Inspect a specific digest or timestamp only when that artifact is part of the requested question.

Report caller-supplied subject manifests from their named location. Otherwise mark manifests, runtime phase, elapsed execution, tool-call activity and remaining work as not checked. An artifact's recent timestamp proves evidence recency, not an active worker. Read other tracker, Git or factory facts only from their own authorized source; do not blend factory completion, green checks and a fresh verdict into one health judgment. Report unavailable evidence explicitly.

Boundary

Return the selected report or snapshot. This skill neither changes native state nor issues semantic PASS, repairs records, schedules or retries work. The documented goal snapshots and requested report/spec writes are its only output side effects. A native caller pursuing an authorized outcome uses these facts and continues its work; the reporting mode does not decide completion for it.

Version History

  • 9f8a711 Current 2026-09-22 11:00

    重构为模块化结构,新增目标测量和本地状态查看章节,整合至34技能工程菜单中。

  • 8061085 2026-09-09 05:17

    新增Prompt示例、It's working if验收标准及Output规范;移除旧版重复内容,明确报告格式与验证脚本要求。

  • 7b07a7d 2026-08-19 22:00

    W8版本修订:明确触发路由分离,规定必须提供待测声明才能执行;规范化效果词汇前缀;标记shared为非路由技能;修复输出契约以确保无裁决字段。

  • 3f402e5 2026-07-24 22:07

Same Skill Collection

images/gemini/skills/account-rotation/SKILL.md
images/gemini/skills/agent-mail/SKILL.md
images/gemini/skills/agent-native/SKILL.md
images/gemini/skills/agy-native/SKILL.md
images/gemini/skills/anti-ceremony/SKILL.md
images/gemini/skills/automation-shape-routing/SKILL.md
images/gemini/skills/bootstrap/SKILL.md
images/gemini/skills/cass/SKILL.md
images/gemini/skills/cc-hooks/SKILL.md
images/gemini/skills/codebase-recon/SKILL.md
images/gemini/skills/codex-exec/SKILL.md
images/gemini/skills/converter/SKILL.md
images/gemini/skills/council/SKILL.md
images/gemini/skills/craft-goal/SKILL.md
images/gemini/skills/crank/SKILL.md
images/gemini/skills/dcg/SKILL.md
images/gemini/skills/doc/SKILL.md
images/gemini/skills/domain/SKILL.md
images/gemini/skills/fitness/SKILL.md
images/gemini/skills/goals/SKILL.md
images/gemini/skills/handoff/SKILL.md
images/gemini/skills/human-only-skills/SKILL.md
images/gemini/skills/idea-genie/SKILL.md
images/gemini/skills/implement/SKILL.md
images/gemini/skills/learn/SKILL.md
images/gemini/skills/memory/SKILL.md
images/gemini/skills/ms/SKILL.md
images/gemini/skills/ntm/SKILL.md
images/gemini/skills/one-way-door/SKILL.md
images/gemini/skills/operationalize/SKILL.md
images/gemini/skills/pattern-mining/SKILL.md
images/gemini/skills/plan/SKILL.md
images/gemini/skills/postmortem/SKILL.md
images/gemini/skills/premortem/SKILL.md
images/gemini/skills/product/SKILL.md
images/gemini/skills/rch/SKILL.md
images/gemini/skills/refactor/SKILL.md
images/gemini/skills/research/SKILL.md
images/gemini/skills/reverse-engineer/SKILL.md
images/gemini/skills/route/SKILL.md
images/gemini/skills/rpi/SKILL.md
images/gemini/skills/sbh/SKILL.md
images/gemini/skills/scaffold/SKILL.md
images/gemini/skills/scope/SKILL.md
images/gemini/skills/security/SKILL.md
images/gemini/skills/shared/SKILL.md
images/gemini/skills/skill-builder/SKILL.md
images/gemini/skills/skill-eval/SKILL.md
images/gemini/skills/standards/SKILL.md

Metadata

Files
0
Version
9f8a711
Hash
f5642c06
Indexed
2026-07-24 22:07

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-27 09:11
浙ICP备14020137号-1