reality-review-weekly

Queries SQLite database for unlabeled agent outputs to manage weekly feedback loop.

2|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/0xUrsanomics/utopia-os --skill reality-review-weekly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reality-review-weekly
Source: https://github.com/0xUrsanomics/utopia-os/tree/main/skills/reality-review-weekly
Command: npx skills add https://github.com/0xUrsanomics/utopia-os --skill reality-review-weekly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of unverified AI output by implementing a structured, human-in-the-loop feedback mechanism that prevents the accumulation of unchecked or low-quality agent work.

Core Features & Use Cases

  • Layered Evaluation: Surfaces high-stakes agent outputs for operator labeling to improve long-term model performance.
  • Outcome Tracking: Maintains a persistent ledger of successes and failures to train future classifiers.
  • Decision Gating: Automatically evaluates the effectiveness of the agent's workflow, dropping underperforming processes to maintain system efficiency.

Quick Start

Run the reality review weekly skill to display the digest of pending entries that require your outcome label.

Frequently Asked Questions about reality-review-weekly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a weekly feedback loop for AI agent outputs?

A weekly feedback loop for AI agent outputs is managed by querying a SQLite database for unlabeled entries, allowing operators to label outcomes and generate training data for classification models.

What is decision gating in AI workflow automation?

Decision gating in AI workflow automation evaluates agent effectiveness using labeled outcome data, automatically dropping underperforming processes to maintain system efficiency.

How do I create training data for classification models from agent outputs?

Training data for classification models is created by facilitating operator labeling of unlabeled agent output entries retrieved from a SQLite database ledger.

Do I need a cron environment to run weekly agent output reviews?

A configured cron environment is required to run weekly agent output reviews, as the skill depends on scheduled execution to query the SQLite feedback ledger.

What's the best way to prevent accumulation of unchecked AI agent work?

Preventing accumulation of unchecked AI agent work is best achieved through a human-in-the-loop feedback mechanism that surfaces high-stakes outputs for weekly operator labeling.

Why are my unlabeled SQLite database entries not showing in the weekly review?

Unlabeled SQLite database entries may not appear if the cron environment is not properly configured to trigger the weekly review query against the reality_feedback.sqlite ledger.