Intégration GCP

VérifiéSûr

Maintenez la documentation d'intégration GCP lors de modifications touchant la configuration Google Cloud, OAuth, Secret Manager, Cloud Run ou les variables d'environnement.

Spar Skills Guide Bot
DocumentationIntermédiaire
0023/07/2026
Claude CodeCursorWindsurfCopilot
#gcp#onboarding#documentation#cloud-run#iam

Recommandé pour

Notre avis

Ce skill maintient la documentation d'intégration GCP d'un projet, en s'assurant que tous les changements liés à Google Cloud (configuration OAuth, API, Secret Manager, Cloud Run, variables d'environnement) sont reflétés dans les guides d'onboarding.

Points forts

  • Centralise les informations GCP critiques dans un fichier unique, évitant la duplication.
  • Promet des listes de vérification et des commandes copiables pour une configuration rapide.
  • Garantit que les modifications de configuration sont documentées de manière cohérente.
  • Réduit les risques d'erreurs de configuration lors de l'intégration de nouveaux environnements.

Limites

  • Nécessite une mise à jour manuelle et une relecture attentive après chaque changement.
  • Peut devenir obsolète si les modifications ne sont pas immédiatement documentées.
  • Ne couvre pas la configuration réelle de l'infrastructure, seulement la documentation.
Quand l'utiliser

Utilisez ce skill lorsque vous modifiez des éléments GCP (OAuth, API, Secret Manager, Cloud Run, variables d'environnement) et devez mettre à jour la documentation d'onboarding correspondante.

Quand l'éviter

Ne l'utilisez pas pour des changements purement frontend ou backend sans impact sur la configuration GCP, ou pour des modifications internes qui ne nécessitent pas de mise à jour de la documentation d'onboarding.

Analyse de sécurité

Sûr
Score qualité90/100

The skill only instructs to maintain documentation files; it does not execute any commands, access external resources, or handle sensitive data. No executable tool usage is involved, and it explicitly warns against including secrets. Thus, it poses no security risk.

Aucun point d'attention détecté

Exemples

Update GCP onboarding after adding OAuth scope
I've added a new OAuth scope for Google Calendar API in the backend. Please update the GCP onboarding documentation to reflect this new scope, including the consent screen and any changes to environment variables.
Update Cloud Run deployment section in onboarding
We changed the Cloud Run service name from 'my-service' to 'new-service'. Update the onboarding guide with the new deployment commands and any configuration changes (e.g., memory, concurrency).
Add new Secret Manager secret to onboarding
We added a new secret called 'API_KEY' in Secret Manager for the backend. Update the onboarding docs to include instructions for granting access, referencing the secret, and setting the corresponding environment variable.

name: gcp-onboarding description: Maintain this repository's GCP onboarding documentation. Use when changes touch Google Cloud setup, OAuth consent or clients, Google API scopes, Secret Manager, Cloud Run, GitHub Pages deployment configuration, backend environment variables, or frontend environment flags that a new project/environment must configure.

GCP Onboarding

When implementing changes that affect environment setup, inspect and maintain:

  • docs/guidelines/gcp-onboarding.md
  • projects/frontend/README.md
  • projects/backend/README.md
  • .github/copilot-instructions.md

Keep onboarding docs concise and task-oriented. Prefer checklists, exact config names, and copy-pasteable commands. Avoid duplicating the full guide in multiple READMEs; link to docs/guidelines/gcp-onboarding.md from local setup sections.

Required checks:

  1. If OAuth origins, scopes, consent screen requirements, Google APIs, environment flags, secrets, Cloud Run settings, or deployment commands changed, update docs/guidelines/gcp-onboarding.md.
  2. If the setup change is not straightforward enough to document safely, add a short note in the PR or implementation summary that onboarding docs need confirmation.
  3. Keep existing documentation and links intact unless they are stale.
  4. Never include real secrets, private client secrets, or production-only secret values in documentation.
Skills similaires