---
Creates a conventional commit message based on staged changes and specified issue ID. Use when you need to generate a properly formatted commit that references a specific issue.
/plugin marketplace add pchuan98/promptor/plugin install common@chuan根据当前stage的内容和下面指定的风格创建一个 git commit
feat: xxx 这种风格#xx , 默认提交的是issue的id,commit需要能展现它,比如 fix: xxx (#1)feat: A new feature fix: A bug fix docs: Documentation changes style: Code style changes (formatting, etc) refactor: Code changes that neither fix bugs nor add features perf: Performance improvements test: Adding or fixing tests chore: Changes to the build process, tools, etc.
feat: initialize personal context project (#1)
- Set up basic project structure
- Add initial configuration files (.gitignore, README.md)
- Create core directories src/ and docs/
- Add base build and run scripts