feat(assistant): add pitch-deck-creator assistant#1846
Conversation
…-paper skill - Add officecli-pitch-deck skill with SKILL.md and creating.md - Add pitch-deck-creator assistant with en-US and zh-CN rule files - Add pitch-deck-creator preset to assistantPresets.ts with battle-tested prompts - Update officecli-academic-paper skill files (remove version comment, add D-10 dollar sign warning) - Fix initStorage shouldUpdate to detect nameI18n and descriptionI18n changes
6a1c643 to
40f9156
Compare
Code Review:feat(assistant): add pitch-deck-creator assistant (#1846)变更概述本 PR 新增了 方案评估结论: 新 assistant 文件结构和 skill 文档改进均正确。 问题清单🟡 MEDIUM —
|
| # | 严重级别 | 文件 | 问题 |
|---|---|---|---|
| 1 | 🟡 MEDIUM | src/process/utils/initStorage.ts:968 |
nameI18n/descriptionI18n 未处理 missing 场景 |
| 2 | 🔵 LOW | src/process/utils/initStorage.ts |
缺少 initStorage i18n 修复的单元测试 |
结论
initStorage.ts 的修复逻辑与同文件 promptsI18nMissing 模式不一致,存在历史数据迁移盲点,建议补充 nameI18nMissing/descriptionI18nMissing 检查后合并。
本报告由本地 pr-review skill 生成,包含完整项目上下文,无截断限制。
…ng assistant update Add nameI18nMissing and descriptionI18nMissing checks to shouldUpdate logic, consistent with existing promptsI18nMissing pattern. Ensures legacy users who installed an assistant before nameI18n support was added will receive the i18n data on next startup. Review follow-up for #1846
PR Fix 验证报告原始 PR: #1846
总结: ✅ 已修复 1 个 | ❌ 未能修复 0 个
|
Summary
pitch-deck-creatorassistant withofficecli-pitch-deckskill for building investor decks, product launch presentations, and enterprise sales decksofficecli-academic-paperskill files (sync from officecli v1.0.24, add dollar sign warning)initStorageto detectnameI18nanddescriptionI18nchanges in preset updatesTest plan