Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
opendatahub-io
ملف منشئ GitHub

opendatahub-io

عرض على مستوى المستودعات لـ 254 skills مجمعة عبر 29 مستودعات GitHub.

skills مجمعة
254
مستودعات
29
محدث
2026-07-11
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
ai-helpers
74 skills · 2026-06-29
مطوّرو البرمجياتمحللو أمن المعلوماتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمديرو الشبكات وأنظمة الحاسوب
10 فئات مهنية · 100% مصنفة
29%الحصة
#02
docs-skills
50 skills · 2026-07-09
مطوّرو البرمجياتالكتّاب التقنيونالمحررونمحللو ضمان جودة البرمجيات والمختبرون
4 فئات مهنية · 100% مصنفة
20%الحصة
#03
odh-dashboard
26 skills · 2026-07-06
محللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمصممو واجهات الويب والرقمية
5 فئات مهنية · 100% مصنفة
10%الحصة
#04
odh-test-gen
13 skills · 2026-06-23
محللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمطوّرو البرمجيات
3 فئات مهنية · 100% مصنفة
5.1%الحصة
#05
rfe-creator
12 skills · 2026-07-06
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.7%الحصة
#06
torch-request-skills
12 skills · 2026-05-27
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
4.7%الحصة
#07
architecture-context
10 skills · 2026-06-30
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب
2 فئات مهنية · 100% مصنفة
3.9%الحصة
#08
strat-creator
10 skills · 2026-06-30
مطوّرو البرمجياتمتخصصو إدارة المشاريع
2 فئات مهنية · 100% مصنفة
3.9%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

module-compliance
محللو ضمان جودة البرمجيات والمختبرون

Check an ODH module operator repository for contract violations against the platform onboarding guide. Validates PlatformObject status, CRD structure, Helm chart content, webhook ownership, metadata conventions, and reconciler chain ordering. Use during code review or after scaffolding a new module.

2026-06-29
module-migrate
مطوّرو البرمجيات

Read existing in-tree ODH operator component code and produce a step-by-step extraction checklist for migrating it to a standalone module. Analyzes controller logic, webhooks, RBAC, embedded manifests, and DSC field mappings. Use when extracting a component from the monolithic operator into its own module repo.

2026-06-29
module-scaffold
مطوّرو البرمجيات

Given a component name, generate a complete standalone ODH module operator repository. Produces Go module, CRD types implementing PlatformObject, controller skeleton with reconciler builder pattern, Helm chart, Makefile, CI config, singleton webhook, and AGENTS.md. Use when starting a new module from scratch.

2026-06-29
aipcc-commit-suggest
مطوّرو البرمجيات

Generate AIPCC Commits style commit messages or summarize existing commits

2026-06-25
hello-world-echo
مطوّرو البرمجيات

Hello world plugin implementation

2026-06-25
jira-sprint-summary
متخصصو إدارة المشاريع

Generate comprehensive sprint summaries by analyzing JIRA sprint data, including issue breakdown, progress metrics, and team performance insights.

2026-06-25
konflux-application
مديرو الشبكات وأنظمة الحاسوب

Manage Konflux application

2026-06-25
konflux-component
مديرو الشبكات وأنظمة الحاسوب

Manage Konflux component

2026-06-25
عرض أهم 8 من أصل 74 skills مجمعة في هذا المستودع.
docs-orchestrator
مطوّرو البرمجيات

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 step list, not a workflow engine.

2026-07-09
docs-workflow-writing
مطوّرو البرمجيات

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

2026-07-09
docs-workflow-quality-gate
مطوّرو البرمجيات

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. Produces pass/fail gate with actionable gap list. Iteration logic is owned by the orchestrator, not this skill.

2026-07-09
docs-workflow-code-analysis
مطوّرو البرمجيات

Run code-learner analysis on a source repository for the docs orchestrator workflow. Dispatches a subagent to run learn-code, keeping the heavy orchestration out of the main context. Produces ONBOARDING.md, module registry, per-module summaries, and cross-module relationship data.

2026-07-08
docs-workflow-scope-req-audit
مطوّرو البرمجيات

Classify JIRA requirements by code evidence status before planning. Uses learn-code analysis data and source code inspection to determine if each requirement is grounded, partial, or absent. Fans out one subagent per requirement for isolated classification. Prevents hallucinated documentation for unimplemented features and surfaces gaps for implemented ones. Conditional on has_source_repo.

2026-07-08
docs-workflow-tech-review
مطوّرو البرمجيات

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

2026-07-08
docs-workflow-pipeline-diagnostics
مطوّرو البرمجيات

Diagnose a docs-orchestrator pipeline run for failures, bottlenecks, and context-pressure risks. Runs the diagnostics script, drills into failures, and writes a diagnostic report with actionable recommendations.

2026-07-08
action-comments
محللو ضمان جودة البرمجيات والمختبرون

Fetch unresolved review comments from GitHub PRs or GitLab MRs and action them on local files. Works standalone (interactive) or in CI mode (autonomous). Optionally reads .agent_workspace artifacts for grounding. MUST BE USED when the user asks to action, address, or process review comments on a PR/MR.

2026-07-08
عرض أهم 8 من أصل 50 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
عرض أهم 8 من أصل 26 skills مجمعة في هذا المستودع.
test-plan-analyze-placement
محللو ضمان جودة البرمجيات والمختبرون

Analyze test cases and recommend placement (component repo vs downstream E2E repo). Use for determining where each test should be implemented based on test level, dependencies, and repository capabilities.

2026-06-23
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-06-23
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-06-23
test-plan-generate-test-file
محللو ضمان جودة البرمجيات والمختبرون

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

2026-06-23
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-06-23
test-plan-resolve-gaps
محللو ضمان جودة البرمجيات والمختبرون

Cross-reference existing test plan gaps with new analyzer findings and documentation to determine which gaps are resolved and which remain open. Use after adding new documentation to identify what questions have been answered and what's still missing.

2026-06-23
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-06-23
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-06-23
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
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-07-06
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-06-02
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-06-02
rfe-split
مطوّرو البرمجيات

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.

2026-06-02
rfe-feasibility-review
مطوّرو البرمجيات

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

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
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
torch-build-create
مطوّرو البرمجيات

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.

2026-05-27
torch-build-review
مطوّرو البرمجيات

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.

2026-05-27
torch-build-submit
مطوّرو البرمجيات

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.

2026-05-27
torch-internal-review
مطوّرو البرمجيات

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.

2026-05-27
torch-team-create
مطوّرو البرمجيات

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.

2026-05-27
torch-team-review
مطوّرو البرمجيات

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.

2026-05-27
torch-team-submit
مطوّرو البرمجيات

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.

2026-05-27
torch-internal-create
متخصصو إدارة المشاريع

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.

2026-05-27
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
update-aipcc-base-images-overlay
مطوّرو البرمجيات

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.

2026-06-30
discover-components
مطوّرو البرمجيات

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

2026-06-30
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-06-18
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
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
strategy-create
متخصصو إدارة المشاريع

Create strategies from approved RFEs by cloning them to RHAISTRAT in Jira, or guiding the user through manual cloning.

2026-06-30
strategy-signoff
مطوّرو البرمجيات

Sign off on a CI-approved strategy — pushes content and adds strat-creator-human-sign-off label. For rubric-pass strategies only.

2026-06-18
strategy-refine
مطوّرو البرمجيات

Refine a single strategy — add the HOW, dependencies, impacted teams/components, and non-functional requirements. Requires a strategy key argument.

2026-06-17
strategy-review
متخصصو إدارة المشاريع

Adversarial review of a single refined strategy. Scores against rubric, then runs independent forked reviewers for detailed prose. Requires a strategy key argument.

2026-05-20
strategy-testability-review
متخصصو إدارة المشاريع

Reviews strategy features for testability — are acceptance criteria measurable, are edge cases covered, can this be validated?

2026-05-09
strategy-pull
مطوّرو البرمجيات

Pull a RHAISTRAT issue from Jira into the local/ workspace for human review. Only works on post-CI strategies.

2026-05-09
strategy-push
مطوّرو البرمجيات

Push a locally-refined strategy back to Jira and resubmit to CI. For needs-attention strategies only.

2026-05-09
strategy-architecture-review
مطوّرو البرمجيات

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

2026-04-29
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
eval-analyze
محللو ضمان جودة البرمجيات والمختبرون

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 effectiveness, pattern understanding, API usage, constraint compliance). Produces complete config with execution mode, dataset schema, outputs, judges, models, thresholds. Use when setting up evaluation, testing skills/documentation, adding quality checks, or benchmarking. Auto-triggered by /eval-run when eval.yaml missing. Triggered by "how do I know if my skill/docs work?"

2026-07-10
eval-dataset
محللو ضمان جودة البرمجيات والمختبرون

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 dataset or augments an existing one to improve coverage. Use when setting up evaluation, 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", "generate documentation eval cases". Also useful when /eval-run reports "no test cases found."

2026-07-10
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-07-10
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-07-10
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-07-10
eval-run
مطوّرو البرمجيات

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 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-07-10
eval-setup
مطوّرو البرمجيات

Optional environment configurator for the agent-eval-harness. Configures MLflow tracking, verifies API keys, and troubleshoots dependency issues. Detects available skills and agentic documentation (CLAUDE.md, AGENTS.md, ai-docs/) to suggest appropriate evaluation modes. 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-07-10
eval-check
مطوّرو البرمجيات

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 wants to check their overall setup health, find redundant skills, detect overlapping triggers, or get restructuring recommendations before diving into individual skill evaluation. Triggers on "check my setup", "harness health", "are my skills redundant", "what should I merge", "setup overview", "configuration check".

2026-06-03
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
عرض 12 من أصل 29 مستودعات