Skip to content

[WIP] skills: Add lightspeed skills (cluster-ops, rbac-security, github)#10

Open
harche wants to merge 1 commit into
openshift:mainfrom
harche:skills/lightspeed
Open

[WIP] skills: Add lightspeed skills (cluster-ops, rbac-security, github)#10
harche wants to merge 1 commit into
openshift:mainfrom
harche:skills/lightspeed

Conversation

@harche
Copy link
Copy Markdown
Contributor

@harche harche commented Apr 21, 2026

Summary

  • Adds lightspeed/cluster-ops/ — Generic Kubernetes/OpenShift write operations skill (patch, scale, delete, rollout restart) with strict safety guardrails; ported from lightspeed-tachyon/examples/adapters/acs/skills/cluster-ops/
  • Adds lightspeed/rbac-security/ — Minimum-privilege RBAC mapper skill; ported from lightspeed-tachyon/examples/adapters/acs/skills/rbac-security/
  • Adds lightspeed/github/ — GitHub interaction skill (issues, PRs, repos, Actions); ported from lightspeed-tachyon/examples/adapters/gitops/skills/github/
  • Adds lightspeed/OWNERS and lightspeed/README.md

Test plan

  • Verify cluster-ops SKILL.md safety rules are intact (dry-run checks, namespace scoping, no cluster-admin ops)
  • Verify rbac-security SKILL.md minimum-privilege constraints
  • Verify github SKILL.md reference files are all present (actions.md, issues.md, pull-requests.md, repos.md)
  • Smoke-test each skill in a Claude Code session

Note: These are initial drafts. They will evolve as we test and refine them based on real-world usage.

🤖 Generated with Claude Code

Add cluster-ops skill for executing approved remediation actions,
rbac-security skill for minimum-privilege RBAC mapping, and github
skill for interacting with GitHub via the gh CLI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 21, 2026
@openshift-ci openshift-ci Bot requested a review from mrunalp April 21, 2026 20:31
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 21, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: harche

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 21, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 21, 2026

@harche: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant