Loading...
Loading...
Use this skill when committing code, writing commit messages, or reviewing git history in this Next.js project. Triggers on: "commit this", "write a commit message", "what should my commit say", "git commit", or any request to stage and commit changes. Provides project-specific conventional commit format, Thai-language comment conventions, and scope rules matched to this codebase's structure.
npx skill4agent add codingthailand/my-agent-skill-nt git-commit-guide<type>(<scope>): <subject in Thai or English>
[optional body]| Type | When to use |
|---|---|
| New feature or page added |
| Bug fix |
| Code restructure without behavior change |
| UI/CSS changes only (no logic change) |
| Config, deps, tooling (prisma generate, etc.) |
| Documentation or comment changes |
| Performance improvement |
| Scope | Maps to |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
feat(product): add product detail page
fix(cart): fix totalPrice calculation when qty is 0
chore(prisma): regenerate Prisma client after schema changes
style(ui): update badge color in hero component
refactor(auth): extract signIn logic from page component
feat(api): add GET /api/products endpoint with pagination
fix(contact): prevent XSS in email HTML template.envBETTER_AUTH_SECRETDATABASE_URLgenerated/prisma/npx prisma generate--no-verify.envnpm run lintsrc/types/product-service.ts