haejwo-status

Monitor and report haejwo plugin status, configuration, and anomalies.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/jungzuna/haejwo --skill haejwo-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haejwo-status
Source: https://github.com/jungzuna/haejwo/tree/main/haejwo/codex-skills/haejwo-status
Command: npx skills add https://github.com/jungzuna/haejwo --skill haejwo-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive monitoring of the haejwo plugin, offering insights into its configuration, edit counters, reviewer readiness, and more.

Core Features & Use Cases

  • Config Overview: Display the current configuration settings of haejwo, including gate status, budget, and model tiers.
  • Edit Counter: Show the number of code files edited by the main agent during the current turn.
  • Reviewer CLI Status: Check the status of the reviewer CLI, whether it's a Claude or Codex host.
  • Observations: Present the last 10 observations from the state/observations.jsonl file, indicating whether hooks are firing for subagents or only the main agent.
  • Anomalies: Identify any unexpected actor types, denial streaks, missing hook fires, or unusual observation shapes.
  • Delegations & Model Pins: Report raw counts of delegations, denial counts, and model pins, along with their respective observations.
  • Agents: List the three tiers and reviewer slot with their models and states.

Quick Start

Use the haejwo-status skill to get the full status of the haejwo plugin.

Frequently Asked Questions about haejwo-status

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

FAQPage Schema
How do I monitor plugin configuration and system health for anomalies?

To monitor plugin configuration and system health, this Skill reports current settings like gate status and budget while detecting anomalies such as denial streaks or missing hook fires. It provides a comprehensive overview to maintain and debug your plugin.

How do I check if reviewer CLI status and agent tiers are configured correctly?

You can check reviewer CLI status and agent tiers by listing the three model tiers and reviewer slot states. This Skill identifies whether the reviewer is a Claude or Codex host and reports their current operational states.

What is the best way to debug missing hook fires in a system status monitoring workflow?

The best way to debug missing hook fires is to review the last 10 observations from the state file. This Skill presents these observations to indicate whether hooks are firing for subagents or restricted to the main agent.

Why does my plugin show unexpected actor types or denial streaks during status monitoring?

Your plugin shows unexpected actor types or denial streaks due to detected anomalies in the configuration state. This Skill identifies these issues along with unusual observation shapes, raw delegation counts, and model pins to help isolate the root cause.

Can I track code edit counters and model pins without external dependencies?

Yes, you can track code edit counters and model pins without external dependencies. This Skill operates independently to show the number of code files edited by the main agent and reports raw counts of model pins and delegations.

Does status monitoring require access to specific observation files and plugin state?

Yes, status monitoring requires access to the plugin's state and observation files, specifically the state observations JSONL file. This access allows the Skill to present recent observations and accurately report the overall system health.