npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Retrieve and review responses from a Google Form.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Retrieve and review responses from a Google Form.
Use this workflow when the user wants to check responses to a Google Form, review survey results, or collect feedback data.
If the user doesn't have the form ID, help them find it:
gws forms forms list --format table
Check what questions the form contains:
gws forms forms get --params '{"formId": "FORM_ID"}' --fields "info,items"
gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table
Present the responses in a readable format — count responses, highlight trends, or summarize answers.
--format table for a quick visual overview--format json if you need to process or filter responses programmatically