release-workflow
Standardized release processes including versioning, changelog generation, and deployment automation.
Standardized release processes including versioning, changelog generation, and deployment automation.
Update GitHub Actions to latest versions with SHA pinning using actions-up CLI
Debug common manager/HIL + billing/deposit regressions: tasks not appearing in the panel, approve/reject button failures, billing capture loops, and “deposit paid but workflow stuck”. Produces a targeted repro + test run and points to the likely faulty layer (frontend vs backend).
Implementing GitOps workflows for Kubernetes deployments using ArgoCD.
Runs Unity compile→refresh→test workflow. MUST use proactively at task START (baseline check) AND after code changes. Triggers on any implementation, bug fix, or feature request.
Create Atlas project bootstrap for persistent memory tracking. Analyzes conversation and directory structure to generate ~/.atlas/bootstrap/<project>.md and start auto-ingestion.
CDK8s for type-safe Kubernetes manifests using Python. Use when building complex K8s applications programmatically, generating manifests from code, creating reusable infrastructure patterns, or managing multi-environment deployments.
GitFlow automation and PR policy enforcement for MoAI-ADK workflows.
Infrastructure as Code with Terraform for cloud Kubernetes clusters. Covers OKE (Oracle), AKS (Azure), GKE (Google) provisioning, multi-cloud patterns, and state management.
Configure repository with development branch workflow, main branch protection, and PR validation per agent-guide-development-branch-setup.md. Executes setup steps atomically. Use for new repository setup, fixing validation failures, or recovering from configuration drift. Always uses Git MCP server for safe execution.
Complete patterns for creating and managing Helm charts: chart structure, templates, values, dependencies, and deployment workflows for packaging Kubernetes applications.
Orchestrate implementation through fresh subagents per task with two-stage review (spec compliance then code quality). Use when (1) executing a plan with multiple independent tasks, (2) staying in current session to complete all tasks, (3) tasks don't tightly couple together. Each task gets: fresh implementer agent → spec reviewer → quality reviewer → mark complete.
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Mandatory deployment verification protocol with real-time log monitoring
Policy สำหรับ automated security scanning ใน CI/CD pipeline รวม dependency audit, SAST, และ secret detection
Setup GitHub Actions workflow for running Android tests in CI
[REPLACE] Plan changes, validate before execution, execute with verification. Use when [REPLACE with specific triggers].
Git worktreeを使った並列開発を支援。git gtr コマンドで worktree 操作を行う。 【必須発動キーワード】以下を含む発言時は必ずこのスキルを呼び出すこと: - 「worktree」「ワークツリー」 - 「別ブランチで作業」「別リポジトリで」 - 「mainでテスト」「mainで確認」「mainでビルド」 - 「PR #XXX を見て」「PRのコードを確認」 - 「並列でテスト」「複数ブランチで」 - 「git gtr」 重要: git worktree コマンドではなく git gtr コマンドを使用すること。
Handle token failures, API rate limits, and permission errors in GitHub Actions workflows with retry logic, validation checks, and actionable error messages.