lightspeed-service
OpenShift troubleshooting, PR reviews, and dependency maintenance
All Skills in This Repository (17)
Pure Emerald Level Indicatorsvalidate-and-fix
Run unit, integration, and verify pipelines with auto-fix for trivial issues.
find-complexity
Measure cyclomatic and cognitive complexity in Python code under ols/ and generate a ranked report.
version-update
Synchronize project versions across ols/version.py, docs/openapi.json, and scripts/build-container.sh.
rebase-clean
Rebase a feature branch onto origin/main with conflict resolution and validation.
find-duplication
Detect exact and near-duplicate code in the ols/ directory.
review-pr
Generate structured pull request reviews with file-by-file analysis and recommendations.
investigate-ci-failure
Diagnose CI/Prow failures for GitHub PRs using gh CLI data.
find-dead-code
Identify unused code in Python projects and report cleanup candidates.
deps-update
Update Python dependencies with uv and regenerate lockfiles.
safe-code-change
Identify tests affected by code changes and update them to match new behavior.
raise-pr
Create pull requests from a Git branch with pre-commit checks.
triage
Classify incident reports and generate structured triage summaries with severity and actions.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core