Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:38 +08:00
commit 7c2eac6fbf
10 changed files with 369 additions and 0 deletions

9
commands/commit.md Normal file
View File

@@ -0,0 +1,9 @@
# Create new fast commit task
This command creates well-formatted commits with conventional commit style
- Generate 3 commit message suggestions following the same format as the commit
task.
- Automatically use the first suggestion without asking the user
- Immediately run `git commit -am` with the first message
- Do NOT add Claude co-authorship footer to commits