setup-rhdh-skills
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Install, configure, diagnose, or repair the complete RHDH skills environment.
7installs
Added on
NPX Install
npx skill4agent add redhat-developer/rhdh-skills setup-rhdh-skillsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Set Up RHDH Skills
Bootstrap the complete pack, then configure the capabilities needed by its model skills. This is a
human entry point because installation, credentials, and external mutations require human agency.
Choose a setup branch
| Request | Load |
|---|---|
| Install, upgrade, or repair the complete skill collection | references/install.md |
| Configure Jira CLI, REST, or GraphQL access | references/jira.md |
| Configure Google Workspace access for schedules and test plans | references/google-workspace.md |
| Configure the RHDH private-data checkout | references/private-data.md |
| Authenticate Atlassian MCP in Cursor | references/atlassian-mcp.md |
| Discover or configure RHDH repositories | references/repositories.md |
| Configure containers and the local RHDH runtime | references/local-runtime.md |
| Authenticate the OpenShift CI Gangway adapter | references/openshift-ci.md |
With no branch in the request, show this table and wait for the user's selection.
Preflight
Run the setup doctor before every branch:
bash
uv run scripts/setup.py doctor --jsonConsume the complete report. Reuse it during the session unless setup changes. The doctor lists
installed skills, the skills still missing, capability status, and configuration locations; it does
not read credentials.
Write gate
Installing skills and configuring capabilities writes to the user's machine and accounts. Invoke the
named skill and follow it.
mutation-gatescripts/setup.py install-planscripts/setup.py apply --plan <file> --confirmCredentials remain in the owning tool's credential store or OS keyring. Pass secrets directly to
the tool without placing them in conversation, configuration JSON, plans, outcome reports, or pack
content.
Completion
A branch is complete when the doctor reports every promoted skill in plus
and as installed, the branch's own capability reads as present in that same
doctor report, and the branch reference's smoke check has been run with its output shown. An
install branch additionally requires one reported outcome for every operation in the approved plan,
and the user told to restart or rescan the agent. When a model skill sent the user here because a
capability was missing, every capability it named must report installed before the branch closes.
Name any capability still missing as unresolved instead of closing on it.
assets/catalog.jsongrillinghumanizer