osac-project

26 mods across 2 repositories, 2 stars between them.

fix-bug

01

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.

2 5d ago A 81 tokens

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.

2 5d ago A 1,758 tokens

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.

2 5d 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…

2 5d ago A 79 tokens

create-pr

06

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…

2 5d ago A 104 tokens

design-review

07

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…

2 5d 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…

2 5d 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…

2 5d 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…

2 5d ago C 85 tokens

milestone-scope

11

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.

2 5d ago A 45 tokens

osac-feature

14

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.

2 5d ago A 34 tokens

osac-release

15

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…

2 5d ago A 110 tokens

performance-review

16

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…

2 5d ago A 113 tokens

ponytail-review

17

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…

2 5d ago A 166 tokens

prd-review

18

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…

2 5d ago A 101 tokens

presentation

19

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.

2 5d ago A 58 tokens

quick-fix

20

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.

2 5d ago A 67 tokens

release-plan

21

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.

2 5d ago A 54 tokens

report-bug

22

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.

2 5d ago C 69 tokens

review-gate

23

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

2 5d ago A 136 tokens

security-review

24

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…

2 5d ago A 132 tokens