category focus

CI/CD

Continuous integration and deployment pipelines.

2465টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
cicd
4

upgrade-strategies

アップグレード戦略の専門スキル。 段階的移行、後方互換性、リスク軽減を提供します。 Anchors: • 『Release It!』(Michael Nygard) / 適用: アップグレード戦略 / 目的: 安全な更新 Trigger: バージョンアップグレード時、マイグレーション計画時、依存関係更新時に使用

daishiman
daishiman
devops
open
cicd
4

infrastructure-as-code

Infrastructure as Code(IaC)の原則に基づく構成管理の自動化を専門とするスキル。 環境変数管理、Secret管理、Railway統合を中心に、再現可能で安全なインフラ構成を実現します。 Anchors: • 『The Pragmatic Programmer』(Andrew Hunt, David Thomas)/ 適用: 設定の外部化・DRY原則・エラーの早期検出 / 目的: 保守性とセキュリティの両立 • IaC 4原則(宣言的定義・べき等性・バージョン管理・不変インフラ)/ 適用: インフラ構成全体 / 目的: 再現可能性の確保 Trigger: Use when designing environment variables, managing secrets, configuring Railway deployments, or setting up infrastructure as code for Next.js/Electron projects. Keywords: railway.json, .env.example, environment variables, GitHub Secrets, Railway Secrets, Turso integration, infrastructure automation

daishiman
daishiman
devops
open
cicd
4

concurrency-control

GitHub Actions の並行実行制御を設計し、レースコンディションを防止するスキル。 concurrency.group と cancel-in-progress を用いた競合回避と検証手順を整理する。 Anchors: • The Pragmatic Programmer / 適用: 並行実行制御と品質維持 / 目的: 実践的な改善原則の適用 • GitHub Actions Concurrency 仕様 / 適用: group と cancel-in-progress の設定 / 目的: レースコンディション防止 • CI/CD Pipeline パターン / 適用: ワークフロー設計と実行管理 / 目的: 安全なパイプライン構築 Trigger: Use when implementing concurrency control in GitHub Actions workflows, preventing race conditions, or designing group-based cancellation strategies. concurrency control, github actions, group, cancel-in-progress, race condition

daishiman
daishiman
devops
open
cicd
4

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Sentry01
Sentry01
devops
open
cicd
4

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding

alexsandrocruz
alexsandrocruz
devops
open
cicd
4

github-actions-debugging

GitHub Actionsワークフロー実行時のデバッグとトラブルシューティング。 Anchors: • Continuous Delivery (Jez Humble) / 適用: パイプライン失敗の診断 / 目的: フィードバックループ短縮 • Site Reliability Engineering (Google) / 適用: ログベース障害分析 / 目的: 体系的エラー診断 Trigger: Use when debugging failed GitHub Actions workflows, analyzing workflow logs, enabling debug logging, troubleshooting permission/secret/cache/timeout issues, or diagnosing runner environment problems. Keywords: github actions, workflow error, failed job, ACTIONS_STEP_DEBUG, ACTIONS_RUNNER_DEBUG, permission denied, cache miss, timeout, runner diagnostics

daishiman
daishiman
devops
open
cicd
4

canary-setup

Interactive setup workflow for configuring the Magnet MCP server to use the canary environment (project-specific, magnet-app directory only). Use when user says "canary setup", "use canary", "test on canary", "configure canary MCP", or "set up canary environment".

toolkit-ai
toolkit-ai
devops
open
cicd
4

verification-before-completion

Use when about to claim work is complete, fixed, or passing, or before committing/creating PRs; requires fresh verification evidence before any success claim.

mway
mway
devops
open
cicd
4

caching-strategies-gha

GitHub Actions のキャッシュ戦略を設計し、キー設計、パス選定、ヒット率改善、10GB制限管理を行うスキル。 actions/cache の最適化、依存キャッシュの分割、Dockerレイヤー連携などを体系化する。 Anchors: • The Pragmatic Programmer / 適用: 実践的改善 / 目的: 反復的な最適化 • Continuous Delivery / 適用: パイプライン最適化 / 目的: 実行時間の短縮 • Site Reliability Engineering / 適用: キャパシティ管理 / 目的: キャッシュ制限の管理 Trigger: Use when optimizing GitHub Actions cache performance, designing cache keys/paths, reducing CI build time, or managing cache size limits.

daishiman
daishiman
devops
open
cicd
4

confidence-check

Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.

agiletec-inc
agiletec-inc
devops
open
cicd
4

github-actions-security

GitHub Actionsワークフローのセキュリティ強化スキル。Repository/Environment Secretsの安全管理、ログマスキング、品質ゲート統合、CI/CDパイプラインの脅威対策を行う。 Anchors: • OWASP Top 10 CI/CD Security Risks / 適用: リスク評価・脅威特定 / 目的: 業界標準に基づくリスク優先度決定 • GitHub Actions Security Hardening Guide / 適用: ワークフロー実装 / 目的: 公式ベストプラクティス準拠 • Threat Modeling (Adam Shostack) / 適用: STRIDE脅威分析 / 目的: 体系的なセキュリティ設計 Trigger: Use when securing GitHub Actions workflows, configuring Environment/Repository Secrets, implementing log masking, adding quality gates to CI/CD pipelines, or performing threat modeling on workflows. github actions security, secrets management, log masking, quality gate, CI/CD security, threat modeling

daishiman
daishiman
devops
open
cicd
4

infra-teardown

Safely destroy infrastructure with state backup and verification

fractary
fractary
devops
open
cicd
4

job-outputs-gha

GitHub Actionsのジョブ出力管理スキル。ジョブ間でのデータ共有、outputs定義、 依存関係設定、条件分岐、マトリックス戦略での出力集約を提供。 Anchors: • Continuous Delivery / 適用: ジョブ間データフロー設計 / 目的: 信頼性の高いパイプライン構築 • GitHub Actions公式ドキュメント / 適用: outputs/needs構文 / 目的: 正確な実装パターン適用 Trigger: Use when sharing data between GitHub Actions jobs, defining job outputs, setting up job dependencies with needs keyword, implementing conditional workflows, or aggregating outputs from matrix strategies.

daishiman
daishiman
devops
open
cicd
4

npm-trustme

Automate npm Trusted Publisher setup via the npm-trustme CLI. Use when configuring or verifying npm Trusted Publishers for GitHub Actions with npx npm-trustme, including browser automation and WebAuthn passkey approval.

regenrek
regenrek
devops
open
cicd
4

github-actions-expressions

GitHub Actionsのワークフローで使用できる式構文とコンテキストオブジェクトを専門とするスキル。 ${{ }}構文、演算子、リテラル、組み込み関数、および利用可能なすべてのコンテキスト(github, env, job, steps, runner, secrets, needs, matrix, inputs)を提供します。 Anchors: • Continuous Delivery (Jez Humble) / 適用: パイプライン設計とCI/CD自動化 / 目的: 信頼性の高いワークフロー式の設計 Trigger: Use when implementing conditional execution (if:), referencing step outputs, generating dynamic values, or utilizing context information (branch names, commit SHA, event types) in GitHub Actions workflows. Keywords: github actions, workflow, expressions, context, ${{ }}, if condition, matrix, secrets, steps output

daishiman
daishiman
devops
open
cicd
4

openspec-archiving

Archives completed changes and merges specification deltas into living documentation. Use when changes are deployed, ready to archive, or specs need updating after implementation. Triggers include "openspec archive", "archive change", "merge specs", "complete proposal", "update documentation", "finalize spec", "mark as done".

forztf
forztf
devops
open
cicd
4

evaluate

FABER Phase 4 - Tests and reviews implementation, looping back to build phase if issues found

fractary
fractary
devops
open
cicd
4

composite-actions

GitHub Actions の Composite Actions 設計と実装を支援するスキル。 action.yml の構造、入出力設計、再利用性、検証手順を整理する。 Anchors: • 『The Pragmatic Programmer』(Andrew Hunt, David Thomas) / 適用: 自動化設計 / 目的: 再利用可能な処理の整理 • 『GitHub Actions公式ドキュメント』 / 適用: Composite Actions 実装 / 目的: 構文仕様の準拠 • 『The Twelve-Factor App』 / 適用: 設定と可搬性 / 目的: アクションの独立性確保 • 『Release It!』(Michael Nygard) / 適用: エラーハンドリング / 目的: 安定運用の設計 Trigger: Use when designing composite actions, validating action.yml structure, or integrating reusable GitHub Actions steps. composite actions, action.yml, reusable action, inputs outputs, github actions

daishiman
daishiman
devops
open
cicd
4

dependency-vulnerability-scanner

Scans dependencies for known vulnerabilities (npm audit, pip-audit, etc.), generates reports, and suggests fixes. Use when user asks to "check vulnerabilities", "security scan", "audit dependencies", "check CVEs", or "vulnerable packages".

Dexploarer
Dexploarer
devops
open
cicd
4

artifact-management-gha

GitHub Actions のアーティファクト管理(upload/download、ジョブ間共有、保持期間、クリーンアップ)の設計と実装を支援するスキル。 データ受け渡しの設計、容量最適化、保管期間戦略を整理し、再現性の高い成果物管理を実現します。 Anchors: • The Pragmatic Programmer / 適用: 成果物管理の実践的改善 / 目的: 確実な共有と品質維持 • GitHub Actions Artifacts / 適用: upload/download仕様 / 目的: 正しい設定と制限理解 • Lean Waste Reduction / 適用: 保持期間と容量管理 / 目的: ストレージ最適化 Trigger: Use when designing or implementing GitHub Actions artifact upload/download flows, job-to-job data sharing, retention policies, or cleanup automation.

daishiman
daishiman
devops
open
Previous
Page 55 / 103
Next