Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
openshift-online
GitHub 제작자 프로필

openshift-online

8개 GitHub 저장소에서 수집된 40개 skills를 저장소 단위로 보여줍니다.

수집된 skills
40
저장소
8
업데이트
2026-07-19
저장소 탐색

저장소와 대표 skills

ambient
네트워크·컴퓨터 시스템 관리자

Install and verify Ambient Code Platform on an OpenShift cluster using quay.io images. Use when deploying Ambient to any OpenShift namespace — production, ephemeral PR test instances, or developer clusters. Covers secrets, kustomize deploy, rollout verification, and troubleshooting.

2026-07-19
ambient-pr-test
네트워크·컴퓨터 시스템 관리자

Deploy a PR's images (api-server, control-plane, runner) to any OpenShift namespace for integration testing. Supports full SSO deployments (install-openshift.sh) and lightweight dev-mode deployments (install-standard.sh).

2026-07-19
jira-log
프로젝트 관리 전문가

Log one or more Jira issues to the ENGPROD project with the acp component pre-filled. Gathers context to make issues agent-actionable from cold start. Use this whenever work needs tracking in Jira -- creating stories, filing bugs, logging tasks, opening spikes, creating epics, or any time the user says "create a jira", "log this", "file a bug", "new ticket", "open a story", "track this", "create tickets", "batch create", or provides a bullet list of work items. Supports single tickets and batch creation from bullet lists. Triggers on: "log jira", "create jira", "file a bug", "new ticket", "open a story", "jira issue", "track this work", "open a jira", "create a ticket", "create tickets", "batch tickets", "log these items".

2026-07-14
kind
네트워크·컴퓨터 시스템 관리자

Deploy a Kind cluster with OpenShell gateway mode, apply tenant fleet definitions via acpctl apply -k, set up Vertex/Google credentials, spin up sandbox sessions, and configure local openshell CLI connectivity. Use this skill whenever the user wants to test gateway-provisioned sandboxes, create credentials in tenants, debug sandbox provisioning, connect the openshell CLI to a gateway, or run dual-tenant tests. You SHOULD reach for this skill on: "kind-up", "kind cluster", "openshell gateway", "gateway mode", "OPENSHELL_USE_GATEWAY", "sandbox provisioning", "dual-tenant", "tenant-a", "tenant-b", "vertex credential", "spin up a sandbox", "credential in tenant", "openshell sandbox list", "gateway connectivity", "connect to the gateway", "mtls", "port-forward gateway", "acpctl apply -k", "local development".

2026-07-09
upgrade-upstream
소프트웨어 개발자

Upgrade the rh-trex-ai upstream framework dependency in ambient-api-server. Handles version bump, compilation verification, breaking change detection, test execution, and go.sum cleanup. Use when: "upgrade rh-trex-ai", "bump upstream", "update trex", "new upstream version", "upgrade framework", "pull in upstream changes", "update rh-trex-ai to latest".

2026-07-07
reconcile
소프트웨어 개발자

Top-level autonomous orchestrator that reconciles all specs against the codebase. Reads skills/RECONCILE.md for checkpoint state, runs field-level gap analysis, plans waves, and executes the full-stack-pipeline per wave. Idempotent: safe to run repeatedly -- produces the same result for the same spec+code state. Use when: "reconcile everything", "run full reconciliation", "what's the gap across all specs", "autonomous build", "just do it", "build everything", "reconcile specs to code", "spec coverage", "what's left to implement", "implementation status".

2026-07-06
dev-cluster
네트워크·컴퓨터 시스템 관리자

Manages Ambient Code Platform development clusters (kind) for testing changes locally. Use when deploying PRs to kind, bringing up local clusters, rebuilding images, troubleshooting pod issues, or running benchmarks. Triggers on: "test in kind", "deploy locally", "kind cluster", "rebuild images", "pod crashing", "bring up cluster", "kind-up", "dev environment", "local dev".

2026-07-05
ui-audit
웹·디지털 인터페이스 디자이너

Comprehensive workflow to audit the `ambient-ui` component's ui & ux. Use after any changes are made to the `ambient-ui` user interface.

2026-06-18
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
versions-channels-gap
네트워크·컴퓨터 시스템 관리자

Analyze OCP version availability across OCM release channels and marketplace enablement (ROSA Classic, ROSA HCP, OSD GCP). Validates channel promotion status and marketplace availability. Exits 1 on validation FAIL for GA targets missing from required channels or marketplaces. Generates HTML and JSON reports.

2026-07-14
full-gap-analysis
네트워크·컴퓨터 시스템 관리자

Comprehensive gap analysis between OpenShift versions covering AWS STS policies, GCP WIF policies, feature gates, and OCP admin gate acknowledgments. Use when performing complete version upgrade assessment for managed OpenShift (OSD, ROSA). Exits 1 if any validation check (CHECK #1-7) fails; exits 0 if all checks pass. CHECK #8 (Feature Gates) is Info only.

2026-07-02
ocm-version-gate-gap
네트워크·컴퓨터 시스템 관리자

Analyze OCM version gate configurations for OpenShift upgrade releases. Verifies that version gates exist for target OCP versions and checks metadata/configurations. Gracefully handles missing CLI tools or tokens by falling back to high-fidelity mock data. Automatically generates comprehensive reports in HTML and JSON formats.

2026-06-25
aws-sts-gap
정보 보안 분석가

Analyze AWS STS (Security Token Service) IAM policy gaps between OpenShift versions. Use when comparing AWS STS policies across OpenShift versions. Identifies new permissions, removed permissions, and changed permission scopes. Exits 0 when validation passes, exits 1 when validation fails or on execution error. Automatically generates comprehensive reports in HTML and JSON formats.

2026-05-24
feature-gates-gap
소프트웨어 개발자

Analyze OpenShift feature gate differences between versions. Identifies new feature gates, removed gates, and default enablement changes. Logs detected feature gate changes but always exits 0 on successful execution. Automatically generates comprehensive reports in HTML and JSON formats.

2026-05-24
gcp-wif-gap
정보 보안 분석가

Analyze GCP Workload Identity Federation (WIF) policy gaps between OpenShift versions. Use when comparing WIF configurations, IAM roles, and service account permissions across OpenShift versions. Exits 0 when validation passes, exits 1 when validation fails or on execution error. Automatically generates comprehensive reports in HTML and JSON formats.

2026-05-24
ocp-gate-ack-gap
소프트웨어 개발자

Analyze OCP admin gate acknowledgments for upgrade readiness. Verifies that admin gates from baseline version are properly acknowledged in target version. Identifies missing acknowledgment files or unacknowledged gates that would block upgrades. Automatically generates comprehensive reports in HTML and JSON formats.

2026-05-24
prow-autofix
소프트웨어 개발자

One-step automated Prow failure fix workflow. Analyzes latest failed CI job, generates required files (AWS STS policies, GCP WIF templates, acknowledgments), validates, and creates PR to managed-cluster-config. Automatic temporary directory cleanup. Recommended for CI/CD pipelines and automated remediation.

2026-04-20
이 저장소에서 수집된 skills 10개 중 상위 8개를 표시합니다.
walkthrough-hostedcluster-create
소프트웨어 개발자

Guided exploration of the HostedCluster create flow from API types through GKE provisioning

2026-07-16
meeting-notes-to-jira
프로젝트 관리 전문가

Process GCP HCP meeting notes/transcripts into reviewed Jira updates — extracts action items, presents changes for approval, executes via MCP, and generates a Slack summary.

2026-07-13
gcp-hcp-architecture
소프트웨어 개발자

Use when working on GCP HCP-related code or design in any of the GCP HCP repositories: hypershift (platform/gcp/, GCP provider, GCP-related tests), gcp-hcp-infra (Terraform, ArgoCD, infrastructure), gcp-hcp-cli, cls-backend, cls-controller, or when creating or reviewing design decisions, or needing architectural context for GCP Hosted Control Planes on GKE. Accepts optional topic filter: networking, identity, observability, infrastructure, automation, governance, storage, operators, testing, incidents, slo.

2026-07-03
ai-sdlc-pilot-update
프로젝트 관리 전문가

Post a biweekly Agentic SDLC pilot update comment to GCP-579, gathering Jira and GitHub activity for the lookback period.

2026-06-29
add-gcp-service-account
소프트웨어 개발자

Use when adding a new GCP service account for Workload Identity Federation (WIF) in HyperShift and related GCP HCP repositories. Covers e2e plumbing, CI pipeline, API types, IAM bindings, CRD regeneration, CLS backend/controller propagation, and CLI updates across hypershift, openshift/release, gcp-hcp-infra, cls-backend, cls-controller, and gcp-hcp-cli.

2026-04-07
fix-implementation-plan-drifts
소프트웨어 개발자

Use when an implementation plan in gcp-hcp may have drifted from actual code, or when code may have drifted from the plan's design intent. Typically after a feature has landed or a PR has merged. Checks API surface, behavior, interfaces, and structure across repositories.

2026-03-31
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다
openshift-online Agent Skills | SkillsMP