一键导入
git-collaboration-standards
Universal standards for version control, branching, and team collaboration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Universal standards for version control, branching, and team collaboration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Motion design principles for mobile apps. Covers timing curves, transitions, gestures, and performance-conscious animations.
基于 SOC 职业分类
| name | Git & Collaboration Standards |
| description | Universal standards for version control, branching, and team collaboration. |
| metadata | {"labels":["git","collaboration","commits","branching"],"triggers":{"keywords":["commit","branch","merge","pull-request","git"]}} |
Universal standards for version control, branching, and team collaboration.
Universal standards for effective version control, branching strategies, and team collaboration.
<type>(<scope>): <description> (e.g., feat(auth): add login validation).feat (new feature), fix (bug fix), docs, style, refactor, perf, test, chore.feat/, fix/, hotfix/, refactor/, docs/.main or develop. Use Pull Requests.git rebase (instead of merge) to keep a linear history when updating local branches from develop or main.git rebase -i to squash or fixup small, messy commits before pushing to a shared branch.Closes #123)..env, keys, or certificates. Use .gitignore strictly.husky or lefthook to enforce standards locally.vX.Y.Z) for releases. Update CHANGELOG.md accordingly.