Skip to main content

rosa-docs-and-structure-tests

Keep CLI docs, structure tests, and user-facing guidance in sync when commands or workflow docs change.

Zur Installation springen

Quellinformationen

Repository
TuYv/ccpm
Letzte Quellaktivität
28. Juni 2026 um 00:16
Erkannte Sprache von SKILL.md
Englisch
Sterne
1
Forks
2

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
ROSA Docs And Structure Tests
description
Keep CLI docs, structure tests, and user-facing guidance in sync when commands or workflow docs change.
# ROSA Docs And Structure Tests Use this skill when: - Command tree or flag changes are part of the task - Help text or generated CLI docs changed - `AGENTS.md`, `CONTRIBUTING.md`, `guidelines/*-guidelines.md`, PR templates, or issue forms are being updated ## Workflow 1. If the command tree changes, update `cmd/rosa/structure_test/command_structure.yml`. 2. If flags change, update the matching `cmd/rosa/structure_test/command_args/**/command_args.yml`. 3. If command help text or generated docs should change, run `make generate-docs`. 4. Keep `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, `CONTRIBUTING.md`, `guidelines/ARCHITECTURE.md`, and `.github/pull_request_template.md` aligned when workflow wording changes. 5. Keep issue templates specific to real ROSA workflows and reproducible reports. 6. For AWS-facing docs, cross-check the official ROSA and AWS docs linked from `AGENTS.md`. ## Verification - Re-read the edited docs for stale commands, placeholders, and drift from the real workflow. - Confirm command and flag docs match the structure-test files. - Run any required local verification from `CONTRIBUTING.md`.
Auf GitHub ansehen