بنقرة واحدة
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.