From wanwan-skills
Enforce git commit, git add, and PR submission standards. Use this skill whenever the user performs a git commit, git add, writes a commit message, creates a pull request, or mentions anything related to code submission workflows. Also trigger when the user asks for commit message format, PR best practices, git workflow guidelines, or staging files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wanwan-skills:git-commit-principleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Never use Chinese** in commit messages.
type(scope): subject
type: feat, fix, docs, style, refactor, test, chore, perf, ci, buildscope: optional, affected module (e.g. auth, api, ui)subject: lowercase first letter, no trailing period, imperative moodfeat(auth): add JWT loginfix(api): resolve null pointer in user endpointdocs(readme): update installation stepsfeat(auth): 添加 JWT 登录add jwt loginfeat(auth): Add JWT login.git add, check for temporary / generated filesgit add (especially git add .), scan the list of files to be staged.screenshot-*.png, *.screenshot.png, Screen Shot *.png, *.jpg, *.jpeg, *.gif*.tmp, *.log, *.cache, *.out, *.bak, *.swp, *.pid, nohup.outtemp/, tmp/, logs/, cache/, output/, dist/, build/, target/download-*, *.crdownload, *.part*.zip, *.tar.gz, *.rar, *.7z.DS_Store, Thumbs.db, *.sublime-*, *.iml.gitignore if not already present.When assisting with git operations, verify compliance with these rules. If a violation is detected, stop and prompt the user to fix it before proceeding.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yujiewanwan/wanwan_skills --plugin wanwan-skills