google-spaces-updates

Post team updates to Google Chat Spaces via webhooks with git context.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill google-spaces-updates-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-spaces-updates
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/google-spaces-updates
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill google-spaces-updates-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines team communication by automating the posting of important updates to Google Chat Spaces, ensuring everyone stays informed without manual effort.

Core Features & Use Cases

  • Automated Notifications: Post deployment announcements, bug fixes, feature completions, and team questions directly to a designated Google Chat Space.
  • Contextual Information: Automatically includes relevant details like commit hashes, branch names, and file changes to provide a complete picture.
  • Use Case: After deploying a new feature, use the skill to automatically post a concise update to your team's chat, including a link to the live version and a summary of changes.

Quick Start

Use the google-spaces-updates skill to post a deployment notification to the team.

Frequently Asked Questions about google-spaces-updates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post deployment notifications to Google Chat Spaces automatically?

Automated deployment notifications to Google Chat Spaces are posted via webhooks, reading project configuration from .claude/settings.json and enriching messages with git context like commits and changed files to keep teams informed.

What is the best way to send git commit details to a Google Chat webhook?

Sending git commit details to a Google Chat webhook is handled by reading project configuration and automatically including relevant context such as commit hashes, branch names, and file changes in the posted message.

Can I use this to announce bug fixes and feature completions in Google Chat?

Announcing bug fixes and feature completions in Google Chat is fully supported, allowing you to post concise team updates directly to a designated Space without manual effort.

Do I need a Google Chat webhook URL to post team updates?

A Google Chat webhook URL is required for message delivery, serving as the destination endpoint for the automated team updates posted from your project environment.

How does the skill get project configuration for Google Chat messages?

Project configuration for Google Chat messages is read from the .claude/settings.json file, which provides the necessary settings to format and route your automated team notifications.

Are there limitations when using webhooks for Google Chat notifications?

Webhooks for Google Chat notifications are limited to message delivery and rely on a valid webhook URL, meaning they cannot execute complex interactive commands or retrieve historical chat data.