[skill] add skill-journal & tilelang-skill-review feedback loop#998
[skill] add skill-journal & tilelang-skill-review feedback loop#998hedi515 wants to merge 8 commits into
Conversation
hedi515
commented
May 11, 2026
- skill-journal: schema for collecting per-op skill feedback entries
- tilelang-skill-review: aggregates pending entries and applies approved changes
- op-generate: add section 6 to emit feedback into skill-journal after each run
- skill-journal: schema for collecting per-op skill feedback entries - tilelang-skill-review: aggregates pending entries and applies approved changes - op-generate: add section 6 to emit feedback into skill-journal after each run
|
👋 Hi! Thank you for contributing to the TileLang project. Please remember to run We appreciate you taking this step! Our team will review your contribution, and we look forward to your awesome work! 🚀 |
There was a problem hiding this comment.
Code Review
This pull request introduces a 'Skill Journal' system for capturing feedback during operator development, adding a 'Skill Review' skill and updating the 'Operator Generation' skill to mandate feedback collection. The review feedback identifies an accidental deletion of essential development steps and coding standards in the operator generation skill. Suggestions were also provided to improve the feedback coverage requirement by adding a 'no_issue' type and to enhance the readability of the review table by using HTML line breaks for evidence entries.
| --- | ||
|
|
||
| ## 4. 关键编码规范 |
| | # | 检查项 | 必须通过 | | ||
| |---|--------|---------| | ||
| | 1 | `skills_consulted` 包含本次查阅的所有 skill | ✅ | | ||
| | 2 | 至少 50% 的 `skills_consulted` 在 entries 中至少出现一次(避免只反思 op-generate 自己)| ✅ | |
| | `unclear_workflow` | 工作流步骤模糊或漏检查 | 没说"先搜 examples/" 的强制顺序 | | ||
| | `mode_misjudgment` | 编程模式选型描述误导 | 把混合算子说成可用 Developer 单模式 | | ||
| | `pass_config_gap` | pass_configs 配置说明不全 | 没提 `AUTO_CV_SYNC` 必须配 `AUTO_CV_COMBINE` | | ||
| | `other` | 不属于以上 | | |
| - 频次 = entry 数量 | ||
| - 严重度 = 取最高(high > medium > low) | ||
| - 来源 = 同桶内含 developer 来源就标 `👤+🤖`(混合);纯 developer 标 `👤`;纯 agent 标 `🤖` | ||
| - 证据 = 合并所有 evidence(用 `; ` 分隔,仅保留前 3 条) |
576c707 to
cd8d3a8
Compare
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… pass Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…st shapes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>