daily-report-verifier

Verify daily conversation exports and executive reports for deltaComputed consistency.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/OrionArchitekton/cosmocrat-core --skill daily-report-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-report-verifier
Source: https://github.com/OrionArchitekton/cosmocrat-core/tree/main/skills/ops/daily-report-verifier
Command: npx skills add https://github.com/OrionArchitekton/cosmocrat-core --skill daily-report-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that critical daily operational data, specifically conversation exports and executive reports, are generated correctly and that key metrics like deltaComputed are consistent, preventing data integrity issues.

Core Features & Use Cases

  • Data Consistency Check: Verifies the existence and integrity of daily conversation exports and executive reports.
  • Metric Validation: Confirms that the deltaComputed value is consistent across reports.
  • Automated Alerting: Notifies the #ops Slack channel upon detecting any discrepancies or failures.
  • Use Case: Automatically run this skill every morning to confirm that yesterday's operational reports were successfully generated and that the key performance indicators are accurate before the business day begins.

Quick Start

Run the daily report verifier for today's date.

Frequently Asked Questions about daily-report-verifier

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

FAQPage Schema
How do I automate daily report verification for data exports?

Daily report verification automates checks for the existence and consistency of conversation exports and executive reports, validating the deltaComputed metric and alerting the #ops Slack channel upon detecting discrepancies.

What is a consistency check for daily conversation exports?

A consistency check for daily conversation exports validates that generated files exist and that key metrics like deltaComputed match expected values across executive reports to prevent data integrity issues.

How do I validate the deltaComputed metric across executive daily reports?

You validate the deltaComputed metric by running this skill in read-only mode, which accesses data via a MemoryClient to confirm the metric's consistency and alerts the #ops Slack channel if validation fails.

How do I send an ops alert to Slack when daily exports fail?

To send an ops alert to Slack when daily exports fail, this skill automatically notifies the #ops Slack channel upon detecting missing reports or inconsistent deltaComputed values during its verification process.

Does the daily report verifier require write access to data storage?

No, the daily report verifier operates in a read-only mode. It accesses data via a MemoryClient configured with service-only access to verify reports without requiring write permissions to your storage.