用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/muratovv/ai-hats --skill review-role命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Backlog lifecycle on the `rack` CLI — create / ls / context / transition / plan-extract, with field edits via `--set` and hypotheses/proposals on the `rack hyp` / `rack proposal` groups. Use for any task lifecycle transition, backlog read, field edit, document, link, hypothesis, or proposal.
Maintainer-only quality gates — pre-push e2e+smoke to master, plus the ->merge and ->done gates on the two roads a card takes into it
Isolated development using git worktrees so the main branch stays clean. Use when starting any non-trivial task (execute state), doing parallel work on multiple tasks, making risky changes you might want to discard, or delegating to a sub-agent (automatic via ai-hats agent --isolation).
基于 SOC 职业分类
正在显示 SKILL.md
| name | review-role |
| description | Audit a role composition for coherence — injection/skill/rule mismatches and composer gaps |
| license | MIT |
Audit a role composition for internal coherence — find injection ↔ skill contradictions, role-binding errors in skills, dead-code priorities, double-injected ROLE blocks, and similar inconsistencies. Output is a report listing findings with concrete fix proposals (rule edits, skill edits, composer changes).
Harness shell prelude. Before any
ai-hatsinvocation:ah() { if command -v ai-hats >/dev/null 2>&1; then ai-hats "$@"; else ./.venv/bin/python -m ai_hats "$@"; fi; } # HATS-790: no bin/ai-hats console script
You are auditing one role (e.g. judge, reflect-session, assistant)
and want to surface coherence problems before they cause runtime drift.
Triggered by ai-hats reflect role <role-name> or invoked manually.
## Guardrails, critical rules) must sit early or late, not buried in
the middle of a long injection where recall degrades ("lost-in-the-middle"
/ U-shaped attention, Liu et al. 2023, arXiv:2307.03172). Flag any
guardrail or critical constraint stranded mid-prompt.<ai_hats_dir>/sessions/retros/role-coherence/<UTC-ISO-ts>-<role>.md.The report is the artifact. Filed proposals (via review-proposal) feed
into the proposal inbox; concrete fix tasks are filed via
rack create per hatrack.
Status: skeleton. Full body — checklist of axes, finding format, rubric for sharpness — to be elaborated in a follow-up task.