Skip to main content
Manusで任意のスキルを実行
ワンクリックで
stolostron
GitHub クリエイタープロフィール

stolostron

10 件の GitHub リポジトリにある 72 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
72
リポジトリ
10
更新
2026-06-30
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
server-foundation-agent
23 件の skills · 2026-06-19
ソフトウェア開発者ネットワーク・コンピュータシステム管理者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト秘書・行政アシスタント(法律・医療・役員除く)
6 件の職業カテゴリ · 100% 分類済み
32%比率
#02
acm-ai-qe
18 件の skills · 2026-06-25
ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
2 件の職業カテゴリ · 100% 分類済み
25%比率
#03
submariner-release-management
16 件の skills · 2026-05-30
ソフトウェア開発者ネットワーク・コンピュータシステム管理者プロジェクト管理専門家
3 件の職業カテゴリ · 100% 分類済み
22%比率
#04
multicluster-global-hub-ai-agent
6 件の skills · 2026-06-25
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
8.3%比率
#05
acm-qe-assistant
3 件の skills · 2026-04-01
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
4.2%比率
#06
claude-code
2 件の skills · 2026-03-16
ネットワーク・コンピュータシステム管理者
1 件の職業カテゴリ · 100% 分類済み
2.8%比率
#07
multicluster-global-hub
1 件の skills · 2026-04-08
ネットワーク・コンピュータシステム管理者
1 件の職業カテゴリ · 100% 分類済み
1.4%比率
#08
hypershift-addon-operator
1 件の skills · 2026-06-30
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
1.4%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

sfa-cve-analysis
情報セキュリティアナリスト

Monitor and analyze CVE (security) issues for Server Foundation team. Groups by CVE, creates one tracking task per CVE (consolidates all affected repositories), and performs deep impact analysis across all branches.

2026-06-19
sfa-github-fetch-prs
ソフトウェア開発者

Fetch/Get/View all active(open) pull requests of sf(server foundation) team. For example: `How many sf PRs opened today?` sometimes user may omit `sf`, directly say `How many PRs opened today?`, if user's context does not contain any other PR related information, then it is assumed that the user intends to query the PRs of the sf team.

2026-06-17
sfa-bug-analyze
ソフトウェア品質保証アナリスト・テスター

Analyze a Jira bug for Server Foundation relevance and reproducibility. Use this skill when the user wants to check if a bug can be reproduced, assess if it has enough information, or verify SF team ownership. Trigger phrases: 'analyze bug', 'check bug reproducibility', 'can we reproduce ACM-12345', 'is this bug reproducible', 'analyze ACM-12345', 'check if bug is SF-related'.

2026-05-29
sfa-bug-reproduce
ソフトウェア品質保証アナリスト・テスター

Orchestrate full bug reproduction workflow: analyze bug, provision ACM cluster, execute test, capture results, and post to Jira. Use this skill when the user wants to reproduce a bug end-to-end, set up a test environment for a bug, or says 'reproduce bug ACM-12345', 'test ACM-12345', 'reproduce this bug automatically'.

2026-05-29
sfa-repo-architecture
ソフトウェア開発者

Generate an architectural overview of upstream OCM-io vs downstream stolostron repos for Server Foundation. Clones all repos, analyzes their code, and produces a Mermaid-diagrammed markdown file at the repo root. Trigger phrases: 'generate architecture doc', 'repo architecture', 'upstream downstream diagram', 'ocm vs stolostron', 'generate repo overview'.

2026-05-27
sfa-jira-triage
ソフトウェア開発者

Generate a bug triage report for the Server Foundation team. Use this skill when the user wants to triage bugs, review new issues, check for unassigned bugs, or says 'triage bugs', 'new bugs', 'bug review', 'unassigned bugs', 'vulnerability review'. Queries Jira for recently created or unresolved bugs and formats a triage summary.

2026-04-08
sfa-cluster-pools
ネットワーク・コンピュータシステム管理者

Manage server foundation OCP cluster pools, cluster claims, and AWS resource cleanup. Use this skill when you need to claim/destroy clusters, check pool status, manage hibernation, track cluster ownership, or identify AWS resources for cleanup. For example: `Claim a cluster from sno-lite pool` or `Who owns cluster xyz?` or `Prevent my cluster from hibernating` or `What AWS resources need cleanup?`

2026-03-31
sfa-workspace-clone
ソフトウェア開発者

Clone a repository and create a git worktree for a specific PR branch or a new development branch. MUST be used for ALL workspace operations — never use plain 'git clone' into workspace/. Use this skill when you need to check out PR code locally, or start new development on any SF repo. Trigger phrases: 'clone worktree', 'checkout PR', 'clone PR', 'worktree for PR', 'fix PR', 'new branch', 'start development'.

2026-03-27
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
acm-qe-code-analyzer
ソフトウェア品質保証アナリスト・テスター

Use when the user wants GitHub PR diff analysis for any ACM-related repo to understand what changed (components, UI, filters, field order, controllers, CRDs, webhooks) and what to test -- WITHOUT running the full JIRA-to-Polarion test case generator pipeline. Defaults to stolostron/console and kubevirt-plugin when no repo is specified (backward compatible with acm-test-case-generator). TRIGGER: analyze PR #N, what changed in this merge, test impact of this diff. DO NOT TRIGGER: user wants Polarion test case from ACM-#### end-to-end (use acm-test-case-generator); user wants only domain facts (use acm-knowledge-base).

2026-06-25
acm-test-case-generator
ソフトウェア品質保証アナリスト・テスター

Use this skill when the user wants a FULL end-to-end Polarion-ready ACM Console UI test case from a JIRA ticket (e.g. ACM-30459): JIRA + PRs + UI discovery + synthesis + optional live validation + writing + mandatory quality review. This is the ONLY skill for that complete path. Do NOT use acm-test-case-writer or acm-qe-code-analyzer for the same request—they are partial workflows. Do NOT use acm-knowledge-base alone; it is reference-only. TRIGGER: generate/write test case from JIRA, Polarion test case for ACM ticket, test coverage for a story. DO NOT TRIGGER: PR-only diff analysis without JIRA-to-Polarion pipeline (use acm-qe-code-analyzer); review-only (use acm-test-case-reviewer).

2026-06-25
acm-test-case-reviewer
ソフトウェア品質保証アナリスト・テスター

Use when the user wants a QUALITY REVIEW of an existing ACM Console UI test case markdown file (conventions, discovered-vs-assumed UI, MCP spot-checks, AC consistency)— without re-running JIRA/PR/UI investigation. If the user just finished acm-test-case-generator, review is already Phase 7 inside that skill—do not invoke this unless reviewing a standalone file or an out-of-band draft. TRIGGER: review this test-case.md, pre-Polarion QA, validate test steps. DO NOT TRIGGER: full test case from JIRA (acm-test-case-generator).

2026-06-25
acm-test-case-writer
ソフトウェア品質保証アナリスト・テスター

Use ONLY when a Polarion-style ACM Console test case markdown must be authored from ALREADY-SYNTHESIZED investigation context (JIRA + code + UI summary present in the thread or artifacts)—not for starting from a bare JIRA ID. For starting from JIRA, use acm-test-case-generator instead. TRIGGER: user explicitly asks to convert existing synthesis into test-case.md; Phase-6-style write with context already in hand. DO NOT TRIGGER: user gives only ACM-#### and expects full pipeline; user wants PR diff analysis only (acm-qe-code-analyzer); user wants quality review only (acm-test-case-reviewer).

2026-06-25
acm-test-case-validator
ソフトウェア品質保証アナリスト・テスター

Executes an existing ACM Console UI test case step-by-step against a live environment and produces a per-step pass/fail report with evidence (screenshots, CLI output, accessibility snapshots). Takes a test case markdown file, Polarion ID, or inline content as input. Does NOT generate or modify test cases -- only validates them. TRIGGER: validate test case, execute test case, run test case on cluster, validate RHACM4K-XXXXX on environment, dry-run test case, check if test case passes. DO NOT TRIGGER: generate test case from JIRA (use acm-test-case-generator); review test case quality/format (use acm-test-case-reviewer); verify a bug fix (use acm-bug-fix-verifier).

2026-06-24
acm-data-enricher
ソフトウェア品質保証アナリスト・テスター

Enrich test failure data with AI-analyzed context -- resolve page objects, verify selector existence in product source, analyze selector change history, and fill feature knowledge gaps. Use when test failure data needs enrichment before classification analysis.

2026-05-29
acm-z-stream-analyzer
ソフトウェア品質保証アナリスト・テスター

Analyze Jenkins pipeline test failures and classify each as PRODUCT_BUG, AUTOMATION_BUG, INFRASTRUCTURE, or NO_BUG. Runs a 4-stage pipeline with data gathering, cluster diagnostics, AI classification, and report generation. Use when asked to analyze a Jenkins run, classify test failures, or investigate pipeline results.

2026-05-29
acm-bug-fix-verifier
ソフトウェア品質保証アナリスト・テスター

Verifies whether a known ACM bug fix has landed on a target environment. Takes a JIRA ticket and a cluster, runs a 7-phase pipeline: parallel JIRA/PR/environment investigation, three-tier fix presence check (branch reachability, build date, code presence), PR code review for fix correctness, Neo4j prerequisite gap analysis with heuristic fallback, Playwright-driven UI/API verification, and verdict with optional JIRA update. Produces BLOCKED, NOT_FIXED, PRESENT, or VERIFIED verdicts with evidence trail. TRIGGER: verify bug fix, confirm fix landed, check if fixed, is the bug fixed, verify ACM-NNNNN on cluster, test fix on environment. DO NOT TRIGGER: hunt for new bugs (use acm-bug-hunter), write test cases (use acm-test-case-generator), cluster health check (use acm-hub-health-check), PR-only code review (use acm-qe-code-analyzer).

2026-05-22
このリポジトリの収集済み skills 18 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 16 件中、上位 8 件を表示しています。
agent-config
ソフトウェア開発者

Agent workflow defaults for GitHub PR work and GitLab GH release pipeline handoffs — DCO sign-off, PR comments after push, merge pipeline fixes to the run branch (main) before telling the user to rerun. Use when creating or updating PRs, fixing acm-global-hub-release GitLab jobs, pushing fixes, babysitting CI, retesting, or when the user asks about agent config or PR conventions.

2026-06-25
fix-cve-pr
ソフトウェア開発者

Two-phase workflow for processing Jira CVE tickets across any project. Driven by a configurable JSON mapping file (component → repo → branch → local path). Phase 1: analyze each ticket and write cve_summaries/<release>/*.md resolution files plus a combined _phase1_summary.md. Phase 2: after user review, create or update PRs (new, grouped, or stacked on existing). Detects open PRs touching the same go.mod to avoid merge conflicts. Use when the user says "fix this CVE", "process these CVE tickets", "analyze CVE issues", or provides a Jira CSV export or list of ACM/OADP/other Jira keys with CVE titles.

2026-06-25
gitlab-gh-release-pipeline
ソフトウェア開発者

Global Hub GitLab release pipeline (vbirsan/acm-global-hub-release). Use when fixing validate-release or trigger-jenkins scripts, telling the user to rerun a pipeline, debugging failed GitLab jobs, or changing Jira param parsing in chunlin-acm-global-hub-release. Enforces push script fixes to GitLab and merge-to-run-branch before handoff.

2026-06-25
jenkins-e2e-polarion
ソフトウェア開発者

Run Global Hub Jenkins e2e pipeline manually and upload results to Polarion. Use when resuming a failed globalhub-main pipeline, triggering regionalhub-import, triggering globalhub-e2e, or uploading e2e results to Polarion.

2026-06-25
jira-create
ソフトウェア開発者

Create or update ACM Jira issues via API with required hygiene fields (Component Global Hub, Assignee, Activity Type, Severity, Priority). Use when creating sub-tasks, QE tasks, linking issues, or when the user asks about Jira API tokens, ACM issue fields, or release-management component alerts.

2026-06-25
update-amq-kafka
ソフトウェア開発者

Automated AMQ Streams and Kafka version update workflow for Multicluster Global Hub. Checks current versions, discovers latest available from RedHat operators catalog (stable channel), creates PR with updates, monitors CI checks, and transitions Jira task to Review state. Use when upgrading AMQ Streams operator or Kafka versions in Global Hub.

2026-06-25
10 件中 10 件のリポジトリを表示
すべてのリポジトリを表示しました