Skip to main content

rosa-verification-gates

Choose the right local verification steps before claiming a ROSA change is complete.

Ir para a instalação

Informações da origem

Repositório
TuYv/ccpm
Última atividade na origem
28 de junho de 2026 às 00:16
Idioma detectado do SKILL.md
inglês
Estrelas
1
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
ROSA Verification Gates
description
Choose the right local verification steps before claiming a ROSA change is complete.
# ROSA Verification Gates Start with `AGENTS.md` and `guidelines/testing-guidelines.md`. Use this skill when: - Preparing to commit or open a PR - Deciding which checks are appropriate for a change - Verifying docs, command, or generated-file changes ## Verification Mapping ### Go code changes - `make fmt` - relevant package tests or `make test` - `make lint` - `make rosa` ### Command or flag changes - all Go code checks above - verify `cmd/rosa/structure_test/command_structure.yml` and matching `command_args.yml` - `make generate-docs` when help text or docs changed ### Generated mocks or assets - `make generate` - relevant tests for the touched package or command ### Pre-push confidence - `make basic-checks` - `make pre-push-checks` before push when the change is ready - re-read `.github/pull_request_template.md` and use its developer checklist as the final PR-readiness pass ## Rules - Run `make install-hooks` in a new clone before first commit. - Do not bypass hooks. - Do not run `go mod tidy` or `go mod vendor` unless the task explicitly requires dependency-state changes. - If generated files changed unexpectedly, stop and confirm why before committing them. - If a command changed but the structure-test files did not, verify that omission intentionally. - If the PR template checklist expects docs, manual validation, or risk notes, make sure the final PR body actually covers them.
Ver no GitHub