hourly-monitor

Monitor Hive test progress and update SITREP.md with rate and ETA.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/IstoraMandiri/etc-nexus --skill hourly-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hourly-monitor
Source: https://github.com/IstoraMandiri/etc-nexus/tree/main/.claude/skills/hourly-monitor
Command: npx skills add https://github.com/IstoraMandiri/etc-nexus --skill hourly-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors Hive test progress and updates SITREP.md to be the single source of truth for test status.

Core Features & Use Cases

  • Periodically scans Hive test runs (core-geth, besu-etc, nethermind-etc) and aggregates progress, rate, and ETA.
  • Updates SITREP.md with current progress, ensuring consistency across documentation.
  • Commits changes with a standardized message format, supporting an optional --no-commit flag to review first.

Quick Start

Run the hourly-monitor skill to update SITREP.md with current test progress and commit a standardized message.

Frequently Asked Questions about hourly-monitor

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

FAQPage Schema
How do I automate Hive test progress reporting?

Automate Hive test progress reporting by running this skill to scan active test suites, calculate progress and ETA, and update SITREP.md automatically. It aggregates data from core-geth, besu-etc, and nethermind-etc test runs into a single source of truth.

What is a SITREP.md file used for in test monitoring?

A SITREP.md file acts as the single source of truth for test status. This skill updates SITREP.md by recording calculated progress, rate, and ETA from active Hive test suites, ensuring consistency across project documentation.

How do I update SITREP.md without committing changes?

You can update SITREP.md without committing by using the optional --no-commit flag. This allows you to review the calculated Hive test progress and ETA updates before finalizing any standardized commit messages.

Does Hive test monitoring support core-geth, besu-etc, and nethermind-etc suites?

Yes, Hive test monitoring supports core-geth, besu-etc, and nethermind-etc active test suites. The skill calculates progress, rate, and ETA for these specific suites and records the results in SITREP.md.

What do I need to access to monitor Hive test runs?

To monitor Hive test runs, you need access to Hive workspace logs, the SITREP.md file, and a commit workflow. The skill reads these workspace logs to calculate test progress and updates the documentation accordingly.