Find the hidden verification token. Run the find-token script to retrieve a unique token.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٤ من skills من openshift/lightspeed-agentic-sandbox. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٤ من أصل ١٤ skills مجمعة.
Find the hidden verification token. Run the find-token script to retrieve a unique token.
لغة النص الأصلي: الإنجليزية
Generate a verification token and write it to disk. Use when asked to produce an e2e test token.
لغة النص الأصلي: الإنجليزية
Update Python dependencies with uv, regenerate lock and Konflux requirements files, then verify lint, types, and tests. Fix breakage from API changes in bumped packages. Use when the user says "deps update", "bump dependencies", or "update deps".
لغة النص الأصلي: الإنجليزية
Find functions with high cyclomatic complexity, length, or parameter count. Use when the user asks for complexity hotspots or refactor candidates.
لغة النص الأصلي: الإنجليزية
Find unused functions, classes, imports, and unreachable code paths. Use when the user asks for dead code or cleanup candidates.
لغة النص الأصلي: الإنجليزية
Find code duplication in the codebase. Supports branch-scoped or full sweep. Use when the user asks to find duplicated code or repeated patterns before a PR.
لغة النص الأصلي: الإنجليزية
Investigate CI job failures on a GitHub pull request (checks, Prow, or GitHub Actions). Use when the user pastes a PR URL and asks about CI failures or red checks.
لغة النص الأصلي: الإنجليزية
Step-by-step workflow for committing staged changes and opening a pull request for lightspeed-agentic-sandbox.
لغة النص الأصلي: الإنجليزية
Performs a strict clean rebase of a feature branch onto main with minimal conflict resolution and full validation. Use when the user asks to rebase carefully and run tests + verify until green.
لغة النص الأصلي: الإنجليزية
Triage a CVE: assess impact against this repo's dependencies, then bump, document not-affected, or plan a code fix. Use when the user mentions a CVE, Jira vulnerability issue, or security advisory for a dependency.
لغة النص الأصلي: الإنجليزية
Review PR with structured approach covering architecture, naming, patterns, and critical questions
لغة النص الأصلي: الإنجليزية
After a code change, find affected tests, update them to match new behavior, then run the full validation pipeline once. Use when the user has made or asked for a code change and wants to make sure nothing is broken.
لغة النص الأصلي: الإنجليزية
Run install sync, unit tests, and make verify; auto-fix trivial failures (ruff format/fix, obvious test expectation updates). Use when the user asks to validate, run tests, check the pipeline, or verify changes are clean.
لغة النص الأصلي: الإنجليزية
Bump the Python package version in pyproject.toml for a release or when the user asks to change the project version.
لغة النص الأصلي: الإنجليزية