Back to authors
opendatahub-io

opendatahub-io

58 Skills published on GitHub.

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.

UncategorizedView skill →

adr-review

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, architecture decision, design doc, or RFC — whether the input is a Markdown file, a .docx document, or pasted text. Trigger even if the user does not explicitly say "ADR"; phrases like "review this architecture decision", "critique this design doc", or "run the reviewer panel on this" should also invoke this skill.

UncategorizedView skill →

ai-bug-fix-triage

Triage JIRA bugs against repository code to classify AI fixability. Use when reviewing a backlog of bugs to determine which ones an AI agent can fix.

UncategorizedView skill →

aipcc-commit-suggest

Generate AIPCC Commits style commit messages or summarize existing commits

UncategorizedView skill →

coderabbit-review

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

UncategorizedView skill →

cve-fix-apply

>-

UncategorizedView skill →

cve-scan

>-

UncategorizedView skill →

cve-verify

>-

UncategorizedView skill →

cve-vex-assess

>-

UncategorizedView skill →

doc-gap

>

UncategorizedView skill →

doc-gather

>

UncategorizedView skill →

doc-generate

>

UncategorizedView skill →

doc-pipeline

>

UncategorizedView skill →

doc-plan

>

UncategorizedView skill →

doc-post

>

UncategorizedView skill →

doc-review

>

UncategorizedView skill →

doc-validate

>

UncategorizedView skill →

gist-upload

Use this skill to upload a summary or plan from the current conversation as a GitHub Gist using the `gh` CLI.

UncategorizedView skill →

git-shallow-clone

Use this skill to perform a shallow clone of a Git repository to a temporary location.

UncategorizedView skill →

github-actions-debugger

Debug and monitor GitHub Actions workflow runs. Check run status, view failed job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitHub Actions failures, inspect job output, or identify the root cause of a broken workflow run.

UncategorizedView skill →

gitlab-pipeline-debugger

Debug and monitor GitLab CI/CD pipelines for merge requests. Check pipeline status, view job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitLab CI pipeline issues, check job statuses, or view specific job logs.

UncategorizedView skill →

google-workspace

>

UncategorizedView skill →

hello-world-echo

Hello world plugin implementation

UncategorizedView skill →

jira-activity

Summarize Jira ticket activity, including child tickets, to detect stale tickets in the backlog. Use when user asks to review one or more Jira tickets to determine if they are being worked on.

UncategorizedView skill →

jira-aipcc-create

Create Jira issues in the AIPCC project. Infers summary, description, type, and component from conversation context, confirms with the user before creating. Use when the user wants to file a new AIPCC Jira issue.

UncategorizedView skill →

jira-autofix-cve-resolve

>-

UncategorizedView skill →

jira-sprint-summary

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

UncategorizedView skill →

jira-status-summary

>

UncategorizedView skill →

jira-upload-chat-log

Use this skill to export and upload the current chat conversation as a markdown file attachment to a JIRA ticket for later review and documentation.

UncategorizedView skill →

jira-workitem-attach

Upload file attachments to Jira tickets. Verifies file exists and uploads via Jira API. Use when user wants to attach files to tickets.

UncategorizedView skill →

jira-workitem-comment

Add comments to Jira tickets using simple text or Jira markup (ADF JSON). Supports rich formatting with code blocks, lists, mentions, and links. Use when user wants to comment on a ticket.

UncategorizedView skill →

jira-workitem-search

Search Jira tickets using JQL queries. Provides common query templates and flexible output formats. Use when user needs to find or filter tickets.

UncategorizedView skill →

jira-workitem-view

Retrieve and display full details of a Jira ticket. Fetches all fields and formats them for conversation context. Use when user needs ticket information or wants to examine a ticket.

UncategorizedView skill →

konflux-application

Manage Konflux application

UncategorizedView skill →

konflux-component

Manage Konflux component

UncategorizedView skill →

learning-mode

>-

learningmentoringcursorpracticeeducation
UncategorizedView skill →

oci-cve-checker

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

UncategorizedView skill →

pr-jira-linker

Find and link Jira issues to PRs/MRs that are missing Jira references. Supports single PR/MR linking and batch audit of configured repos. Use when the user mentions "link PR to Jira", "scan PRs", "PR audit", "MR missing Jira", "link merge request", or wants to connect code changes to Jira for traceability.

UncategorizedView skill →

python-full-deps

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.

UncategorizedView skill →

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.

UncategorizedView skill →

python-packaging-bug-finder

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

UncategorizedView skill →

python-packaging-complexity

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.

UncategorizedView skill →

python-packaging-env-finder

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.

UncategorizedView skill →

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.

UncategorizedView skill →

python-packaging-license-checker

Use this skill to check whether a Python package license is compatible with redistribution

UncategorizedView skill →

python-packaging-license-finder

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.

UncategorizedView skill →

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.

UncategorizedView skill →

python-packaging-source-finder

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.

UncategorizedView skill →

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.

UncategorizedView skill →

rpm-examine

Analyze RPM build.log failures

UncategorizedView skill →

Page 1 of 2 · 58 results