← ClaudeAtlas

ilk-feedbacklisted

Postmortem for the most recent ilk-loop run. Reads the JSONL summary + per-iteration logs (external-first from `~/.ilk-data`, with legacy skill-root fallback), classifies the outcome (12 taxonomy labels incl. shipped-unverified, self-hosting-drift), recommends next-launch params, saves the report under `~/.ilk-data/projects/<key>/runtime/launcher/postmortems/`. Triggers: "/ilk-feedback", "postmortem", "debrief", "what went wrong", "why did ilk stop", "复盘", "ilk 反馈", "ilk 怎么停了", or after a ilk window exits. Works across Cursor, Claude Code, and Codex.
inluck-net/ilk-skills · ★ 0 · AI & Automation · score 69
Install: claude install-skill inluck-net/ilk-skills
# ilk-feedback — postmortem skill for ilk-loop runs A read-only triage skill that turns the structured logs already produced by `run_ilk_loop_claude.ps1` into: 1. A **classification** of how the run ended (one of 12 taxonomy labels). 2. **Parameter recommendations** for the next launch (consumed by `ilk-launcher` Step 1.5). 3. A **markdown report** persisted to disk for trend analysis. 4. A **chat summary** with a 3-way choice — (a) resume / (b) bump-then-resume / (c) fix code first. ## When to use - The user asks for a postmortem, debrief, or "what went wrong" about a recent ilk run. Common phrasings (English + 中文): - English: `postmortem`, `postmortem on <project>`, `debrief`, `debrief the last run`, `ilk debrief`, `do a postmortem`, `why did ilk stop`, `why did <project> stop`, `what went wrong`, `what went wrong with ilk`, `what happened on the last run`, `feedback on the last run`, `/ilk-feedback` - 中文:`复盘`、`复盘一下`、`复盘 ilk`、`ilk 反馈`、 `为什么 ilk 中断`、`ilk 怎么停了` - Codex: "postmortem the last run", "why did the loop stop", "ilk feedback" - A ilk window just exited (clean or otherwise) and the user wants feedback before re-launching. - The user wants the agent to consider history before launching ilk again — `ilk-launcher` Step 1.5 invokes this implicitly by reading postmortem frontmatter. ## Architecture `<skill-root>` below means the installed skills base directory — `~/.cursor/skills/` (Cursor), `~/.claude/skills/` (Claude Cod