hermes-cron-ops

Diagnose, remediate, and verify Hermes Agent cron jobs and wiki synchronization.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shichiyou/hermes-agent-001 --skill hermes-cron-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-cron-ops
Source: https://github.com/shichiyou/hermes-agent-001/tree/main/.devcontainer/hermes-backup/skills/.archive/hermes-cron-ops
Command: npx skills add https://github.com/shichiyou/hermes-agent-001 --skill hermes-cron-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes cron jobs often fail silently or stall, preventing timely wiki updates and missing required git operations. This skill provides end-to-end diagnosis, remediation, and verification to ensure cron-based tasks perform real git actions.

Core Features & Use Cases

  • Cron health diagnostics: Detect gateway status, context exhaustion, and delivery errors, proposing concrete fixes.
  • Wiki and submodule integrity: Verify that wiki commits reflect changes and that parent repo submodule pointers stay in sync.
  • Automated verification: After each run, confirm via git logs that commits were created and pushed; provide actionable guidance when issues are detected.

Quick Start

Run a Hermes cron check and verify a new commit appears in git log.

Frequently Asked Questions about hermes-cron-ops

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

FAQPage Schema
Why does my cron job stop pushing wiki commits to git?

Cron jobs often fail silently or stall due to gateway status issues, context exhaustion, or delivery errors. This skill automates the diagnosis of these cron health problems and proposes concrete fixes to ensure real git operations occur.

How do I verify that a scheduled cron job actually performed a git push?

You can verify cron job git actions by running an automated check that confirms new commits appear in the git log. This skill performs automated verification after each run to ensure commits were created and pushed successfully.

How do I keep parent repo submodule pointers in sync with wiki updates?

To keep submodule pointers in sync, you need wiki and submodule integrity verification. This skill verifies that wiki commits reflect changes and ensures parent repo submodule pointers stay aligned across wiki repos.

Does this cron job diagnostics tool work with Dev Container baselines?

Yes, the cron health diagnostics and remediation apply to open-source Dev Container baselines. It covers gateway status, context limits, delivery targets, and submodule pointer updates across related wiki workflows.

What is the best way to automate Hermes Agent cron job health checks?

The best way to automate cron health checks is using end-to-end diagnosis, remediation, and verification. This skill detects gateway errors and context limits, applies fixes, and provides safety logging with audit trails for real git operations.

How do I get an audit trail when troubleshooting failed cron git operations?

To get an audit trail for failed cron git operations, use a skill that provides explicit grounding and safety logging. This skill logs the end-to-end diagnosis and remediation process, ensuring robust verification of all git actions.