Openstack Claude Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Openstack Claude Skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Custom Claude Code skills for OpenStack development workflows.
This repository contains custom skills for Claude Code that enhance the development experience when working with OpenStack projects.
Review OpenStack patches from Gerrit with standardized analysis and inline comments.
Usage:
review this openstack patch <change-id>Features:
Examples:
review this openstack patch 978095review openstack change 123456check this gerrit patch 999999Analyze commits to identify backport candidates for OpenStack stable branches based on the official backport policy.
Usage:
check backports for the last 15 commits
what needs backporting to stable branches since 2024.1?
find backport candidates from the last monthFeatures:
Examples:
check the last 20 commits for backport candidateswhat needs backporting to stable branches since 2024.1?find backport candidates between 2023.2 and HEADshow me what commits should go to stable/2024.1If this repository is hosted on GitHub, you can install skills via the plugin marketplace:
/plugin marketplace add <github-username>/openstack-claude-skills /plugin install openstack-review@openstack-skills
/plugin install openstack-backport@openstack-skillsFor local development or if you want to modify the skills:
git clone <your-repo-url> ~/dev/openstack-claude-skills ln -s ~/dev/openstack-claude-skills/openstack-review ~/.claude/skills/openstack-review
ln -s ~/dev/openstack-claude-skills/openstack-backport ~/.claude/skills/openstack-backportYou can also add your local repository as a marketplace:
~/.claude/settings.json): {
"extraKnownMarketplaces": {
"openstack-skills": {
"source": {
"source": "local",
"path": "/home/your-username/dev/openstack-claude-skills"
}
}
}
} /plugin install openstack-review@openstack-skills
/plugin install openstack-backport@openstack-skillsAfter installation, the skills should appear in Claude Code's available skills list. You can verify by:
cd ~/dev/openstack-claude-skills
mkdir my-new-skill ln -s ~/dev/openstack-claude-skills/my-new-skill ~/.claude/skills/my-new-skill git add my-new-skill/
git commit -m "Add my-new-skill"
git pushSkills should follow the Claude Code skill specification. See the openstack-review skill as an example.
Contributions are welcome! Please:
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Hervé Beraud
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.