code-review-and-quality
78مراجعة الشيفرة عبر خمسة محاور للجودة
قد تُخفي تغييرات الشيفرة مشكلات تتعلق بالصحة والأمان والبنية وسهولة القراءة والأداء. تطبق هذه المهارة عملية مراجعة منظمة وتنتج ملاحظات عملية مرتبة حسب الأولوية.
Improve Git Workflows and Release Versioning
Unstructured branches, oversized commits, and unclear releases make changes difficult to review, revert, and communicate. This skill provides practical Git workflows for disciplined changes, safe collaboration, and predictable versioned releases.
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "git-workflow-and-versioning" from https://skillstore.io/skills/addyosmani-git-workflow-and-versioning.md and its manifest at https://skillstore.io/api/skills/addyosmani-git-workflow-and-versioning/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
جارٍ استخدام "git-workflow-and-versioning". A small validation feature needs implementation, tests, and documentation.
النتيجة المتوقعة:
Branch: feature/email-validation. Commits: add validation, add tests, update documentation. Each commit remains independently reviewable.
جارٍ استخدام "git-workflow-and-versioning". A release adds a backward-compatible capability and deprecates an old endpoint.
النتيجة المتوقعة:
All 69 static findings are false positives caused by Markdown syntax, illustrative Git commands, fixed example paths, defensive secret-name checks, or sensitive-file exclusion advice. The skill contains no runtime execution, prompt injection, credential exfiltration, or network behavior; the main residual concern is user error when following destructive Git examples.
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
https://skillstore.io/skills/addyosmani-git-workflow-and-versioning/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/addyosmani-git-workflow-and-versioning?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/addyosmani-git-workflow-and-versioning?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/addyosmani-git-workflow-and-versioning/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/addyosmani-git-workflow-and-versioning.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>addyosmani. (2026). git-workflow-and-versioning security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-git-workflow-and-versioning/audits/1@techreport{addyosmani-addyosmani-git-workflow-and-versioning-2026,
author = {addyosmani},
title = {git-workflow-and-versioning security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/addyosmani-git-workflow-and-versioning/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "git-workflow-and-versioning security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "addyosmani"
date-released: "2026-09-19"
url: "https://skillstore.io/skills/addyosmani-git-workflow-and-versioning/audits/1"
identifiers:
- type: other
value: "skillstore:addyosmani-git-workflow-and-versioning:audit:1"
description: "Skillstore immutable audit report identifier"
Turn a feature request into a short-lived branch plan with logical increments, tests, and commit boundaries.
Organize independent worktrees, branch names, merge points, and cleanup steps for multiple contributors or AI agents.
Choose a semantic version bump, create a tag plan, and draft a changelog focused on user impact and migration needs.
I need to make this change: [describe change]. Propose a branch name, three logical implementation slices, and a commit message for each slice.
Review this list of uncommitted changes: [paste file and change summary]. Group them into clean atomic commits and explain the staging order.
We have these parallel tasks: [list tasks]. Design a worktree layout, branch names, integration order, and conflict-reduction checks.
Given these changes and consumer impacts: [describe changes], recommend a semantic version bump, tag message, changelog sections, and migration notes.
المؤلف
addyosmaniالترخيص
MIT
مراجعة Skillstore
r1
تنبيه الإصدار
لم يعلن المؤلف عن إصدار.
مرجع
5d5054f8a23586f9b500fece1cb613a9dffc787b
حداثة الصيانة
١٩/٩/٢٠٢٦
الاستخدام
0 تنزيلات · 0 مشاهدات
بنية الملفات
📄 SKILL.md
مراجعة الشيفرة عبر خمسة محاور للجودة
قد تُخفي تغييرات الشيفرة مشكلات تتعلق بالصحة والأمان والبنية وسهولة القراءة والأداء. تطبق هذه المهارة عملية مراجعة منظمة وتنتج ملاحظات عملية مرتبة حسب الأولوية.
Clarify User Intent Before You Build
Underspecified requests cause teams to build the wrong outcome and discover misalignment late. This skill runs a focused, one-question interview that turns ambiguity into confirmed intent.
Plan Work Into Verifiable Tasks
Large or vague software work can hide dependencies, missing acceptance criteria, and verification gaps. This skill converts a specification into ordered task slices with checkpoints, scope guidance, and clear completion conditions.
Document Decisions and Architecture Clearly
Teams lose context when important technical decisions remain in chat, code comments, or individual memory. This skill turns architectural reasoning, API guidance, project instructions, and release changes into structured documentation.
Build Accessible, Production-Ready Frontends
Frontend work can become inconsistent, inaccessible, or difficult to maintain. This skill guides component architecture, responsive layouts, state handling, and polished user experiences.
Debug Errors with a Root-Cause Workflow
Debugging failures by guesswork wastes time and can hide the real cause. This skill provides a repeatable process for reproducing, isolating, fixing, and verifying problems.
إعداد حزم الإصدار
بواسطة yaojingang
غالبا ما تجمع فرق الإصدار خطوات الطرح، وملاحظات الترحيل، ومحفزات التراجع، ورسائل أصحاب المصلحة في أماكن منفصلة. تحول هذه المهارة تلك المدخلات إلى حزمة إصدار منظمة واحدة مع إرشادات GO/NO-GO.
إدارة سير عمل Git وفق معايير الفريق
بواسطة Atman36
تحتاج الفرق إلى عادات متسقة للالتزامات والفروع والمراجعة للحفاظ على سجل قابل للقراءة. توفر هذه المهارة لـ Claude وCodex وClaude Code قائمة تحقق عملية لسير عمل Git.
تشخيص فشل البناء باستخدام تحليل السبب الجذري
بواسطة CleanExpo
غالبا ما تختبئ عوائق البناء خلف سجلات غير واضحة، أو إعدادات معطلة، أو اختبارات غير مكتملة. توجه هذه المهارة Claude وCodex وClaude Code خلال التشخيص، وتخطيط الإصلاح، والتحقق، والتصعيد.
كتابة رسائل Git Commit وفق Conventional Commits
بواسطة 0xmsc
غالبا ما يضيع المطورون وقتا في تحويل التغييرات المرحلية إلى سجل commit واضح. ترشد هذه المهارة إلى استخدام Conventional Commits، والتغييرات الذرية، وخطوات مراجعة git الآمنة.
إتقان سير عمل Git المتقدم
بواسطة AutumnsGrove
قد يكون إصلاح سجل Git المعقد صعبًا دون فقدان العمل. توفر هذه المهارة سير عمل موجهة لـ rebase، والتعارضات، وbisect، والاسترداد، وإدارة الفروع.
تتبّع خطط المشاريع في جلسات الذكاء الاصطناعي
بواسطة 0xDarkMatter
يمكن أن تفقد جلسات الترميز بالذكاء الاصطناعي تتبّع خطط المشروع عندما تكون الملاحظات قديمة أو مفقودة. تتحقق هذه المهارة من حالة الخطة وتقترح إجراء الحفظ أو المزامنة المناسب.