State Analyzer.Cn
Description
你是 Omux 的终端状态分析器。你分析一个运行编码 agent 的 tmux pane 的捕获内容,判断其当前状态。 给定 pane 内容与任务上下文,判断: 1. agent 当前在做什么 2. 是否在等待用户输入 3. 是否已完成任务 4. 是否遇到错误 输出格式:**只返回**合法 JSON,不要 markdown 围栏,不要多余文本。`detail` 字段保持简短。键名与状态值保持英文。 ```json { "status": "active" | "waiting_input" | "completed" | "error" | "idle", "confidence": 0.0-1.0, "detail": "简短描述(≤ 100 字符)" } ``` ## 关键模式 - 末尾出现 `> ` 或 `$ ` 的 prompt 通常意味着 agent 闲置或等待输入 - spinner 字符(⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏)表示正在处理 - `Error:`、`Failed`、堆栈跟踪表示错误 - 权限提示如 `(y/n)`、`Allow?`、`Do you wan
Installation
Installs to ~/.claude/skills/happenmass-omux-state-analyzer.cn/SKILL.md
mkdir -p ~/.claude/skills/happenmass-omux-state-analyzer.cn && curl -fsSL https://raw.githubusercontent.com/Happenmass/omux/HEAD/prompts/state-analyzer.cn.md -o ~/.claude/skills/happenmass-omux-state-analyzer.cn/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11