From hw
Read the unified lifecycle log when the user wants milestone, fix, audit, debug, review, or release history.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwThis skill uses the workspace's default tool permissions.
📌 输出语言规则:
Session state: !`source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh" && get_current_session 2>/dev/null || echo "No active session"`
Displays audit logs for Claude Code components (skills, commands, agents, hooks) from .claude/audit/ to monitor health, identify stale items, and track coverage.
Parses .woterclip/heartbeat-log.jsonl to summarize recent heartbeats, aggregate stats like per-persona breakdowns and completion rates, and filter by persona, issue, status, or date.
Share bugs, ideas, or general feedback.
📌 输出语言规则: 读取 config.yaml → output.language
Use this skill to inspect .pipeline/log.yaml.
--full, read .pipeline/log.yaml directly and print 加载完整版 log.yaml (<N> 行) when line counts are available.--full is absent, prefer .pipeline/log.compact.yaml when it exists; otherwise read .pipeline/log.yaml.output.language and output.timezone.output.timezone.--all--type <type>--since <milestone>--fulloutput.language.Recent/status readers must sort by timestamp rather than file order and must use the shared secret-safe redaction helper before showing summaries. /hw:log --full may show complete lifecycle history, but status/dashboard Recent should remain a filtered user activity feed.
/hw:log --full: ignore .pipeline/log.compact.yaml and load the complete lifecycle log./hw:log: use compact log context when available, with full-file fallback when compact is absent.references/log-spec.mdreferences/commands-spec.mdSKILL.md