code-review-and-quality
78مراجعة الشيفرة عبر خمسة محاور للجودة
قد تُخفي تغييرات الشيفرة مشكلات تتعلق بالصحة والأمان والبنية وسهولة القراءة والأداء. تطبق هذه المهارة عملية مراجعة منظمة وتنتج ملاحظات عملية مرتبة حسب الأولوية.
Plan Safer Deprecations and Migrations
Legacy systems create maintenance cost and migration risk. This skill provides staged plans, compatibility checks, and rollback guidance for controlled change.
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "deprecation-and-migration" from https://skillstore.io/skills/addyosmani-deprecation-and-migration.md and its manifest at https://skillstore.io/api/skills/addyosmani-deprecation-and-migration/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
جارٍ استخدام "deprecation-and-migration". We need to rename a heavily used database column without downtime.
النتيجة المتوقعة:
Add the new nullable column, deploy dual writes, backfill in throttled batches, switch reads after validation, stop writing the old column, then drop it in a later deployment.
جارٍ استخدام "deprecation-and-migration". A legacy API has active consumers but a replacement is ready.
النتيجة المتوقعة:
All 28 external-command findings are false positives caused by Markdown backticks, fenced code examples, and documented command names; the skill does not execute them. The three reconnaissance findings are ordinary migration rationale and verification checklist text, with no evidence of prompt injection, data exfiltration, or malicious intent.
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
https://skillstore.io/skills/addyosmani-deprecation-and-migration/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/addyosmani-deprecation-and-migration?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/addyosmani-deprecation-and-migration?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/addyosmani-deprecation-and-migration/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/addyosmani-deprecation-and-migration.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). deprecation-and-migration security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-deprecation-and-migration/audits/1@techreport{addyosmani-addyosmani-deprecation-and-migration-2026,
author = {addyosmani},
title = {deprecation-and-migration security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/addyosmani-deprecation-and-migration/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: "deprecation-and-migration security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "addyosmani"
date-released: "2026-09-19"
url: "https://skillstore.io/skills/addyosmani-deprecation-and-migration/audits/1"
identifiers:
- type: other
value: "skillstore:addyosmani-deprecation-and-migration:audit:1"
description: "Skillstore immutable audit report identifier"
Assess consumers, select a replacement, and create an incremental plan for migration, verification, and removal.
Design compatibility layers, feature-flag cutovers, documentation, and consumer-by-consumer migration work.
Plan additive schema changes, batched backfills, dual writes, read cutovers, and a later destructive cleanup.
Should we deprecate this system? Review its value, consumers, replacement options, migration cost, and ongoing maintenance cost. Return a decision with evidence needed.
Create a staged migration plan from [old system] to [replacement]. Include consumer discovery, documentation, verification, rollout gates, rollback actions, and removal criteria.
Compare the Strangler, adapter, and feature-flag patterns for migrating [system]. Recommend one based on traffic control, compatibility, ownership, and rollback needs.
Design a production-safe expand, migrate, and contract plan for changing [schema element]. Include dual writes, batched backfill, validation, read cutover, rollback, and cleanup gates.
المؤلف
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.
ترحيل مواقع WordPress باستخدام wp-migrate.sh
بواسطة BWBama85
قد تؤدي عمليات ترحيل WordPress اليدوية إلى تعطيل قواعد البيانات وURLs والملفات. يوجه هذا skill سير عمل wp-migrate.sh لعمليات ترحيل push، واستيراد الأرشيفات، والنسخ الاحتياطي، وdry runs، والتراجع.
تكوين Firebase Remote Config
بواسطة firebase
تحتاج فرق تطبيقات الأجهزة المحمولة إلى طرق آمنة لتغيير سلوك التطبيق دون إصدار بنية جديدة. ترشد هذه المهارة إلى إعداد Remote Config، والقيم الافتراضية، وتعديلات القوالب، وعمليات النشر عبر CLI بعد المراجعة.
إدارة Azure App Configuration في TypeScript
بواسطة sickn33
تحتاج فرق التطبيقات إلى تكوين متسق، وأعلام ميزات، وسلوك تحديث موحد عبر خدمات TypeScript. توفر هذه المهارة أنماط Azure App Configuration مركزة للإعداد، واستخدام SDK، والتسميات، واللقطات، ومراجع Key Vault.
إدارة Azure App Configuration في Python
بواسطة sickn33
تحتاج الفرق إلى إعدادات سحابية متسقة وسير عمل لعلامات الميزات. توفر هذه المهارة إرشادات Python SDK لعملاء Azure App Configuration والتسميات واللقطات والوصول غير المتزامن.
تحويل قوالب البريد الإلكتروني إلى Mailtrap
بواسطة mailtrap
يمكن أن يؤدي نقل القوالب بين مزوّدي البريد الإلكتروني إلى كسر المتغيرات والشروط واستدعاءات الإرسال. تحوّل هذه المهارة صياغة المزوّد إلى Mailtrap Handlebars وتضع علامات على التغييرات التي تحتاج إلى مراجعة.