-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
需求背景
在使用 Claude Code 进行开发时,需要优化现有的 Slash Commands 以提升开发效率和用户体验。
具体需求
1. 优化 git commit 命令
- 改进 Gitmoji 的使用方式,减少模型在理解和生成 emoji 时的误解
- 确保 commit message 格式的一致性和准确性
2. 完善 issue 全生命周期管理
实现从创建 issue 到合并 PR 的完整工作流 Slash Commands:
issue-create: 创建新 issueissue-explore: 探索和分析 issueissue-plan: 制定实施计划coding-tests: 编写测试代码test-review: 审查测试结果coding-codes: 实现功能代码code-review: 代码审查pr-create: 创建 Pull Requestpr-merge: 合并 Pull Request
预期效果
通过这些改进,开发者能够:
- 更准确地生成符合规范的 commit message
- 通过标准化的命令流程高效完成从 issue 到 PR 的整个开发周期
- 减少手动操作,提高自动化程度
分支命名
feat/4-optimize-slash-commands
Metadata
Metadata
Assignees
Labels
No labels