hive-progress

Compute Hive test run progress and update SITREP.md when requested.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hive test suites run for long periods and teams need visibility into progress and ETA; this Skill provides live progress tracking and keeps SITREP documentation up to date when requested.

Core Features & Use Cases

  • Live progress monitoring across legacy and consensus Hive test suites.
  • ETA estimation by analyzing test rate from client logs while excluding hibernation gaps.
  • Optional documentation updates to SITREP.md when the user passes the --update flag.

Quick Start

Observe the current Hive test run, summarize progress, and display an estimated completion time.

Frequently Asked Questions about hive-progress

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

FAQPage Schema
How do I track Hive test suite progress and estimate completion time?

To track Hive test suite progress, the Skill identifies the active run and computes completed tests against the total. It parses client and simulator logs to display a progress summary and a running time estimate for completion.

How do I automatically update SITREP documentation with Hive test results?

To automatically update SITREP documentation, you trigger the process by passing the --update flag. This modifies SITREP.md with the current Hive test progress summary only when explicitly requested.

How does ETA estimation handle hibernation gaps in Hive log analysis?

ETA estimation during Hive log analysis handles hibernation gaps by calculating the test rate from client logs while explicitly excluding idle periods. This ensures running time estimates reflect actual active testing time rather than total elapsed time.

Can I monitor both legacy and consensus Hive test suites with this approach?

Yes, you can monitor both legacy and consensus Hive test suites. Live progress monitoring identifies the active test run and computes current progress across both suite types using parsed simulator and client logs.

Do I need external dependencies to parse Hive simulator and client logs?

No external dependencies are required to parse Hive simulator and client logs. The process operates independently to identify the active test run, compute progress, and account for hibernation gaps without additional packages.