osac-project/osac-ai-skills
Agent Claude Code
End-to-end bug fix agent — opens a Jira bug, writes the fix with tests, verifies build/format/tests pass, commits, posts a PR, and moves the ticket to Code Review. Use when the user says 'fix this bug', 'open a bug and fix it', 'file a bug', or describes a bug they want tracked and resolved in Jira with a PR.
osac-project/osac-ai-skills
Instructions file CodexOpenCode
AGENTS.md instructions for osac-project/osac-ai-skills, covering agents.md, project overview, skill structure, path references in skill content and versioning.
osac-project/osac-ai-skills
Instructions file
Claude Code instructions for osac-project/osac-ai-skills: This file provides guidance to Claude Code when working with code in this repository.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Record browser-based UI demos using Playwright and edit the video with ffmpeg (speed up, trim, concatenate, add title cards). Use when creating demo recordings of web UIs — Enclave Wizard, osac-ui, OpenShift console, or any browser-based workflow.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Analyze meeting notes to find action items and create Jira tasks for assigned work using jira-cli. When an agent needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Create a PR on an OSAC component repo (including the osac mono-repo, which may need per-component validation for multiple touched components in one pass) using the fork-based workflow. Runs repo-specific validation (build, test, lint), pushes to the developer's push remote, and opens a PR against the upstream repo…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Review an OSAC design document against template requirements, architectural patterns, and historical reviewer expectations. Use when reviewing a design PR, preparing a design for submission, or self-reviewing a draft before requesting feedback. Produces rubric scores and structured findings with severity levels and…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Generate project status reports from Jira issues using jira-cli. When an agent needs to: (1) Create a status report for a project, (2) Summarize project progress or updates, (3) Generate weekly/daily reports from Jira, or (4) Analyze project blockers and completion. Queries Jira issues, categorizes by status/priority…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Create or edit GitHub Actions workflow files (.github/workflows/.yaml) with security and maintainability best practices applied from the start, instead of discovering them one CodeRabbit review round at a time. Covers least-privilege permissions, SHA-pinned actions, injection-safe env-var handling, semver/tag…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Manage Jira issues on Red Hat Jira (redhat.atlassian.net) using jira-cli. Use this skill whenever the user mentions Jira tickets, issues, bugs, tasks, epics, sprints, or wants to create/update/search work items. Also use when the user references issue keys like OSAC-, NVIDIA-, RHEL-, asks about task status, or wants…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Scope and readiness assessment for an OSAC milestone — features grouped by use case, epic breakdown with statuses, and gap analysis. Use when asked to report on a version, milestone, or release scope.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Boot, manage, or troubleshoot OSAC development clusters using cluster-tool.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Use when creating asciinema recordings of OSAC REST/gRPC API workflows for documentation or demos.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Create Feature issues in the OSAC Jira project. Use when the user wants to create a Feature, enhancement, or new capability request for OSAC.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Publish new OSAC Helm chart versions across all component repos and the umbrella chart. Auto-increments patch versions by default, tags upstream main, monitors CI workflows, verifies OCI registry publication, and publishes the osac-installer umbrella chart with the new component versions. Resolves upstream remote…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Performance self-review of a branch's changes before PR submission. Scans everything changed since diverging from a base ref (main by default, committed, staged, and unstaged, via merge-base) for O(n)/O(n^2) hot-path issues, memory/goroutine leaks, and inefficient patterns across OSAC's Go services and Ansible/Python…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Code review focused exclusively on over-engineering and duplication. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility, and non-trivial duplicated logic. One line per finding: location, what to cut or de-duplicate, what replaces it. Use when the user…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Review an OSAC PRD against template requirements, OSAC feature dimensions, persona coverage, and testability standards. Use when reviewing a PRD PR, preparing a PRD for submission, or self-reviewing before /prd:publish. Produces structured findings with rubric scores and actionable suggestions. Also trigger when user…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Create Red Hat-branded Marp presentations (slide decks). Produces a self-contained Marp markdown deck using the shared redhat theme, renders to HTML and PPTX. Encodes the hard-won rules for image paths and PPTX export so layouts and assets survive conversion.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Unattended bug fix — creates a Jira bug, fixes it in the background, posts a PR, and moves the ticket to Code Review. Use when a bug is found during the current session and needs an immediate fix without interactive phases. For attended, phase-by-phase bug investigation, use /bugfix instead.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Generate a forward-looking release plan for an OSAC version — shows what the platform will deliver, cumulative capabilities across all prior versions, customer requirements coverage, and use-case cards. Use when asked for a release plan, developer preview plan, or version roadmap.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Report a bug in Jira without fixing it — creates a Bug ticket with proper description, links it to an epic, and assigns it. Use when the user says 'report a bug', 'file a bug', 'log a bug', 'open a bug ticket', or wants to track a bug without immediately writing a fix.
osac-project/osac-ai-skills
Skill Claude CodeCodex
Local pre-flight review gate that runs performance and security reviews against everything this branch has changed since diverging from a base ref (main by default, via merge-base — not a raw diff against the base's current tip) before PR submission, covering committed, staged, and unstaged changes uniformly.…
osac-project/osac-ai-skills
Skill Claude CodeCodex
Adversarial security review of a branch's changes before PR submission. Scans everything changed since diverging from a base ref (main by default, committed, staged, and unstaged, via merge-base) for RBAC/authz issues, injection, data exposure, permission-manifest widening, embedded secrets, prompt-injection patterns…