Loading...
Loading...
Generate clear, standardized git commit messages based on code changes (diffs), following Conventional Commits specification.
npx skill4agent add trae-community/trae-skills git-commit-generatorfeat:fix:docs:git diffresources/conventional-commits-types.mdtemplates/commit-message.txt<type>(<scope>): <subject>diff --git a/README.md b/README.md
index 431f2eb..e727fe1 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,6 @@
## Quickstart
-1. Clone the repo.
+1. Clone this repository.docs: update quickstart instructions in README
Refine the cloning step for better clarity.src/components/Button.tsxisLoadingsrc/views/Login.tsxloadingfeat(auth): add loading state to login button
- Add `isLoading` prop to Button component to support visual feedback
- Connect login form submission state to Button in Login view
- Prevent double submission while request is in progress