Skip to main content

이 저장소의 skills

opendatahub-io/ai-helpers - 2페이지

SkillsMP는 opendatahub-io/ai-helpers에서 70개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

opendatahub-io/ai-helpers

수집된 skill 70개 중 30개를 표시합니다.

직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Resolve the full install-time dependency tree for a Python package. Use when the user needs all transitive dependencies, full dependency list, or install requirements resolved for a specific Python version with environment markers.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when you need to find known packaging bugs, fixes, and workarounds for Python projects by searching GitHub issues and analyzing their resolution status

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to analyze Python package build complexity by inspecting PyPI metadata. Evaluates compilation requirements, dependencies, distribution types, and provides recommendations for wheel building strategies.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to investigate environment variables that can be set when building Python wheels for a given project. Analyzes setup.py, CMake files, and other build configuration files to discover customizable build environment variables.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to check whether a Python package license is compatible with redistribution in Red Hat products, using the Fedora License Data as the authoritative policy source. Produces a structured six-field verdict with escalation guidance for non-trivial…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to deterministically find license information for Python packages by checking PyPI metadata first, then falling back to Git repository LICENSE files using shallow cloning.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to locate source code repositories for Python packages by analyzing PyPI metadata, project URLs, and code hosting platforms like GitHub, GitLab, and Bitbucket. Provides deterministic results with confidence levels.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Analyze PyTorch internals across Python, C++, and CUDA layers using the TorchTalk MCP server. Use when asked about how PyTorch operators work internally, where functions are implemented, what would break if code is modified, or finding tests for PyTorch…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Install and configure TorchTalk MCP server for PyTorch cross-language analysis

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Trace a PyTorch function's cross-language binding chain (Python -> C++ -> CUDA)

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Analyze RPM build.log failures

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to compare CVE vulnerabilities between two OCI container images and generate reports showing fixed and new CVEs.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to filter a pre-fetched set of Hacker News stories down to those that report supply-chain security threats relevant to the Red Hat / RHEL ecosystem, Python (PyPI/pip), or JavaScript/TypeScript (npm/yarn/pnpm). Reads stories from stories.json in…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when a release delay, missed deadline, or delivery incident needs a structured post-mortem. Facilitates context gathering, timeline synthesis, and interactive Five Whys root cause analysis. Produces an executive-ready document in HTML or Markdown.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Generate an engineer activity snapshot showing active JIRA issues with days open, blocked work, upstream PRs awaiting review, recently merged PRs, and open action items from 1:1 notes. Requires a team config YAML file. Use when the user asks to review an…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Generate a weekly team status report combining JIRA and GitHub data. Fetches closed, open, stale, and blocked issues plus PR activity for each team member. Requires a team config YAML file with JIRA project, GitHub repos, and team member mappings. Use when…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Check which candidate PRs have already been cherry-picked into the downstream branch. Use after classify-and-filter to mark already_backported on each PR. Fully deterministic — compares merge SHAs and PR titles.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Auto cherry-pick backport candidates and create a draft PR on the downstream repo. Use after scoring to attempt clean cherry-picks for ai-fixable candidates. The agent must still do semantic validation on the result.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Classify bugfix PRs by type (runtime_bug, platform_specific, unclear, not_bugfix) and filter by file existence at a release tag. Use after fetching raw PRs to produce a filtered candidate list. PRs marked "unclear" need agent review.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Fetch merged bugfix PRs from vllm-project/vllm within a date window. Use when starting a backport triage run to get raw PR data from GitHub. Outputs a JSON array of PR objects with labels, authors, and merge commits.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Push a triage report to GitHub under a timestamped directory in reports/. Use after the agent writes the report markdown and has ranked.json ready. Outputs the report URL to stdout.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Score and rank backport candidates using a composite formula based on verdict, severity, scope, risk, and self-containedness. Use after the agent completes semantic analysis to produce a prioritized ranked list.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to compare vllm requirements files between versions

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to generate slack summaries of vLLM CI SIG Slack channel activity for the RHAIIS midstream release team

원문 언어: 영어

업데이트
수집된 skill 70개 중 30개를 표시합니다.