From hw
Summarize the latest Hypo-Workflow report when the user asks for the most recent evaluation result or milestone outcome.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwThis skill uses the workspace's default tool permissions.
📌 输出语言规则:
Merges /money-save snapshots from a project session into a shareable, dated markdown report at ~/.smtm/reports/{project}/. Use to package progress for co-founders, advisors, or review.
Show current Hypo-Workflow progress when the user wants a concise status summary without mutating pipeline state.
Compares harness evaluation history: shows score trends, per-tier deltas, diminishing returns detection, grade projections, bilingual reports, and ASCII charts. Useful after 2+ evaluations.
Share bugs, ideas, or general feedback.
📌 输出语言规则: 读取 config.yaml → output.language
Use this skill to summarize the latest generated report file.
.pipeline/reports/, or the current state points to the latest report.pipeline/state.yaml if present.output.language and output.timezone from project > global > defaults./hw:report --view M<N>, locate the matching report in .pipeline/reports/ or archived Cycle report directories and load the complete report content. Do not use reports.compact.md for --view.--view target is provided and .pipeline/reports.compact.md exists, show the compact report summary list first.history.completed_prompts[-1].report_file.pipeline/reports/output.language:
.pipeline/PROGRESS.md exists, keep its summary consistent conceptually, but do not mutate it from a read-only report command./hw:report --view M3: load and display the complete report for Milestone M3./hw:report: list compact report summaries from .pipeline/reports.compact.md when available; otherwise summarize the latest report.output.language; default is zh-CNoutput.timezone; default is Asia/ShanghaiHH:MM, cross-day DD日 HH:MMzh-CN / zh to templates/zh/report.md, maps en / en-US to templates/en/report.md, and falls back to templates/report.md when localized templates are missingreferences/evaluation-spec.md — score interpretationreferences/commands-spec.md — report selection behaviorreferences/progress-spec.md — progress summary relationshipSKILL.md — full reporting context