Skip to main content
opendatahub-io
GitHub-Creator-Profil

opendatahub-io

Repository-Ansicht von 315 gesammelten Skills in 36 GitHub-Repositories.

gesammelte Skills
315
Repositories
36
aktualisiert
27. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

coderabbit-review
nicht klassifiziert

Use when you need to evaluate CodeRabbit PR comments and fix or reply

26. Aug. 2026
unit-test-project-conformant
nicht klassifiziert

Use this skill to write unit tests that strictly conform to the project's existing testing structure, patterns, and style by learning from similar tests before writing anything new.

26. Aug. 2026
adr-review
nicht klassifiziert

Review an Architectural Decision Record (ADR) using a team of six specialist reviewer subagents and produce a consolidated report as both PDF and PPTX slide deck. Use this skill whenever the user asks to review, critique, audit, or get feedback on an ADR,…

26. Aug. 2026
doc-gap
nicht klassifiziert

Use this skill to analyze context sufficiency for documentation generation. Reads workspace/context-package.json and produces workspace/gap-report.json with severity-rated gaps and a proceed/gather-more/stop recommendation.

26. Aug. 2026
doc-gather
nicht klassifiziert

Use when you need to gather context for a Jira ticket or PR. Resolves ticket metadata, clones relevant repos, collects candidate files, runs filtering pipeline, and produces workspace/context-package.json.

26. Aug. 2026
doc-generate
nicht klassifiziert

Use when you need to generate AsciiDoc documentation modules from gathered context. Reads context package and gap report, generates content, then self-validates with iterative correction (up to 3 retries). Produces generated files and…

26. Aug. 2026
doc-pipeline
nicht klassifiziert

Use this skill to orchestrate the full documentation pipeline. Sequences doc-gather, doc-gap, doc-validate, doc-review, and doc-generate skills based on the requested pipeline mode.

26. Aug. 2026
doc-plan
nicht klassifiziert

Use this skill to produce a STRAT-level documentation plan. Traverses a strategic initiative's child epics and stories to identify what documentation is needed, what type, and at what priority.

26. Aug. 2026
Es werden 8 von 70 gesammelten Skills angezeigt.
mdita-write
nicht klassifiziert

Write Markdown DITA topics and maps, then convert to DITA XML using DITA-OT with the org.lwdita plugin. Use when asked to create DITA documentation, write Markdown DITA topics, generate concept/task/reference content, create DITA maps, or convert Markdown to…

20. Aug. 2026
validate-plugin-prereqs
Softwareentwickler

Check that all environment variables and CLI tools required by the docs-skills plugin are available. Use when setting up a new environment, troubleshooting missing prerequisites, or before running a workflow for the first time.

20. Aug. 2026
docs-workflow-tech-review
Softwarequalitätssicherungsanalysten und -tester

Technical accuracy review with optional code-learner claim validation. Iteration logic owned by the orchestrator.

4. Aug. 2026
git-pr-reader
Softwareentwickler

Unified interface for GitHub PRs and GitLab MRs: read PR/MR data with file filtering, list changed files, get review comments, post inline review comments, reply to existing comment threads, extract line numbers from diffs, validate comments, auto-detect…

4. Aug. 2026
jira-reader
Softwareentwickler

Read and analyze JIRA issues from Red Hat Issue Tracker. Use this skill to fetch issue details, search issues, extract comments and discussions, categorize issues (bugs, CVEs, features, stories), analyze custom fields (release notes, fix versions), retrieve…

14. Juli 2026
docs-orchestrator
Softwareentwickler

Documentation workflow orchestrator. Reads the step list from .agent_workspace/docs-workflow.yaml (or the plugin default). Runs steps sequentially, manages progress state, handles iteration and confirmation gates. Claude is the orchestrator — the YAML is a…

9. Juli 2026
docs-workflow-writing
Softwareentwickler

Write documentation from a documentation plan. Dispatches the docs-writer agent. Supports AsciiDoc (default) and MkDocs formats. Default placement is UPDATE-IN-PLACE; use --draft for staging area. Also supports fix mode for applying technical review…

9. Juli 2026
docs-workflow-quality-gate
Softwareentwickler

Score documentation quality and intent alignment using LLM judge agents (Opus). Dispatches two judge agents in parallel (doc_quality, intent_alignment), extracts specific gaps from AC coverage analysis, and cross-references against scope-req-audit evidence.…

9. Juli 2026
Es werden 8 von 52 gesammelten Skills angezeigt.
konflux-onboarding
nicht klassifiziert

Guides Konflux CI/CD pipeline onboarding for new components — Jira tracking epic, upstream ODH Dockerfile, downstream RHOAI Dockerfile, standalone deployment manifests, OpenShift CI, dashboard-operator registration, and DevOps coordination. Operator…

25. Aug. 2026
module-onboarding
nicht klassifiziert

Scaffold a new federated module under packages/. Runs mod-arch-installer, allocates ports, registers the feature flag and SupportedArea in the host, and verifies the build. Standalone manifests and operator registration are deferred to /konflux-onboarding…

25. Aug. 2026
envtest-debug
nicht klassifiziert

Debug envtest integration test failures in the Dashboard Module Controller. Analyzes test output, identifies failure patterns, reads relevant test code, and suggests fixes. Use when envtest tests fail locally or in CI.

19. Aug. 2026
cluster-deploy-genai
Softwareentwickler

Builds and deploys the gen-ai standalone container to a personal OpenShift cluster for testing. Handles frontend build, Go BFF cross-compile, Podman image build/push to quay.io, and deployment patching. Supports both initial deploy and fast iteration (rebuild…

10. Aug. 2026
coverage-boost
Softwarequalitätssicherungsanalysten und -tester

Parses Jest coverage reports to find uncovered lines, then generates targeted unit tests to increase coverage for a specific package or file. Use when you want to improve test coverage for a particular area of the codebase.

31. Juli 2026
mock-to-unit
Softwarequalitätssicherungsanalysten und -tester

Convert fine-grain Cypress mock tests to Jest unit tests based on CI execution time

31. Juli 2026
upstream-sync-local
Softwareentwickler

Sync upstream changes from a local repository clone. Pass a package name, local repo path, and branch as arguments. Supports cherry-pick (--commit=SHA) and range (--up-to=SHA) modes.

6. Juli 2026
upstream-sync
Softwareentwickler

Sync upstream changes for a package and open a PR. Pass a package name as the first argument (e.g. model-registry or notebooks) or be prompted to choose. Optionally pass a PR URL to do a temporary test sync.

6. Juli 2026
Es werden 8 von 29 gesammelten Skills angezeigt.
architecture-review
nicht klassifiziert

Reviews strategy features for architectural correctness — dependencies, integration patterns, component interactions.

24. Aug. 2026
feasibility-review
nicht klassifiziert

Reviews strategy features for technical feasibility, implementation complexity, and effort estimate credibility.

24. Aug. 2026
initiative-feasibility-review
nicht klassifiziert

Reviews Initiatives for technical feasibility, blockers, and dependency realism.

24. Aug. 2026
rfe-feasibility-review
nicht klassifiziert

Reviews RFEs for technical feasibility, blockers, and alignment with technical strategy.

24. Aug. 2026
initiative-review
nicht klassifiziert

Review and improve Initiatives. Accepts one or more Jira keys (e.g., /initiative-review RHOAIENG-12345) to fetch and review existing Initiatives, or reviews local artifacts from /initiative-create.

24. Aug. 2026
rfe-review
nicht klassifiziert

Review and improve RFEs. Accepts one or more Jira keys (e.g., /rfe.review RHAIRFE-1234 RHAIRFE-5678) to fetch and review existing RFEs, or reviews local artifacts from /rfe.create. Runs rubric scoring, technical feasibility checks, and auto-revises issues it…

24. Aug. 2026
rfe-split
nicht klassifiziert

Split oversized RFEs into smaller, right-sized RFEs. Accepts one or more IDs (e.g., /rfe.split RHAIRFE-1234 RHAIRFE-5678). Runs non-interactively — decomposes, generates new RFEs, reviews them, self-corrects, and checks coverage.

24. Aug. 2026
strategic-alignment-review
nicht klassifiziert

Validates whether an Initiative aligns with its parent RHAISTRAT Outcome. Checks objective advancement, scope consistency, and success criteria contribution.

11. Aug. 2026
Es werden 8 von 20 gesammelten Skills angezeigt.
gitlab-branch-manager
nicht klassifiziert

Create and protect GitLab branches. Use when the user asks to create a branch, protect a branch, or set up branch protection rules on GitLab. Uses the glab GitLab CLI. The script takes three required positional args in order: repo, branch-name, ref (no --ref…

18. Aug. 2026
aws-log-analyzer
Netzwerk- und Computersystemadministratoren

Troubleshoot and analyze logs from AWS CloudWatch Logs. This skill should be used when the user asks to investigate logs, troubleshoot application issues, query log groups, analyze error patterns, or perform log analysis for machines writing to AWS…

11. Aug. 2026
gitlab-code-review
nicht klassifiziert

Code review a GitLab merge request using multiple specialized agents with confidence-based scoring to filter false positives. Use when the user asks to review an MR, do a code review, or check changes in a merge request.

11. Aug. 2026
gitlab-job-analyzer
nicht klassifiziert

Analyze GitLab CI/CD job failures, parse logs, identify error patterns, and troubleshoot pipeline issues. This skill should be used when the user asks to investigate failed jobs, debug pipeline failures, analyze job logs, compare job runs, or generate failure…

11. Aug. 2026
gws-calendar-reader
nicht klassifiziert

Check Google Calendar for team availability and upcoming events. Use when the user asks about free/busy status, team schedules, upcoming events, or calendar availability. Uses the Google Workspace CLI (gws). Requires prior authentication via `gws auth login`…

11. Aug. 2026
gws-doc-action-extractor
nicht klassifiziert

Scan Google Docs shared with you for action patterns (e.g. "create a card", "action item", "open a ticket") in both content and comments, extract them as structured data, and create Jira issues. Use when the user asks to scan docs for actions, find TODOs in…

11. Aug. 2026
gws-drive-reader
nicht klassifiziert

Read and search Google Drive files (Docs, Sheets, Slides, and plain files). Use when the user asks to list, search, or read the content of any file in Google Drive, including Google Docs and Google Sheets. Uses the Google Workspace CLI (gws). Requires prior…

11. Aug. 2026
gws-slides-analyzer
nicht klassifiziert

Search, read, create, and add diagrams to Google Slides presentations. Use when the user asks to find a presentation, read slide content, create a new Google Slides deck, or add visual diagrams to existing slides. Uses the Google Workspace CLI (gws). Requires…

11. Aug. 2026
Es werden 8 von 18 gesammelten Skills angezeigt.
test-plan-create
nicht klassifiziert

Generate a test plan from a strategy (RHAISTRAT or RHOAIENG issue), with optional ADR for extra technical depth. Use when starting test planning for a new RHOAI feature with a defined Jira strategy.

26. Aug. 2026
test-plan-generate-test-file
nicht klassifiziert

Generate one complete test file with all functions for assigned test cases, including quality scoring and auto-revision

26. Aug. 2026
test-plan-publish
nicht klassifiziert

Publish test plan artifacts to GitHub — creates a branch, commits all artifacts, and opens a PR with optional reviewer assignment. Use after test plan review to make artifacts available for team collaboration and formal review feedback.

26. Aug. 2026
test-plan-review
nicht klassifiziert

Reviews a generated test plan for completeness, consistency, and quality using a 5-criteria rubric. Scores, auto-revises, and re-scores (max 2 cycles). Use for automated quality assessment and iterative improvement of generated test plans.

26. Aug. 2026
test-plan-score
nicht klassifiziert

Score an existing test plan using the quality rubric without triggering auto-revision. Use for standalone quality assessment of test plans or evaluating test plans created outside the automated generation pipeline.

26. Aug. 2026
test-plan-score-test-function
nicht klassifiziert

Score generated test function code for completeness, quality, and convention adherence using a 5-criteria rubric. Use for validating generated test code quality before including in the final implementation.

26. Aug. 2026
test-plan-create-cases
nicht klassifiziert

Generate individual test case files from an existing test plan. Use after test plan approval to generate individual TC specifications with preconditions, steps, and expected results organized by category and priority.

25. Aug. 2026
test-plan-case-implement
nicht klassifiziert

Generate executable test automation code from test case specifications (default target: opendatahub-tests; override with --target-repo). Skips TC-UI-*. Use after test cases are reviewed to create production-ready pytest code that follows repository…

20. Aug. 2026
Es werden 8 von 16 gesammelten Skills angezeigt.
aggregate-platform-architecture
Softwareentwickler

Combine multiple component architecture summaries into a platform-level architecture document. Use after generating component summaries to create a wholistic platform view.

4. Aug. 2026
repo-to-architecture-summary
Softwareentwickler

Analyze an ODH/RHOAI component repository and generate an evidence-backed architecture summary.

4. Aug. 2026
update-aipcc-base-images-overlay
Softwareentwickler

Use when the AIPCC base image repository has changed and the overlay file overlays/0017-aipcc-base-images.md needs to be refreshed with current accelerator support information, versions, or architecture details.

4. Aug. 2026
update-rhai-pipeline-overlay
Softwareentwickler

Use when the rhai/pipeline repository has changed and the overlay file overlays/0020-rhai-pipeline.md needs to be refreshed with current product version, published variants, collection matrix, or Pulp publishing details.

31. Juli 2026
update-rhaiis-pipeline-overlay
Softwareentwickler

Use when the rhaiis/pipeline repository has changed and the overlay file overlays/0021-rhaiis-pipeline.md needs to be refreshed with current vLLM versions, variant matrix, or package content details.

31. Juli 2026
update-wheels-builder-overlay
Softwareentwickler

Use when the AIPCC wheels builder repository has changed and the overlay file overlays/0019-wheels-builder.md needs to be refreshed with current builder version, variant matrix, pipeline-API contract, or plugin system details.

31. Juli 2026
discover-components
Softwareentwickler

Discover platform components by exploring breadcrumbs (installers, operators, dependencies) in checkouts directory. Outputs component-map.json for platforms without manifest scripts.

30. Juni 2026
generate-architecture-diagrams
Softwareentwickler

Generate architecture diagrams (Mermaid, C4, security network diagrams) from GENERATED_ARCHITECTURE.md. Creates visual representations for different audiences - developers, architects, security teams.

7. Mai 2026
Es werden 8 von 13 gesammelten Skills angezeigt.
torch-build-create
Softwareentwickler

Capture a PyTorch build-deliverable request (build or sub-version build). Asks clarifying questions, then produces a structured artifact with YAML frontmatter. Use when a consumer needs a new build target.

27. Mai 2026
torch-build-review
Softwareentwickler

Validate a PyTorch build-deliverable request — a definition-of-ready check. Confirms the request is complete, well-formed, and internally coherent, then writes a review file. Run after /torch.build.create or against an existing AIPCC- key.

27. Mai 2026
torch-build-submit
Softwareentwickler

Submit reviewed PyTorch build-deliverable requests to Jira. Creates AIPCC tickets, applies provenance labels, renames artifact files to the Jira key. Use after /torch.build.review when status is Ready.

27. Mai 2026
torch-internal-review
Softwareentwickler

Validate an internal ask — a definition-of-ready check. Confirms the request is complete, well-formed, internally coherent, and carries the governance signal (named approver + approval status) submission requires, then writes a review file.

27. Mai 2026
torch-team-create
Softwareentwickler

Capture a team ask — a cross-cutting request, a dispute, or an unblock-model-validation escalation routed to the architect for prioritization. Asks clarifying questions, then produces a structured artifact with YAML frontmatter.

27. Mai 2026
torch-team-review
Softwareentwickler

Validate a team ask — a definition-of-ready check. Confirms the request is complete, well-formed, internally coherent, and carries the technical context the architect needs to route it, then writes a review file.

27. Mai 2026
torch-team-submit
Softwareentwickler

Submit reviewed team asks to Jira. Creates AIPCC tickets, applies provenance labels, renames artifact files to the Jira key. Use after /torch.team.review when status is Ready.

27. Mai 2026
torch-internal-create
Projektmanagementspezialisten

Capture an internal ask — a request from another AIPCC team or a PyTorch working group, including RFC handoffs and backports. Asks clarifying questions, then produces a structured artifact with YAML frontmatter.

27. Mai 2026
Es werden 8 von 12 gesammelten Skills angezeigt.
eval-analyze
Softwarequalitätssicherungsanalysten und -tester

Generate eval.yaml for the agent eval harness. Two modes - (1) Skill-based - examines SKILL.md, sub-skills, scripts, test cases to verify implementation quality, OR (2) Prompt-based - tests agent capabilities using custom analysis prompts (documentation…

27. Aug. 2026
eval-dataset
nicht klassifiziert

Generate evaluation test cases for an eval.yaml. Sources cases per generation.strategy - skill analysis (default), synthetic LLM generation from generation prompts (documentation and agent-capability evals), or MLflow production traces. Bootstraps a starter…

27. Aug. 2026
eval-run
nicht klassifiziert

Execute an evaluation against test cases (skill or prompt mode), score with judges, and report results. Requires eval.yaml (generated by /eval-analyze). Use when the user wants to test a skill, run eval, benchmark, compare models, detect regressions, check…

27. Aug. 2026
eval-mlflow
Softwareentwickler

MLflow integration for evaluation — sync datasets, log run results, push/pull feedback between the harness and MLflow traces. Use when the user wants to log eval results to MLflow, sync test cases to MLflow datasets, connect judge scores to traces, pull…

14. Aug. 2026
eval-anova
Datenwissenschaftler

Run Design-of-Experiments (DoE) evaluations with ANOVA over a matrix of agent configurations — comparing models, thinking-effort levels, prompts, or other factors across shared test cases, with repeated-measures / mixed-effects statistics that account for…

13. Aug. 2026
eval-check
Sonstige Computerberufe

Evaluate the full harness configuration as a system. Scans all skills, commands, CLAUDE.md, and hooks for redundancy, overlap, type misclassification, and structural issues. Produces an informational report with restructuring suggestions. Use when the user…

12. Aug. 2026
eval-compare
Datenwissenschaftler

Compare evaluation results across multiple models or runs. Takes a directory of eval run artifacts (summary.yaml, run_result.json, HTML reports) and produces a tabbed HTML comparison report with model cards, quality/cost tables, per-case breakdowns, and…

12. Aug. 2026
eval-optimize
Softwareentwickler

Automated skill improvement loop. Runs eval, identifies judge failures, reads traces and rationale, edits the SKILL.md to fix issues, re-runs to verify, and checks for regressions. Use when the user wants to automatically improve a skill based on eval…

10. Juli 2026
Es werden 8 von 11 gesammelten Skills angezeigt.
Es werden 8 von 11 gesammelten Skills angezeigt.
fondue-onboarding
nicht klassifiziert

Use when a Python package needs to be onboarded into the fondue monorepo (builder/ and/or rhai-pipeline/). Analyzes package information, AI packaging analysis, and optional build failure details to configure the package, then creates one or two git commits…

19. Aug. 2026
executive-summary
Softwareentwickler

Use when you need a concise 2-3 line plain-prose summary of a package onboarding outcome for reporting or ticket updates. Summarizes the build result, root cause of any failure, and key next step.

4. Aug. 2026
failure-analysis
Softwareentwickler

Use when a Python package build has failed in the RHAI pipeline and you need root-cause analysis. Reads the failure log excerpt and package context, diagnoses the root cause, and writes a structured analysis report.

4. Aug. 2026
jira-context-summary
Softwareentwickler

Use when you need to extract actionable requirements, decisions, and blockers from Jira ticket comments for a Python package onboarding request. Produces a structured summary with four sections.

4. Aug. 2026
security-audit
Informationssicherheitsanalysten

Use when a Python package needs a security audit before RHAI pipeline onboarding. Triages pre-computed scan outputs and optional source URL, then writes a Markdown report and machine-readable risk verdict.

29. Juli 2026
packaging-investigation
Softwareentwickler

Use when a Python package needs enterprise packaging investigation before RHAI distribution — covering build system, native dependencies, platform support, and packaging strategy. Produces a Markdown analysis and a machine-readable complexity verdict.

29. Juli 2026
license-check
Informationssicherheitsanalysten

Use when assessing whether a Python package's license permits redistribution in Red Hat's AI package distribution pipeline (RHAI). Reads package context, identifies the SPDX license, and writes a structured compatibility verdict.

28. Juli 2026
probe-test-onboarding
Softwarequalitätssicherungsanalysten und -tester

Use when probe tests need to be created for a Python package in the wheels-test repository. Analyzes package information, AI packaging analysis, and Jira context to determine test cases, then creates a git commit.

28. Juli 2026
fix-cve
nicht klassifiziert

Autonomously resolve Python CVE tickets from Jira - groups CVEs by package+branch, creates PRs, monitors Konflux builds, and updates tickets. Requires Atlassian MCP.

24. Aug. 2026
rosa-hcp-provision
Netzwerk- und Computersystemadministratoren

Provision and deprovision ROSA HCP clusters on the shared RHOAI AWS account (rh-aws-saml-login, org 7081269). Covers cluster create, G5g pools (prefer 2xlarge), GPU Operator, namespace pull-secret for quay.io/rhoai, pool resize, bring-up/teardown timing, cost…

20. Aug. 2026
cluster-bot
nicht klassifiziert

Provision ephemeral OpenShift and ROSA test clusters via the Slack cluster-bot app (ci-chat-bot) — launch/rosa create/list/done/auth commands, capability matrix (arm64, GPU, IBM Power/Z, machine flavor), ready-to-use recipes, and known limitations (no…

18. Aug. 2026
arm64-rosa-gpu-smoke
Softwarequalitätssicherungsanalysten und -tester

Validate ARM64 CUDA notebook/runtime images end-to-end — Konflux manifest audit (skopeo arm64), testcontainers CPU smoke (podman --platform linux/arm64), GPU smoke on ROSA G5g/T4G or rdu2 GH200 Grace Hopper (Pod + oc exec), ODH tests/manual GPU notebooks…

11. Aug. 2026
ci-summary
Softwareentwickler

Summarize notebook matrix CI runs into one evolving GitHub PR comment using GitHub Actions and pull request MCP data. Use when triaging build-notebooks failures, summarizing matrix progress, or updating a living CI status comment.

24. Juli 2026
pr-review
Softwarequalitätssicherungsanalysten und -tester

Review pull requests in the notebooks repository using GitHub MCP tools and the project review standards. Use when reviewing a PR, when the user asks for automated PR feedback, or when the workflow invokes Antigravity for GitHub review.

24. Juli 2026
12 von 36 Repositories angezeigt