— No reviews yet
0 installs
12 views
0.0% view→install
Install
$ agentstack add skill-opendatahub-io-docs-skills-rh-ssg-technical-examples ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Rh Ssg Technical Examples? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Red Hat SSG: Technical Examples review skill
Review documentation for technical example compliance with the Red Hat Supplementary Style Guide.
Checklist
Commands requiring root privileges
- [ ] Commands requiring root privileges use
sudoprefix, notsu - - [ ] Commands with
sudouse the$prompt, not# - [ ] Shell prompts alone are not the only indicator of required privilege level — step text, intro, or prerequisites also state the requirement
- [ ] If multiple commands require root, introductory text mentions it: "Some tasks in this procedure require root privileges..."
Ellipses in YAML code blocks
- [ ] Ellipses in YAML use
# ...(commented out), not bare... - [ ] Bare
...in YAML is reserved for "end of document" per YAML spec
IP addresses and MAC addresses
- [ ] Example IPv4 addresses use RFC 5737 reserved ranges:
192.0.2.0/24198.51.100.0/24203.0.113.0/24- [ ] Example IPv6 addresses use RFC 3849 reserved range:
2001:0DB8::/32 - [ ] Example MAC addresses use RFC 7042 reserved ranges:
- Unicast:
00:00:5E:00:53:00–00:00:5E:00:53:FF - Multicast:
01:00:5E:90:10:00–01:00:5E:90:10:FF - [ ] No real IP or MAC addresses are used in examples
Long code examples
- [ ] All code blocks are necessary, accurate, and helpful
- [ ] Code blocks are copy-and-paste friendly (except for user-replaced values)
Syntax highlighting
- [ ] Source language is provided when supported:
[source,yaml],[source,xml], etc. - [ ]
bashis NOT used for terminal commands — it misinterprets#as a comment instead of a root prompt - [ ] Use
terminalorconsoleor omit the source language for shell commands
How to use
- Review only changed content and necessary context
- For each issue found, cite the relevant SSG section
- Mark issues as required (real IP addresses,
bashsource language for shell commands) or [SUGGESTION] (improvements)
Example invocations
- "Review technical examples in this procedure module"
- "Check IP addresses and code blocks in proc_configuring-network.adoc"
- "Do an SSG technical examples review on the changed files"
References
For detailed guidance, consult:
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: opendatahub-io
- Source: opendatahub-io/docs-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.