A community based topic aggregation platform built on atproto
1Create new fast commit task 2 3This task uses the same logic as the commit task (.claude/commands/commit.md) but automatically selects the first suggested commit message without asking for confirmation. 4 5 Generate 3 commit message suggestions following the same format as the commit task 6 Automatically use the first suggestion without asking the user 7 Immediately run git commit -m with the first message 8 All other behaviors remain the same as the commit task (format, package names, staged files only)