openshiftopenshiftOfficialยท17 Agent Skills Included

lightspeed-service

OpenShift troubleshooting, PR reviews, and dependency maintenance

Diagnoses OpenShift pod failures, stuck namespaces, broken routes, and degraded cluster operators with step-by-step fixes. Automates pull request reviews, CI failure investigation, CVE resolution, and safe dependency updates for the Lightspeed service. Eliminates manual log digging and repetitive release chores so engineers ship verified changes faster.
npx skills add openshift/lightspeed-service --all -g -y
Available:

Gives your AI agent the project's architecture, coding standards, testing commands, and PR workflow rules so it writes and validates changes correctly in this repository.

All Skills in This Repository (17)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
openshiftopenshift

validate-and-fix

Run unit, integration, and verify pipelines with auto-fix for trivial issues.

Official
Intermediate
๐Ÿ“ฆ In Repo
openshiftopenshift

find-complexity

Measure cyclomatic and cognitive complexity in Python code under ols/ and generate a ranked report.

Official
Advanced
๐Ÿ“ฆ In Repo
openshiftopenshift

version-update

Synchronize project versions across ols/version.py, docs/openapi.json, and scripts/build-container.sh.

Official
Intermediate
๐Ÿ“ฆ In Repo
openshiftopenshift

rebase-clean

Rebase a feature branch onto origin/main with conflict resolution and validation.

Official
Advanced
๐Ÿ“ฆ In Repo
openshiftopenshift

find-duplication

Detect exact and near-duplicate code in the ols/ directory.

Official
Intermediate
๐Ÿ“ฆ In Repo
openshiftopenshift

review-pr

Generate structured pull request reviews with file-by-file analysis and recommendations.

Official
Advanced
๐Ÿ“ฆ In Repo
openshiftopenshift

investigate-ci-failure

Diagnose CI/Prow failures for GitHub PRs using gh CLI data.

Official
Advanced
๐Ÿ“ฆ In Repo
openshiftopenshift

find-dead-code

Identify unused code in Python projects and report cleanup candidates.

Official
Intermediate
๐Ÿ“ฆ In Repo
openshiftopenshift

deps-update

Update Python dependencies with uv and regenerate lockfiles.

Official
Advanced
๐Ÿ“ฆ In Repo
openshiftopenshift

safe-code-change

Identify tests affected by code changes and update them to match new behavior.

Official
Intermediate
๐Ÿ“ฆ In Repo
openshiftopenshift

raise-pr

Create pull requests from a Git branch with pre-commit checks.

Official
Intermediate
๐Ÿ“ฆ In Repo
openshiftopenshift

triage

Classify incident reports and generate structured triage summaries with severity and actions.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install lightspeed-service skills?โ–ผ

Run `npx skills add openshift/lightspeed-service --all -g -y` in your terminal to install all skills globally.

How to troubleshoot a CrashLoopBackOff pod?โ–ผ

Use the pod-failure-diagnosis skill, which checks container logs, events, and memory limits to pinpoint the exact crash cause and suggest a fix.

Can it investigate CI failures on a pull request?โ–ผ

Yes. The investigate-ci-failure skill fetches Prow job logs and artifacts, identifies the root cause, and tells you whether the failure is PR-related or flaky.

How does it handle CVE vulnerabilities?โ–ผ

The resolve-cve skill reads the Jira issue, checks if the affected package is actually used, then bumps the dependency or marks the issue not affected with a full audit trail.

Do I need OpenShift expertise to use these skills?โ–ผ

No. The troubleshooting skills guide your agent through structured diagnosis steps and explain each root cause in plain language with concrete remediation commands.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’