gas-autopilot

Automate Google Apps Script deployment, execution, and verification workflows using clasp and gws.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/fukukei23/claude-config --skill gas-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gas-autopilot
Source: https://github.com/fukukei23/claude-config/tree/main/.claude/worktrees/make-song-analyze-song-bridge/skills/gas-autopilot
Command: npx skills add https://github.com/fukukei23/claude-config --skill gas-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the repetitive setup, deployment, testing, and debugging work involved in Google Apps Script development by providing an autonomous development workflow.

Core Features & Use Cases

  • Autonomous GAS Development Loop: Guides implementation, deployment, execution, validation, and iterative fixes for Apps Script projects.
  • Spreadsheet Automation Testing: Uses gws to inject test data, verify spreadsheet results, and manage end-to-end checks without manually opening editors.
  • Deployment Management: Automates clasp-based code syncing and Web App deployment workflows for reliable GAS execution.
  • Use Case: Build a spreadsheet automation tool where Claude writes the Apps Script, deploys it, runs production functions, verifies results, and fixes failures automatically.

Quick Start

Use the gas-autopilot skill to create, deploy, test, and verify my Google Apps Script spreadsheet automation project.

Frequently Asked Questions about gas-autopilot

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

FAQPage Schema
How do I automate Google Apps Script deployment and testing?

You can automate Google Apps Script deployment and testing by using an autonomous workflow that coordinates clasp for code syncing, executes production functions, and validates spreadsheet results iteratively. This removes repetitive manual setup and debugging work.

Can I run end-to-end tests for spreadsheet automation without opening the editor?

Yes, you can run end-to-end spreadsheet automation tests by using gws to inject test data, execute Apps Script functions, and verify spreadsheet results programmatically. This allows validation without manually opening the Google Sheets editor.

Do I need clasp and OAuth configured to automate Apps Script workflows?

Yes, automating Apps Script workflows requires configured Google CLI tooling and OAuth authentication. You need clasp for code syncing and deployment management, along with proper authentication setup to enable reliable GAS operations.

What is the best way to fix Apps Script execution failures automatically?

The best way to fix Apps Script execution failures automatically is through an autonomous development loop that deploys code, runs functions, verifies results, and applies automated recovery fixes. This iterative process handles failures without manual intervention.

Does gas-autopilot support Web App deployments for Google Apps Script?

Yes, gas-autopilot supports Web App deployments by automating clasp-based code syncing and deployment workflows for Google Apps Script. This ensures reliable GAS execution for Web App projects alongside standard spreadsheet automation tasks.

How do I validate spreadsheet automation results programmatically in Google Apps Script?

You validate spreadsheet automation results programmatically by using gws to inject test data into spreadsheets, execute Apps Script functions, and verify the output results. This end-to-end check confirms logic correctness without manual inspection.