osac-project/osac-ai-skills

A collection of Claude Code plugins to automate and assist with osac development tasks.

This repository also configures its own agents. See what osac-ai-skills tells them →

2Stars on the repository
26Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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.

not rated 2 2d ago C 60 tokens

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…

not rated 2 changed 5d ago A 79 tokens

create-pr

03

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…

not rated 2 2d ago A 104 tokens

design-review

04

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…

not rated 2 2d ago A 104 tokens

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…

not rated 2 2d ago A 80 tokens

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…

not rated 2 2d ago A 115 tokens

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…

not rated 2 changed 5d ago C 85 tokens

milestone-scope

08

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.

not rated 2 2d ago A 45 tokens

osac-feature

11

osac-project/osac-ai-skills

Skill Claude CodeCodex

Create Feature issues in the OSAC Jira project, or complete empty placeholder Features. Use when the user wants to create a Feature, enhancement, or new capability request for OSAC.

not rated 2 changed 2d ago A 40 tokens

performance-review

12

osac-project/osac-ai-skills

Skill Claude Code

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…

not rated 2 2d ago A 113 tokens

ponytail-review

13

osac-project/osac-ai-skills

Skill Claude Code

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…

not rated 2 2d ago A 166 tokens

prd-review

14

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…

not rated 2 changed 2d ago A 101 tokens

presentation

15

osac-project/osac-ai-skills

Skill Claude Code

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.

not rated 2 2d ago A 58 tokens

quick-fix

16

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.

not rated 2 2d ago A 67 tokens

release-plan

17

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.

not rated 2 changed 5d ago A 54 tokens

report-bug

18

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.

not rated 2 changed 5d ago C 69 tokens

review-gate

19

osac-project/osac-ai-skills

Skill Claude Code

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

not rated 2 2d ago A 136 tokens

security-review

20

osac-project/osac-ai-skills

Skill Claude Code

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…

not rated 2 2d ago A 132 tokens

test-plan-review

21

osac-project/osac-ai-skills

Skill Claude CodeCodex

Completeness reviewer for ai-workflows testplans. Checks requirement coverage, test case depth, structural consistency, and gap analysis. Run after scoring flags issues, or before publishing a testplan. Trigger when user says "review test plan", "check test completeness", "are all tests covered", or after a…

not rated 2 2d ago A 72 tokens

test-plan-score

22

osac-project/osac-ai-skills

Skill Claude CodeCodex

Score an OSAC test plan against the 5-dimension rubric (Specificity, Grounding, Scope Fidelity, Actionability, Consistency). Produces structured verdict with per-dimension scores and actionable findings. Trigger when a testplan.md is pushed to enhancement-proposals, or when user says "score this test plan", "review…

not rated 2 2d ago A 77 tokens

pre-pr-review

23

osac-project/osac-ai-skills

Skill Claude CodeCodex

Use when the user invokes /pre-pr-review, wants a pre-flight review without creating a PR, or wants create-pr Step 4's config-driven reviewers run in isolation (no repo build/lint/test, coverage, push, or gh pr create). Orchestrates skills/.config/create-pr-reviewers.yaml as parallel subagents. Distinct from…

not rated 2 2d ago A 89 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: