Skip to content

Tags: icetomoyo/CodingSkills

Tags

v0.3.0

Toggle v0.3.0's commit message
chore: release v0.3.0

- Update CHANGELOG.md for v0.3.0
- Update README.md: smart-context description, file structure, commands

v0.2.10

Toggle v0.2.10's commit message
chore: release v0.2.10

- Add argument-hint to all skills per official spec
- Refactor smart-changelog with modular release workflow
- Add monorepo detection and version confirmation
- Add tag-related trigger keywords

v0.2.9

Toggle v0.2.9's commit message
chore: release v0.2.9

v0.2.8

Toggle v0.2.8's commit message
Release v0.2.8

- 修复 start-next-feature.md 的 YAML frontmatter 语法错误
- 为 description 字段添加引号,避免冒号被误解析

v0.2.7

Toggle v0.2.7's commit message
Release v0.2.7

- 清理过时的命令引用
- 移除 /list-features 和 /list-issues 引用
- 添加功能整合说明

v0.2.6

Toggle v0.2.6's commit message
Release v0.2.6: 标准化测试指南文件命名规范

- ✨ 添加版本信息到测试指南文件名
- ✨ 统一命名格式: `{TYPE}_{ID}_{VERSION}_{SUFFIX}.md`
- ✨ 将 BUG 前缀改为 ISSUE,保持与 known-issues-tracker 一致
- ✨ 添加文件路径和命名验证规则

- `skills/human-test-guide/SKILL.md` - 核心技能文件
- `commands/start-next-feature.md` - Feature 开发命令
- `commands/complete-feature.md` - Feature 完成命令
- `skills/feature-list-tracker/SKILL.md` - Feature 追踪技能
- `README.md` - 项目文档

✓ 正确: `docs/test-guides/FEATURE_001_v1.1.0_TEST_GUIDE.md`
✓ 正确: `docs/test-guides/ISSUE_003_v1.0.2_REGRESSION_GUIDE.md`
✗ 错误: `test-guides/FEATURE_001_TEST_GUIDE.md` (缺少版本)

详见: skills/human-test-guide/SKILL.md

v0.1.2

Toggle v0.1.2's commit message
refactor: 合并查询类 command 到对应 skill

- list-features 合并到 feature-list-tracker/SKILL.md
- list-issues 合并到 known-issues-tracker/SKILL.md
- query-cold 合并到 smart-context/SKILL.md

合并后的调用方式:
- 列出 features: 直接说 "列出所有 features" 或 /feature-list-tracker
- 列出 issues: 直接说 "列出所有 issues" 或 /known-issues-tracker
- 查询冷轨: 直接说 "之前试过什么方案" 或 /smart-context "关键词"

保留的 commands 都是写操作/复杂流程,必须独立存在

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.1

Toggle v0.1.1's commit message
refactor: 重构 skill 目录结构符合官方规范

- 将 references/templates.md 移动到 examples/sample.md
- 更新 SKILL.md 中的引用链接
- examples/sample.md 语义更清晰(格式示例而非填充模板)

v0.2.5

Toggle v0.2.5's commit message
chore: 添加空的 agents 目录(预留)

保留空的 agents 目录便于后续添加自定义 Agent

v0.2.4

Toggle v0.2.4's commit message
chore: 移除 hooks 文件夹和 Git 追踪中的 .claude 目录

- 从 Git 追踪中移除 .claude/settings.local.json
- 删除 skills/smart-context/hooks/ 文件夹(完全手动流程不再需要)