بنقرة واحدة
ci-cd-helper
Generate CI/CD configurations and automation scripts for building, testing, and deploying
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate CI/CD configurations and automation scripts for building, testing, and deploying
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate comprehensive API documentation using DocC (Swift-DocC) for your PaleoRose project
Analyze and optimize Xcode asset catalogs - find unused assets, missing resolutions, compress images
Analyze and optimize Xcode build times by identifying slow compilation units and suggesting improvements
Calculate code quality metrics - complexity, coverage, maintainability
Parse and analyze macOS crash logs to identify crash causes and debugging information
Parse and validate XIB/Storyboard files for broken outlets, warnings, accessibility
| name | ci-cd-helper |
| description | Generate CI/CD configurations and automation scripts for building, testing, and deploying |
| type | skill |
| language | bash |
Generate continuous integration and deployment configurations.
generate_github_workflow.sh - Create GitHub Actions YAMLsetup_fastlane.sh - Initialize Fastlanebuild_script.sh - Automated build scripttest_script.sh - Automated test runner# Generate GitHub Actions
./generate_github_workflow.sh --platform macos --tests
# Setup Fastlane
./setup_fastlane.sh --appname PaleoRose