workflow-orchestration
تنسيق خطوط أنابيب CI/CD باستخدام إضافات متسلسلة
يتطلب إدارة تدفقات العمل التطويرية متعددة الخطوات تنسيق عدة إضافات والحفاظ على الوعي بالحالة. توفر هذه المهارة خطوط أنابيب منظمة تربط التحقق ومراجعة الشيفرة وتوليد الالتزامات وإنشاء طلبات الدمج في تدفقات عمل متماسكة مع بوابات موافقة بشرية.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"workflow-orchestration" 사용 중입니다. Run the pre-commit pipeline for my changes
예상 결과:
- ✅ Phase 1 Complete: Context gathered (CHANGELOG.md reviewed, git status: 5 files changed)
- ✅ Phase 2 Complete: Validation passed (local-validate.sh - all checks green)
- ✅ Phase 3 Complete: Code review passed (no critical issues, 2 warnings noted)
- ✅ Phase 4 Complete: Commit message generated
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- Generated commit message:
- feat(agent): add workflow orchestrator for CI/CD pipelines
- ⚠️ Human approval required before commit
- Files: +230 / -12 across 5 files
보안 감사
안전This skill is a pure documentation file (290 lines) describing workflow orchestration processes. It contains no executable code, scripts, network calls, or file system operations. The static findings are all false positives: backticks in markdown documentation are formatting syntax, not code execution; references to git commands and scripts are documentation examples, not actual operations. This skill orchestrates other skills but has no direct execution capabilities.
위험 요인
🌐 네트워크 접근 (1)
⚙️ 외부 명령어 (42)
품질 점수
만들 수 있는 것
التحقق من الشيفرة قبل الالتزام
تشغيل التحقق ومراجعة الأمان وتوليد رسائل الالتزام تلقائيًا قبل تنفيذ الالتزام بالتغييرات
التعافي من أعطال CI
تشخيص أعطال CI وتحديد الأسباب الجذرية وتطبيق الإصلاحات باستخدام أساليب تصحيح منهجية
أتمتة إنشاء PR
سلسلة التحقق والمراجعة وتفويض PR في سير عمل واحد مع بوابات جودة وموافقة بشرية
이 프롬프트를 사용해 보세요
Run the pre-commit pipeline using the workflow-orchestration skill. Validate with local-validate.sh, run code review, and generate a commit message.
Execute the full PR creation pipeline. Run validation, review, generate commit, get my approval, then delegate to Jules to create the PR.
The CI just failed. Use the CI-recover pipeline to diagnose the issue, identify the root cause, and fix it using systematic debugging.
Read CHANGELOG.md and git status to understand current context. Then run the appropriate workflow-orchestration pipeline for my pending changes.
모범 사례
- شغّل دائمًا local-validate.sh قبل الادعاء بإكمال خط الأنابيب لضمان اجتياز بوابات الجودة
- اقرأ CHANGELOG.md قبل البدء لفهم العمل المعلّق وتجنب تكرار الجهود
- اطلب الموافقة البشرية عند نقاط القرار الحرجة بدلًا من أتمتة الالتزامات بشكل ذاتي
피하기
- تخطي فحوصات التحقق والمتابعة مباشرة إلى الالتزام دون تشغيل local-validate.sh
- تجاوز بوابات الموافقة البشرية للالتزامات أو إنشاء PR
- تعديل الملفات مباشرة دون اتباع مراحل خط الأنابيب الموثقة