Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

odh-dashboard

odh-dashboard 收录了来自 opendatahub-io 的 26 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
26
Stars
58
更新
2026-07-06
Forks
307
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

upstream-sync-local
软件开发工程师

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.

2026-07-06
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-07-06
konflux-onboarding
软件开发工程师

Guides Konflux CI/CD pipeline onboarding for new components — Jira tracking epic, upstream ODH Dockerfile, downstream RHOAI Dockerfile, DevOps coordination, manifest overlays, and OpenShift CI.

2026-07-02
prototype-spec
网页与数字界面设计师

Read a RHOAI UX prototype and produce scoped implementation instructions. Ticket mode (--ticket) for one spec, epic mode (--epic) for all specs + phased execution plan with parallel agent briefings.

2026-07-02
prototype-tickets
项目管理专家

Read a RHOAI UX prototype fork and create a Jira epic with properly scoped child tickets. Deduplicates against existing tickets and switches to review mode when full coverage exists.

2026-07-02
ci-flake-classifier
软件质量保证分析师与测试员

Classify CI failures on a PR as flaky or genuine using cross-PR recurrence, rerun detection, and symptom pattern matching. Use when a PR has failing CI checks and you need to know which are real regressions vs known flaky tests.

2026-06-26
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-06-26
module-onboarding
软件开发工程师

Scaffold a new federated module under packages/. Runs mod-arch-installer, allocates ports, registers the feature flag and SupportedArea in the host, verifies the build (type-check, port validation, container image). Pass the module name in kebab-case as the argument.

2026-06-15
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
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
rbac-review
软件质量保证分析师与测试员

Reviews code changes for proper RBAC enforcement. Catches missing SSAR permission gates, fail-open patterns, assumed access from isAdmin, and pages that break for limited-access users. Use when reviewing PRs, auditing permissions, or checking RBAC compliance.

2026-05-07
flake-check
软件质量保证分析师与测试员

Github PR flake investigator — /flake-check <PR> [--deep] | scan [Nd] [--deep] [--file <name>] -- To see commands just run `/flake-check`

2026-05-01
coderabbit-autofix
软件质量保证分析师与测试员

Auto-fix CodeRabbit review comments - get CodeRabbit review comments from GitHub and fix them interactively or in batch

2026-04-30
coderabbit-code-review
软件质量保证分析师与测试员

Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review cycles.

2026-04-30
coderabbit-review
软件质量保证分析师与测试员

Run CodeRabbit AI code review on your changes

2026-04-30
use-odh-main
网络与计算机系统管理员

Patch the RHOAI or ODH operator ClusterServiceVersion so selected components use ODH images from a floating tag (default quay.io/opendatahub/<component>:main), patch operator RELATED_IMAGE env values in the CSV, restart the operator, wait for reconciliation, and verify deployments/pods. Requires oc, jq, and cluster-admin-capable access. Use when the user wants /use-odh-main behavior, ODH main image overrides on RHOAI, or to list CSV relatedImages (--list).

2026-04-29
style-review
软件质量保证分析师与测试员

Review code for custom styling convention violations in ODH Dashboard against css-patternfly.md rules. Checks PF priority order, wrapper compliance, and class naming conventions. Use when asked to review code, audit styling, or review a PR for convention compliance.

2026-04-17
jira-validate-priority-severity
项目管理专家

Analyze issues for missing or incorrect priority (all types) and severity (bugs only), producing SET_FIELDS operations in the standard triage format.

2026-04-14
jira-evaluate-blockers
项目管理专家

Analyze issues to apply needs-* labels and blocking state, and evaluate existing blockers for resolution signals.

2026-04-13
jira-validate-description
项目管理专家

Validate issue descriptions for completeness against type-specific criteria, producing ADD_COMMENT and ADD_LABEL operations to request missing information from reporters.

2026-04-13
jira-validate-issue-type
项目管理专家

Validate whether issues have the correct type (Bug, Story, Task), align Activity Type with classification, and label standalone stories as enhancement.

2026-04-13
upstream-sync-status
软件开发工程师

Check whether odh-dashboard's copy of an upstream package is up to date, and show any unsynced commits. Pass a package name as an argument (e.g. model-registry or notebooks) or be prompted to choose.

2026-04-13