Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Generate comprehensive sprint summaries by analyzing JIRA sprint data, including issue breakdown, progress metrics, and team performance insights.
Skill Claude CodeCodex
Update the Status Summary and Color Status fields on AIPCC Feature and Initiative tickets. Fetches child ticket activity via the jira-activity skill, generates a brief summary and sets the red/yellow/green color status. Use when asked to update the status summary for a Jira ticket.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Upload file attachments to Jira tickets. Verifies file exists and uploads via Jira API. Use when user wants to attach files to tickets.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Search Jira tickets using JQL queries. Provides common query templates and flexible output formats. Use when user needs to find or filter tickets.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when assessing a Jira bug ticket for AI autofix readiness. Produces a structured JSON verdict (ready/needsinfo/notfixable) based on a three-gate rubric. Designed for CI pipeline use with the jira-triage orchestrator.
Plugin Claude Code
Konflux application and component management.
Skill Claude CodeCodex
Manage Konflux application.
Skill Claude CodeCodex
Manage Konflux component.
Plugin Claude Code
llm-d release orchestration for opendatahub-io.
Skill Claude CodeCodex
Orchestrate the opendatahub-io release for all llm-d components in one cycle. Collects upstream(llm-d) versions, auto-discovers the release tracker issue, then spawns parallel sub-agents — one per component (release branch, Konflux onboarder workflow, PR validation, approve+merge, Quay image verify, GitHub draft…
Plugin Claude Code
MaaS nightly QE impact analysis.
Skill Claude CodeCodex
Assess whether a Models-as-a-Service autofix change requires follow-up in opendatahub-tests or ods-ci nightly QE pipelines. Runs as a Jira autofix postreview extension for the Model as a Service component. Appends a Nightly QE Impact section to the PR description and writes informational findings. Use when autofix…
Plugin Claude Code
ODH module operator scaffolding, migration, and compliance checks.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Plugin Claude Code
Python package analysis, security auditing, and build complexity assessment.