deploy

Build, test, and deploy Google Apps Script projects with clasp.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuush10/auto-invoice-collector --skill deploy-yuush10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/yuush10/auto-invoice-collector/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/yuush10/auto-invoice-collector --skill deploy-yuush10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds, tests, and deploys to Google Apps Script in a repeatable, safe workflow.

Core Features & Use Cases

  • Automated CI-like workflow: Build, test, and push to GAS in one command.
  • Error protection: Halts on test failures to prevent broken deployments.
  • Visibility: Verifies deployment by opening Apps Script editor.

Quick Start

npm run build && npm test && clasp push