.claude/skills/google-chat-notifier/SKILL.md
Enviar notificaciones de PM a espacios de Google Chat mediante webhooks
npx skillsauth add gonzalezpazmonica/pm-workspace google-chat-notifierInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Notificador de eventos de PM para Google Chat. Integra webhooks de Google Chat como adaptador de plataforma en el sistema de mensajería programada.
.env como:
GOOGLE_CHAT_WEBHOOK_URL=https://chat.googleapis.com/v1/spaces/...
Estado del sprint: gráfico de burndown, velocidad, items bloqueados y próximas tareas críticas.
Cambios en historias: creada, en progreso, completada con contexto de prioridad y asignado.
Notificaciones de despliegue: versión, rama, estado (exitoso/fallido), cambios incluidos.
Alertas de bloqueos: tareas bloqueadas, items vencidos, recursos faltantes, riesgos.
Resumen de standup: completado hoy, en progreso, bloqueadores, próximas acciones.
Utiliza el formato de tarjeta nativa de Google Chat para mensajes ricos:
{
"cardsV2": [{
"cardId": "unique-id",
"card": {
"header": {
"title": "Título",
"subtitle": "Subtítulo",
"imageUrl": "..."
},
"sections": [
{
"widgets": [
{"textParagraph": {"text": "..."}},
{"keyValue": {"topLabel": "Key", "content": "Value"}}
]
}
],
"cardActions": [
{"actionLabel": "Ver", "onClick": {"openLink": {"url": "..."}}}
]
}
}]
}
Funciona como adaptador de plataforma con el skill scheduled-messaging. Permite encadenar notificaciones automáticas por eventos de PM o cronogramas.
.env solamentetesting
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.