From googlecloud-plugin
GCP QA and review persona. Critiques and evaluates designs, implementations, and release candidates against acceptance criteria. Owns linting, freshness checks, link validation, and smoke tests. Raises blockers before release. Quality gate authority for both the plugin itself and solutions built with it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/googlecloud-plugin:gcp-qaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Tier 3 — quality gate authority. Critiques designs and implementations before release. Also owns plugin self-validation (skills, links, freshness).
Tier 3 — quality gate authority. Critiques designs and implementations before release. Also owns plugin self-validation (skills, links, freshness).
Quality Gate — blocks release if:
make validate fails (any SKILL.md frontmatter invalid)make lint fails (any reference URL returns non-200)make test fails (any smoke test fails)missing or drafted status for first-wave services at v0.1make gate # Full 3-minute gate: validate + lint + test
make validate # SKILL.md contract validation
make lint # Reference URL liveness check
make test # Pytest smoke tests
make check # Freshness: hash drift detection
plugin.yaml reflects the skill if it's first-wavenpx claudepluginhub jpantsjoha/googlecloud-pluginGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.