mcpbeat Sign in

Reality Check Agent Skill

Compare a claimed state with observable repository evidence and report concrete gaps. Requires a claim or expected state to test. Triggers: "reality check", "is this claim actually done", "compare claim to repo".

862 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
416
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/boshu2/agentops --skill reality-check

The instruction itself

6 sections, as written by the author

Reality Check

Compare an explicit claim with observable evidence. Cite every confirmed or

missing behavior with a file, command result, or artifact. Separate:

  • confirmed behavior;
  • concrete gap;
  • incomplete evidence;
  • changed assumptions.

Vision-coverage audit

When the claim is a completion or status claim, audit it against the stated

goals, not against what happens to exist. Enumerate every goal in the vision,

plan, or intent source and give each a disposition: confirmed with evidence,

concrete gap, or unverifiable. The audit is complete only when every stated

goal carries a disposition; full coverage of the built surface alone proves

nothing about completion. The named failure mode is built-world bias:

auditing only the code that exists, so goals nobody started never surface as

gaps.

Frozen question variants

When the same check runs across multiple passes or sessions, freeze the exact

question wording before the first pass and ask it identically in every pass;

record the frozen wording in the report. A pass that answers a reworded

question starts a new baseline — comparing it against earlier passes is the

drifting-rubric failure mode, and its answer does not count as a repeated

measurement.

Ambition-escalation checkpoint

When invoked during planning, compare the currently planned scope against the

originally stated goal. Planned work that cannot be traced to a stated goal

is reported as an escalation gap, exactly like a missing behavior. Reality

Check reports the escalation; the caller decides whether the ambition or the

stated goal changes.

Output

  • Artifact directory: .agents/scratch/reality-check/<run-id>/.
  • Filename: reality-check-report.json.
  • Format: reality-check-report.v1 JSON — the checked claim, one finding per

confirmed behavior, concrete gap, incomplete-evidence item, or changed

assumption (each with cited evidence), and, for a completion or status claim,

the goal-by-goal coverage disposition. It carries no verdict, readiness, or

PASS field; the validator rejects one.

  • Validation command:

skills/reality-check/scripts/validate-output.sh <reality-check-report.json>.

If the claim cannot be tested against any observable evidence, report it as

incomplete-evidence with the missing artifact named — never resolve an

untestable claim as confirmed.

Boundary

Return the report to the caller. Plan may use concrete gaps to refine the

existing bead or caller intent. Reality Check reports observations; it does not

mint a verdict or PASS of any version, create work, schedule, claim,

implement, validate, retry, or deliver.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take boshu2/reality-check from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.