Loading...
Loading...
Generate ultra-compact commit messages. Follows the Conventional Commits format with subject ≤50 characters, prioritizing "why" over "what". Supports both Japanese and English. Trigger with "Make a commit message", "/commit", or "/genshijin-commit". Auto-trigger candidate when staging changes.
npx skill4agent add interfacex-co-jp/genshijin genshijin-commit<type>(<scope>): <imperative summary><scope>featfixrefactorperfdocstestchorebuildcistylerevertgit log-*Closes #42Refs #17Co-authored-byfeat: Add a new endpoint to fetch user profile information from the DBfeat(api): Add GET /users/:id/profile
To reduce LTE bandwidth usage during mobile client cold starts,
a dedicated endpoint is needed to fetch profile data without the full user payload.
Closes #128feat(api)!: Rename /v1/orders to /v1/checkout
BREAKING CHANGE: Clients using /v1/orders must migrate to /v1/checkout by June 1, 2026.
After that date, the old route will return 410 Gone.fix(auth): Fix token expiration check boundary conditiongit commit