Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
opendatahub-io
GitHub 创作者资料

opendatahub-io

按仓库查看 19 个 GitHub 仓库中的 157 个已收集 skills,并展示近似职业覆盖。

已收集 skills
157
仓库
19
职业领域
2
更新
2026-06-01
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
ai-helpers
62 个 skills3063更新于 2026-05-29
占该创作者 39%
python-packaging-binary-audit
未分类

Scan a Python package repository for compiled/binary files using Fromager-style detection and malcontent YARA analysis, then triage findings with deterministic rules and AI reasoning to produce a structured risk report section.

2026-05-29
python-packaging-git-audit
未分类

Inspect recent git history of a Python package repository for suspicious commits touching supply-chain-sensitive files, then triage findings with AI reasoning to produce a structured risk report section.

2026-05-29
python-packaging-security-audit
未分类

Use this skill to evaluate the security of a Python package repository by orchestrating static analysis, binary scanning, and git history inspection sub-skills in parallel, then combining their results into a unified security report with a risk rating.

2026-05-29
python-packaging-static-audit
未分类

Run hexora static analysis on a Python package repository to detect suspicious code patterns, then triage findings with deterministic rules and AI reasoning to produce a structured risk report section.

2026-05-29
non-redhat-rpms
未分类

Use this skill to identify non-Red Hat RPM packages installed in container images or on the local machine. For containers, pulls images across multiple architectures and release tags; for local scans, inspects the host directly. Extracts RPM signing metadata and reports packages not signed with the Red Hat GPG key as CSV output. Use when auditing compliance, checking supply-chain provenance, or scanning for third-party RPMs in RHOAI component images.

2026-05-28
github-sync-upstream
未分类

Sync code from an upstream GitHub repository into a target fork (e.g., opendatahub-io midstream). Detects remotes from the current repo, or clones fresh if run from outside. Fetches upstream, merges into a sync branch, restores protected files, resolves conflicts, and opens a PR to the target GitHub repo. Use when asked to sync upstream, merge upstream changes, or bring a GitHub fork up to date with its upstream source.

2026-05-26
acli-setup-check
未分类

Verify acli installation and authentication. Checks if acli is installed, authenticated to Jira, and can query projects. Use when troubleshooting acli issues or setting up acli for the first time.

2026-05-22
coderabbit-review
未分类

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

2026-05-22
当前展示该仓库 Top 8 / 62 个已收集 skills。
#002
odh-dashboard
20 个 skills57300更新于 2026-05-26
占该创作者 13%
jira-eval-review
未分类

Evaluates code changes in a PR against the acceptance criteria of a Jira issue. Given a Jira issue key, determines whether each criterion is satisfied, partially satisfied, or missed. Use when asked to evaluate a PR against a Jira issue, check acceptance criteria, or verify implementation completeness.

2026-05-26
cluster-deploy-genai
软件开发工程师

Builds and deploys the gen-ai sidecar 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 + pod delete). Use when the user wants to test local gen-ai changes on a real (dev) cluster.

2026-05-25
jira-assign-scrum-team
项目管理专家

Assign a scrum team label to issues based on area-to-scrum mapping and team keyword associations, producing ADD_LABEL operations in the standard triage format.

2026-05-21
jira-triage
项目管理专家

Fetch Jira issues by filter criteria, define structured triage operations, and bulk-apply them. Full Triage mode orchestrates all analysis skills on New issues end-to-end.

2026-05-21
jira-validate-area-label
项目管理专家

Validate and assign dashboard-area-* labels on Jira issues using multi-signal analysis. Tag mode assigns missing labels; Validate mode audits existing labels for correctness.

2026-05-21
preflight
软件质量保证分析师与测试员

Pre-merge readiness check for a PR or local branch. Gathers context, runs reviews and checks, reports a results table. Interactive by default — asks what to review and whether to fix. Supports flags: --fix, --local, --review X,Y, --skip-review X,Y, --ci, --help.

2026-05-20
upstream-sync
软件开发工程师

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.

2026-05-19
dev-workflow
软件开发工程师

Orchestrates the full development workflow for ODH Dashboard tasks. After implementing a user's requested change, runs linting, type-checking, and tests to verify correctness. For UI changes, uses an available browser MCP to visually verify the result against the live dev server. Use when the user asks to implement a feature, fix a bug, refactor code, or make any code change in the dashboard.

2026-05-07
当前展示该仓库 Top 8 / 20 个已收集 skills。
#003
aiops-infra
17 个 skills27更新于 2026-06-01
占该创作者 11%
onboard-konflux-components-for-odh-and-rhoai
未分类

Master orchestrator skill for the full ODH/RHOAI component onboarding pipeline. Idempotent — run any number of times for the same Jira. Each run syncs PR/MR state, executes newly-unblocked steps, and posts a summary of what changed. Transitions Jira through In Progress → Review → Resolved automatically.

2026-06-01
integrate-component-with-odh-operator
未分类

Updates the operator repository (opendatahub-io/opendatahub-operator for ODH, red-hat-data-services/rhods-operator for RHOAI) to include a new operator component in build/manifests-config.yaml and raises a GitHub PR. Exits cleanly (no-op) when is_operator=false. Automates Step 9 of the ODH/RHOAI component onboarding pipeline.

2026-05-28
add-component-to-odh-konflux-central
未分类

Onboards a new ODH component onto the Konflux CI platform by adding PipelineRun YAMLs and updating the onboarder workflow in the odh-konflux-central GitHub repository and raising a pull request. Automates Step 4 of the ODH component onboarding pipeline.

2026-05-27
validate-component-onboarding-jira
未分类

Pre-flight validation tool for ODH component onboarding. Given a Jira issue URL, fetches issue details, downloads the component_onboarding_details.yaml attachment, and validates it against the JSON Schema. Use before invoking the full onboarding automation to confirm a ticket meets all schema requirements.

2026-05-27
add-component-to-rhoai-konflux-central
软件开发工程师

Adds a Tekton PipelineRun YAML to the rhoai-konflux-central GitHub repository for a new RHOAI component, then raises a GitHub PR targeting the version-specific branch.

2026-05-25
add-rhoai-dockerfile-labels
软件开发工程师

Checks a component Dockerfile for mandatory RHOAI labels (name, com.redhat.component, summary, description, maintainer, io.k8s.display-name, io.k8s.description). If any are missing or incorrect, clones the component repo, adds the labels, and raises a GitHub PR. Updates the Jira ticket throughout.

2026-05-25
create-component-onboarding-jira
软件开发工程师

Interactively collects ODH/RHOAI component onboarding parameters from the user, generates a validated component_onboarding_details.yaml, and creates or updates a Jira ticket with the YAML attached. When no Jira URL is provided, automatically creates a new ticket by cloning the product-specific onboarding template. Use this before running other onboarding skills.

2026-05-25
create-pull-pipelines-in-rhoai-konflux-central
软件开发工程师

Adds a pull-request Tekton PipelineRun YAML to the rhoai-konflux-central GitHub repository for a new RHOAI component, then raises a GitHub PR targeting the main branch.

2026-05-25
当前展示该仓库 Top 8 / 17 个已收集 skills。
#004
rfe-creator
12 个 skills1221更新于 2026-05-27
占该创作者 7.6%
rfe-feasibility-review
软件开发工程师

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

2026-05-27
rfe-auto-fix
软件开发工程师

Review and fix batches of RFEs automatically. Accepts explicit IDs or a JQL query. Reviews, auto-revises, and splits oversized RFEs. Non-interactive.

2026-05-27
rfe-speedrun
软件开发工程师

End-to-end RFE pipeline. Accepts a single idea, Jira key(s), or a YAML batch file. Creates, reviews, auto-fixes (with splits), and submits. Supports --headless, --announce-complete, and --dry-run for CI.

2026-05-27
architecture-review
软件开发工程师

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

2026-05-27
rfe-create
软件开发工程师

Write a new RFE from a problem statement, idea, or need. Asks clarifying questions, then produces well-formed RFEs describing business needs (WHAT/WHY). Use when starting from scratch.

2026-05-27
feasibility-review
软件开发工程师

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

2026-05-19
rfe-submit
软件开发工程师

Submit or update RFEs in Jira. Creates new RHAIRFE tickets for new RFEs, or updates existing tickets for RFEs fetched from Jira. Use after /rfe.review.

2026-05-04
rfe-review
软件开发工程师

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 finds.

2026-04-09
当前展示该仓库 Top 8 / 12 个已收集 skills。
#005
architecture-context
9 个 skills618更新于 2026-05-14
占该创作者 5.7%
repo-to-architecture-summary
软件开发工程师

Analyze a component repository and generate comprehensive architecture summary with structured markdown tables. Use when analyzing ODH/RHOAI components, documenting architecture, or creating security diagrams.

2026-05-14
discover-components
软件开发工程师

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

2026-05-14
generate-architecture-diagrams
软件开发工程师

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

2026-05-07
generate-component-diagrams
软件开发工程师

Generate diagrams for all component architecture files in an organized architecture directory. Processes each component sequentially ONE AT A TIME by reading the .md file and extracting data from tables. Creates Mermaid, C4, and security diagrams. Skips components that already have diagrams by default.

2026-05-07
generate-platform-diagrams
软件开发工程师

Generate platform-level diagrams (dependency graphs, network topology, cross-component workflows) from aggregated PLATFORM.md file. Creates visualizations for architects, security teams, and platform engineers.

2026-05-07
aggregate-platform-architecture
软件开发工程师

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

2026-05-07
analyze-platform-components
软件开发工程师

Analyze all components for a platform (ODH or RHOAI) sequentially by parsing get_all_manifests.sh and executing repo-to-architecture-summary for each. Skips components that already have GENERATED_ARCHITECTURE.md. Fully autonomous and resumable.

2026-03-12
collect-component-architectures
软件开发工程师

Collect and organize GENERATED_ARCHITECTURE.md files from checkouts into a structured architecture directory by platform, version, and component name.

2026-03-12
当前展示该仓库 Top 8 / 9 个已收集 skills。
#006
odh-test-gen
9 个 skills06更新于 2026-05-19
占该创作者 5.7%
test-plan-create
未分类

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.

2026-05-19
test-plan-review
项目管理专家

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.

2026-05-19
test-plan-score
项目管理专家

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.

2026-05-19
test-plan-create-cases
未分类

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.

2026-05-18
test-plan-ui-verify
软件质量保证分析师与测试员

Browser-based UI test execution against live ODH/RHOAI clusters. Loads TCs from a GitHub PR or repo folder via ui_prepare.py, executes each via a persistent Playwright browser, and produces a visual HTML report with PASS/FAIL/BLOCKED/INCOMPLETE verdicts and screenshots. Use for verifying UI test cases against live clusters with visual evidence and screenshot capture.

2026-05-18
test-plan-publish
软件开发工程师

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.

2026-05-14
test-plan-case-implement
软件质量保证分析师与测试员

Generate executable test automation code from test case specifications with intelligent placement in component or downstream repos. Use after test cases are reviewed to create production-ready pytest code that follows repository conventions.

2026-05-13
test-plan-update
项目管理专家

Update an existing test plan with new documentation (ADR, API specs, design docs). Re-analyzes, updates artifacts, bumps version, and optionally regenerates test cases. Use when requirements evolve or new technical documentation becomes available after initial test plan creation.

2026-05-13
当前展示该仓库 Top 8 / 9 个已收集 skills。
#007
agent-eval-harness
8 个 skills1518更新于 2026-05-29
占该创作者 5.1%
eval-dataset
未分类

Generate evaluation test cases for a skill. Creates realistic test inputs based on skill analysis, bootstraps a starter dataset, or expands an existing one to improve coverage. Use when setting up evaluation for the first time, when the user needs test cases, when coverage is too thin, or after /eval-analyze when no dataset exists yet. Triggers on "create test cases", "generate test data", "need test inputs", "make a dataset", "add more cases", "improve coverage". Also useful when /eval-run reports "no test cases found."

2026-05-29
eval-mlflow
未分类

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 MLflow annotations for eval-optimize, or view results in the MLflow UI. Triggers on "log to mlflow", "sync dataset", "push results", "mlflow integration", "view in mlflow".

2026-05-29
eval-run
未分类

Execute skill evaluation against test cases, 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 skill quality, or verify changes didn't break anything. Triggers on "run eval", "test the skill", "evaluate", "benchmark", "check for regressions", "how does my skill perform", "score the skill", "run the tests", "run my evals", "compare against baseline", "did I break anything", "test my changes". Also called by /eval-optimize for automated iterations.

2026-05-29
eval-optimize
未分类

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 results, fix failing judges, make the skill better, auto-fix quality issues, improve scores, or iterate until all judges pass. Triggers on "optimize the skill", "make it pass", "auto-fix", "improve the scores", "why is it failing". Works best after /eval-run has produced results to learn from.

2026-05-29
eval-review
未分类

Interactive review of evaluation results. Presents judge scores and skill outputs for human feedback, then proposes SKILL.md improvements based on what the user identifies. Use when the user wants to review eval results, look at results, check scores, see what went wrong, give qualitative feedback on skill outputs, or iterate on a skill based on human judgment rather than automated fixes. Triggers on "review the run", "how did my skill do", "what failed", "look at the eval results", "check the scores". Complements /eval-optimize (automated) with human-in-the-loop review.

2026-05-29
eval-analyze
未分类

Analyze a skill and generate eval.yaml for the agent eval harness. Deeply examines the skill's SKILL.md, sub-skills, scripts, and test cases to produce the full evaluation config — execution mode, dataset schema, output descriptions, judges, models, and thresholds. Use this skill whenever someone wants to set up evaluation, test a skill, add quality checks, benchmark a skill, or just created a new skill and needs eval infrastructure. Also triggered automatically by /eval-run when eval.yaml is missing. Even if the user just says "how do I know if my skill is working?" — this is the right starting point.

2026-05-29
eval-setup
软件质量保证分析师与测试员

Optional environment configurator for the agent-eval-harness. Configures MLflow tracking, verifies API keys, and troubleshoots dependency issues. Not required for basic usage — dependencies auto-install via SessionStart hook and agent_eval is available via symlinks. Use when the user wants to configure MLflow tracking, troubleshoot import errors, verify the environment, or set up a remote MLflow server. Also triggers on "configure mlflow", "set up tracking", "ModuleNotFoundError", "mlflow not installed", "missing dependencies", or "check my eval environment".

2026-05-06
fake-jira-skill
软件质量保证分析师与测试员

Query Jira for bugs in a project and summarize coverage gaps. Test fixture for e2e external-state field detection.

2026-04-30
#008
autofix-skills
4 个 skills24更新于 2026-05-29
占该创作者 2.5%
#009
mod-arch-library
3 个 skills220更新于 2026-04-17
占该创作者 1.9%
#010
skills-registry
2 个 skills1831更新于 2026-05-08
占该创作者 1.3%
已展示 12 / 19 个仓库
opendatahub-io GitHub Skills | SkillsMP