.cursor/skills/version-update-notes/SKILL.md
Generate CouponCycle version update notes in Chinese (一行格式) and track versions. Use when the user asks for a version note, release note, update note, 更新说明, 版本说明, or to add or bump a version.
npx skillsauth add lifan-builds/credit-card-tracker version-update-notesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate release/version update text in the project's standard format and keep VERSION_HISTORY.md in sync.
V主.次: 简短中文描述(可多句,逗号/句号分隔)V1.15:简短描述功能或修复,可再补一句说明。From history:
V1.14:支持福利部分完成追踪,并精简视图选项。福利可记录部分使用金额(如 $30/$50)、显示进度条,ROI 按实际使用金额计算;新增「Mark Complete」与「Partial Complete」按钮。福利展示仅保留「按信用卡分组」与「按类别分组」,移除列表视图。V1.12: 优化卡片添加/编辑页面:可折叠福利展示、智能提示工具、信用卡昵称功能,界面更简洁易用V1.5: 将按钮替换为三个独立的视图按钮(列表视图、按类别分组、按信用卡分组),并移除了拖拽重排功能,使界面更清晰直观。Keep the same tone: 简短、清晰、用户向。
tools
Update, add, or remove benefits from existing credit cards in CouponCycle. Use when the user asks to update card benefits, add a new benefit to a card, remove a benefit, change benefit values, or mentions annual fee updates for cards like Amex Platinum, Chase Sapphire Reserve.
documentation
Self-reflect on the current chat session, summarize changes made, and update project documentation (AGENTS.md, VERSION_HISTORY.md). Use when the user asks to summarize, recap, reflect on, or document what was done in this session, or asks to update docs/documentation after making changes.
testing
Add a new credit card to the CouponCycle application with its image and benefits. Use when the user asks to add a new card, create a card template, download a card image, or mentions adding cards like "Amex", "Chase", "Citi" to the system.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.