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.

Ir a la instalación

Datos de origen

Repositorio
TuYv/ccpm
Última actividad en el origen
28 de junio de 2026 a las 00:16
Idioma detectado de SKILL.md
inglés
Estrellas
1
Forks
2

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
2 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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`.
Ver en GitHub